This website requires JavaScript.
Explore
Help
Sign in
Aksal
/
nuttx
Watch
3
Star
1
Fork
You've already forked nuttx
1
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-07 17:36:38 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
2
9909b7636c
nuttx
/
include
/
nuttx
/
drivers
History
Download ZIP
Download TAR.GZ
Xiang Xiao
5c80b94820
Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
...
Since the kernel side should call nxsem_xxx instead and remove the unused inclusion
2020-02-01 08:27:30 -06:00
..
1wire.h
This commit adds a 1wire subsystem.
2018-04-04 10:57:36 -06:00
addrenv.h
drivers/addrenv.c: Move up_addrenv_ implemenation to common folder.
2019-11-03 19:45:05 -06:00
drivers.h
Fix some typos in comments.
2019-10-11 15:53:17 +08:00
ramdisk.h
drivers/Kconfig: Add an option, CONFIG_DRVR_MKRD, to control whether or not the mkrd() implementation is build. Otherwise, if mkrd() is built unconditionally, it will be drawn into every build whether it is used or not and will increase the build size.
2019-10-26 11:43:34 -06:00
rwbuffer.h
Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
2020-02-01 08:27:30 -06:00