nuttx/configs/b-l475e-iot01a/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
b-l475e-iot01a.h Squashed commit of the following: 2019-02-18 15:32:00 -06:00
Makefile configs/b-l475e-iot01a/src: Add timer driver support. 2018-09-04 07:13:03 -06:00
stm32_appinit.c Squashed commit of the following: 2019-02-18 15:32:00 -06:00
stm32_autoleds.c
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_spi.c Spiri: Fixe some typos. One is critical since it is conditional compilation. 2017-08-01 15:18:40 -06:00
stm32_spirit.c Adds new OS internal functions nxsig_sleep() and nxsig_usleep. These differ from the standard sleep() and usleep() in that (1) they don't cause cancellation points, and (2) don't set the errno variable (if applicable). All calls to sleep() and usleep() changed to calls to nxsig_sleep() and nxsig_usleep(). 2017-10-06 10:15:01 -06:00
stm32_timer.c configs/b-l475e-iot01a/src: Add timer driver support. 2018-09-04 07:13:03 -06:00
stm32_userleds.c