OVMS3-idf/components/soc/include/soc
michael cfba157fdd spi_slave: add valid check for DMA buffers
The DMA cannot receive data correctly when the buffer address is not
WORD aligned. Currently we only check whether the buffer is in the DRAM
region.

The DMA always write in WORDs, so the length arguments should also be
multiples of 32 bits.

A check is added to see whether the buffer is WORD aligned and has valid
length.
2018-11-26 03:49:26 +00:00
..
gpio_periph.h soc: Fix check_long_hold_gpio and move def to soc 2018-06-22 09:20:27 +05:00
rtc_periph.h soc: Fix check_long_hold_gpio and move def to soc 2018-06-22 09:20:27 +05:00
rtc_wdt.h bootloader_support: Fix enable rtc_wdt for resolve issue with varying supply 2018-09-03 05:43:01 +00:00
sdio_slave_periph.h Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00
sdmmc_periph.h Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00
soc_memory_layout.h spi_slave: add valid check for DMA buffers 2018-11-26 03:49:26 +00:00
spi_periph.h Replace all DOS line endings with Unix 2018-07-12 19:10:37 +08:00