nuttx/drivers/leds
Xiang Xiao 76965474ac drivers/led: Let board_userled_initialize return the led number
so the lower half driver don't need include the specific board.h

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Icf6638a6865bac42150b5957376e55909f041d40
2020-06-07 19:28:10 +01:00
..
apa102.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
Kconfig drivers/led: Let board_userled_initialize return the led number 2020-06-07 19:28:10 +01:00
Make.defs build: Remove the empty variable assignment 2020-05-24 08:24:13 -06:00
max7219.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
ncp5623c.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
pca9635pw.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00
rgbled.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
userled_lower.c drivers/led: Let board_userled_initialize return the led number 2020-06-07 19:28:10 +01:00
userled_upper.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00