nuttx/drivers/leds
Xiang Xiao 1ba1c34b01 drivers/led: Decopule USERLED from ARCH_HAVE_LEDS
and let USERLED_LOWER depends on ARCH_HAVE_LEDS instead

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Ie03e76d90b61a3d8d3457ccdd319a247b6075fa8
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: Decopule USERLED from ARCH_HAVE_LEDS 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 Fix nxstyle issue 2020-05-01 10:43:47 -03:00
userled_upper.c Run codespell -w with the latest dictonary again 2020-02-23 22:27:46 +01:00