notes.txt 712 B

123456789101112131415161718
  1. STM32 DMAv2 driver.
  2. Driver capability:
  3. - The driver supports the STM32 enhanced DMA controller found on F2, F4 and
  4. F7 sub-families.
  5. - Support for automatic the channel selection.
  6. - Support for cache flushing and invalidation.
  7. The file registry must export:
  8. STM32_ADVANCED_DMA - TRUE not used by the DMA drivers but other
  9. drivers use it to enable checks on DMA
  10. channels. Probably will be removed in the
  11. future.
  12. STM32_HAS_DMAx - Support for DMA unit "x" (1..2).
  13. STM32_DMAx_CHn_HANDLER - Vector name for channel "n" (0..7).
  14. STM32_DMAn_CHx_NUMBER - Vector number for channel "n" (0..7).