nuttx/arch/arm
Jukka Laitinen 574b2593e6 arch/arm/src/stm32h7/stm32_spi.c: Correct the dmacapable check
First, configure the dmacfg in spi_dmarxsetup and spi_dmatxsetup. Then,
check for dmacapable, and only after that set up the dma.

This way the dmacapable actually works, and we don't need to initialize
the dmacfg structures twice.

Signed-off-by: Jukka Laitinen <jukka.laitinen@intel.com>
2020-05-13 07:29:14 -06:00
..
include Remove executable bit from source code 2020-05-13 06:32:13 -06:00
src arch/arm/src/stm32h7/stm32_spi.c: Correct the dmacapable check 2020-05-13 07:29:14 -06:00
Kconfig Porting arch/armv8-m support 2020-04-26 07:43:37 -06:00