nuttx/arch/arm
David Sidrane ef42c25140 stm32f7:SDMMC add dcache alignment check in dma{recv|send}setup
In the where CONFIG_SDIO_PREFLIGHT is not used and
   dcache write-buffed mode is used (not write-through)
   buffer alignment is required for DMA transfers because
   a) arch_invalidate_dcache could lose buffered writes data
   and b) arch_flush_dcache could corrupt adjacent memory if
   the buffer and the bufflen, are not on ARMV7M_DCACHE_LINESIZE
   boundaries.
2017-08-17 09:51:37 -10:00
..
include Fix a few errors that crept in with my review changes. 2017-08-02 09:19:29 -06:00
src stm32f7:SDMMC add dcache alignment check in dma{recv|send}setup 2017-08-17 09:51:37 -10:00
Kconfig arch/arm/src/lc823450: Initial support for ON Semiconductor LC823450 2017-08-02 21:09:43 +09:00