9537715ebb
initializing As long as the method up_spiinitialize recognized the initialized state of the spi device by the spi enable flag of the cr1 register, it isn't safe to disable the spi device outside of the nuttx spi interface structure. But this has to be done as long as the nuttx spi interface doesn't support bidirectional data transfer for multiple devices share one spi bus. This wrapper store the initialized state of the spi device after the first initializing and should be used by each driver who shares the spi5 bus. Note! Understand this as temporary workaround. Signed-off-by: Marco Krahl <ocram.lhark@gmail.com> |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
stm32_autoleds.c | ||
stm32_boot.c | ||
stm32_buttons.c | ||
stm32_cxxinitialize.c | ||
stm32_extmem.c | ||
stm32_idle.c | ||
stm32_ili93414ws.c | ||
stm32_lcd.c | ||
stm32_nsh.c | ||
stm32_ostest.c | ||
stm32_spi.c | ||
stm32_usb.c | ||
stm32_userleds.c | ||
stm32f429i-disco.h |