nuttx/configs/stm32f3discovery/src
Gregory Nutt a76e137ce2 Squashed commit of the following:
sched/init/nx_start.c:  Add support for CONFIG_BOARD_DRIVER_INITIALIZE.  If this option is selected then nx_start() will call a board-provided function board_driver_initialize() immediately after calling up_initialize().

    Rename CONFIG_BOARD_INITIALIZE to CONFIG_BOARD_LATE_INITIALIZE.

    Raname board_initialize() to board_late_initialize()
2019-02-18 15:32:00 -06:00
..
.gitignore .dSYM only needs to be in the same .gitignore files as .exe 2013-05-30 15:02:04 -06:00
Makefile configs/stm32f3discovery: Board support did not conform to standard file layout and specifically did not include board_initialize. 2018-06-25 14:17:16 -06:00
stm32_appinit.c Squashed commit of the following: 2019-02-18 15:32:00 -06:00
stm32_autoleds.c Centralize definitions associated with CONFIG_DEBUG_LEDS 2016-06-15 14:12:19 -06:00
stm32_boot.c Squashed commit of the following: 2019-02-18 15:32:00 -06:00
stm32_bringup.c Squashed commit of the following: 2019-02-18 15:32:00 -06:00
stm32_buttons.c Buttons: Correct some comments left after last button-related change: 32- vs 8-bit bit set. 2017-04-09 14:44:49 -06:00
stm32_pwm.c In last commit, ENODEV is a better error to report than ENOSYS. 2016-12-05 17:37:19 -06:00
stm32_qencoder.c The examples/qencoder app was trying to init the encoder by a direct call into the board, cheating in a local header to declare the normally unavailable function prototype. 2016-11-22 06:26:32 -06:00
stm32_spi.c stm32 devboards 2017-04-28 18:26:05 +02:00
stm32_usb.c Without lowsyslog() *llinfo() is not useful. Eliminate and replace with *info(). 2016-06-20 11:59:15 -06:00
stm32_userleds.c Centralize definitions associated with CONFIG_DEBUG_LEDS 2016-06-15 14:12:19 -06:00
stm32f3discovery.h Squashed commit of the following: 2019-02-18 15:32:00 -06:00