nuttx/configs/stm32f429i-disco/src
Gregory Nutt 9537715ebb stm32f429i-disco: add wrapper for spi5 evice
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>
2014-10-20 15:36:11 -06:00
..
.gitignore
Makefile stm32f429i-disco: enable usage of ili93414ws 2014-10-20 15:24:24 -06:00
stm32_autoleds.c STM32F429 Discovery: All src/ files renamed to make consistent with current naming conventions 2014-02-18 12:24:21 -06:00
stm32_boot.c Remove non-functional vestiges of OTGHS in FS mode (including OTGFS2); try to convert the stm32f429i-disco configuration to use OTGHS instead of OTFHS in FS mode (OTGFS2). But I don't have the boards and can't test 2014-10-07 15:25:31 -06:00
stm32_buttons.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
stm32_cxxinitialize.c STM32F429 Discovery: All src/ files renamed to make consistent with current naming conventions 2014-02-18 12:24:21 -06:00
stm32_extmem.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
stm32_idle.c STM32F429 Discovery: All src/ files renamed to make consistent with current naming conventions 2014-02-18 12:24:21 -06:00
stm32_ili93414ws.c stm32f429i-disco: add wrapper for spi5 evice 2014-10-20 15:36:11 -06:00
stm32_lcd.c stm32f429i-disco: implements lcd initializing 2014-10-20 15:21:48 -06:00
stm32_nsh.c stm32f429i-disco: Fix obsolete SPI5 dependency. From Marco Krahl 2014-10-20 15:10:50 -06:00
stm32_ostest.c STM32F429 Discovery: All src/ files renamed to make consistent with current naming conventions 2014-02-18 12:24:21 -06:00
stm32_spi.c stm32f429i-disco: add wrapper for spi5 evice 2014-10-20 15:36:11 -06:00
stm32_usb.c Remove non-functional vestiges of OTGHS in FS mode (including OTGFS2); try to convert the stm32f429i-disco configuration to use OTGHS instead of OTFHS in FS mode (OTGFS2). But I don't have the boards and can't test 2014-10-07 15:25:31 -06:00
stm32_userleds.c More trailing whilespace removal 2014-04-13 16:22:22 -06:00
stm32f429i-disco.h stm32f429i-disco: add wrapper for spi5 evice 2014-10-20 15:36:11 -06:00