nuttx/configs/stm32f429i-disco/src
2015-05-06 14:11:29 -06:00
..
.gitignore
Makefile
stm32_autoleds.c configs/: board function prototypes are now in include/nuttx/board.h. Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions 2015-02-27 18:49:24 -06:00
stm32_boot.c STM32F429i Disco: (1) Fix a bad return value if the LCD driver is already initialized. (2) The LCD driver initialization is now performed during the early boot sequence. (3) Increased the size of the message queue from 32 to 64 in the lcd configuration. From Marco, ocram.lhark@yahoo.com. 2015-04-17 07:04:53 -06:00
stm32_buttons.c Move board_ prototypes from arch.h to board.h 2015-02-27 20:02:03 -06:00
stm32_cxxinitialize.c Make some file section headers more consistent with standard 2015-04-08 09:15:17 -06:00
stm32_extmem.c
stm32_idle.c configs/: board function prototypes are now in include/nuttx/board.h. Remove from board header file; Add inclusion of nuttx/board.h to all files referencing board functions 2015-02-27 18:49:24 -06:00
stm32_ili93414ws.c
stm32_lcd.c STM32F429i Disco: (1) Fix a bad return value if the LCD driver is already initialized. (2) The LCD driver initialization is now performed during the early boot sequence. (3) Increased the size of the message queue from 32 to 64 in the lcd configuration. From Marco, ocram.lhark@yahoo.com. 2015-04-17 07:04:53 -06:00
stm32_nsh.c STM32F429i-Disco: Add some missing USB host configureation. Fix some some duplicate class registration that causes infinite loops in USB registry searches 2015-04-30 13:01:29 -06:00
stm32_ostest.c Make some file section headers more consistent with standard 2015-04-08 09:15:17 -06:00
stm32_spi.c Make some file section headers more consistent with standard 2015-04-08 09:15:17 -06:00
stm32_usb.c Rename usbhost_storageinit() to usbhost_msc_initialize(). Add calls to usbhost_cdcacm_initialize() is CONFIG_USBHOST_CDCACM is selected. 2015-05-06 14:11:29 -06:00
stm32_userleds.c Make some file section headers more consistent with standard 2015-04-08 09:15:17 -06:00
stm32f429i-disco.h Make some file section headers more consistent with standard 2015-04-08 09:15:17 -06:00