2015-08-05 13:34:14 +00:00
|
|
|
STM32 DMAv2 driver.
|
|
|
|
|
|
|
|
Driver capability:
|
|
|
|
|
|
|
|
- The driver supports the STM32 enhanced DMA controller found on F2, F4 and
|
|
|
|
F7 sub-families.
|
|
|
|
- Support for automatic the channel selection.
|
2015-08-26 11:50:35 +00:00
|
|
|
- Support for cache flushing and invalidation.
|
2015-08-05 13:34:14 +00:00
|
|
|
|
|
|
|
The file registry must export:
|
|
|
|
|
|
|
|
STM32_ADVANCED_DMA - TRUE not used by the DMA drivers but other
|
|
|
|
drivers use it to enable checks on DMA
|
|
|
|
channels. Probably will be removed in the
|
|
|
|
future.
|
|
|
|
STM32_HAS_DMAx - Support for DMA unit "x" (1..2).
|
|
|
|
STM32_DMAx_CHn_HANDLER - Vector name for channel "n" (0..7).
|
|
|
|
STM32_DMAn_CHx_NUMBER - Vector number for channel "n" (0..7).
|
2015-08-27 11:43:17 +00:00
|
|
|
STM32_DMA_CACHE_HANDLING - TRUE if the device requires explicit cache
|
|
|
|
handling on DMA buffers.
|