This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-11 07:48:59 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
7fdf57b7bbe5867eb06589d8fdff1cddff81df43
nuttx
/
include
/
sys
T
History
Gregory Nutt
7aff059fd0
Move sleep() and usleep() from sched/ to libc/unistd/. These functions now are simple wrappers for nanosleep(). Remove sleep() and usleep() from system calls; add nanosleep() to system calls
2013-12-13 07:57:13 -06:00
..
ioctl.h
…
mman.h
…
mount.h
SAMA5D3x-EK NAND: Integrate SAMA5 NAND support into SAMA5D3x-EK board support
2013-11-25 12:10:24 -06:00
prctl.h
VS1053 worker thread stack size is now configurable; Worker thread is named via pthread_setname_np(). From Ken Pettit
2013-11-10 11:03:19 -06:00
select.h
…
sendfile.h
…
socket.h
…
sockio.h
…
stat.h
…
statfs.h
fs/procfs: Add a tiny, primitive procfs file system. Might get more interesting in the future
2013-11-13 15:59:14 -06:00
syscall.h
Move sleep() and usleep() from sched/ to libc/unistd/. These functions now are simple wrappers for nanosleep(). Remove sleep() and usleep() from system calls; add nanosleep() to system calls
2013-12-13 07:57:13 -06:00
time.h
…
types.h
…
vfs.h
…
wait.h
…