nuttx/configs/stm32f429i-disco/src
2016-05-24 10:51:22 -06:00
..
.gitignore Add support for the STM32F429I-Discovery board from Ken Pettit 2013-11-07 16:55:45 -06:00
Makefile Rename files containing board_app_initialize from xyz_nsh.c to xyz_appinit.c 2016-02-04 12:03:09 -06:00
stm32_appinit.c Add an argument to board_app_initialize() 2016-05-24 10:51:22 -06:00
stm32_autoleds.c Rename board_led_off to board_autoled_off 2015-11-01 09:10:08 -06:00
stm32_boot.c Add an argument to board_app_initialize() 2016-05-24 10:51:22 -06:00
stm32_buttons.c On stm32F2xx gpio is encoded to 20bits but the button definitions use 16bit type. 2016-02-25 11:12:27 -06:00
stm32_extmem.c STM32F429i-Discovery: Need to add pin disambiguation due to changes to pinmap header files 2015-11-01 17:40:30 -06:00
stm32_idle.c PM: Add domain to all PM interfaces. Internal PM data structures now handle multiple PM domains. 2016-03-27 13:02:21 -06:00
stm32_ili93414ws.c stm32f429i-disco: Set default spi clock frequency for display initializing 2016-04-22 07:28:21 -06:00
stm32_lcd.c Framebuffer driver: Add a display number to each interface in order to support multiple displays 2016-04-14 12:23:15 -06:00
stm32_ostest.c Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section() 2016-02-13 12:37:46 -06:00
stm32_spi.c For STM32 boards, rename up_spiinitialize to stm32_spibus_initialize 2016-01-26 12:21:39 -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 PM: Add activity domain to all PM callbacks 2016-03-27 11:18:44 -06:00
stm32f429i-disco.h For STM32 boards, rename up_spiinitialize to stm32_spibus_initialize 2016-01-26 12:21:39 -06:00