This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
368fbd0dea
nuttx
/
drivers
/
leds
History
Xiang Xiao
23668a4b9b
build: Remove the empty variable assignment
...
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-05-24 08:24:13 -06:00
..
apa102.c
Fix wait loop and void cast (
#24
)
2020-01-02 10:54:43 -06:00
Kconfig
Change space to tab and help to ---help--- in Kconfig files.
2019-10-05 21:39:12 -06: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