nuttx/configs/b-l475e-iot01a/src
2018-09-04 07:13:03 -06:00
..
.gitignore
b-l475e-iot01a.h configs/b-l475e-iot01a/src: Add timer driver support. 2018-09-04 07:13:03 -06:00
Makefile configs/b-l475e-iot01a/src: Add timer driver support. 2018-09-04 07:13:03 -06:00
stm32_appinit.c
stm32_autoleds.c
stm32_boot.c configs/b-l475e-iot01a/src: Fix copy paste errors in names: stm32_bringup->stm32l4_bringup. Noted by Freemans Goden. 2018-09-04 06:54:58 -06:00
stm32_bringup.c configs/b-l475e-iot01a/src: Add timer driver support. 2018-09-04 07:13:03 -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