This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
include
/
sys
History
ligd
289af9a0fb
configs/boardctl.c: Add support for board_app_finalinitialize()
2018-08-28 15:34:31 -06:00
..
boardctl.h
configs/boardctl.c: Add support for board_app_finalinitialize()
2018-08-28 15:34:31 -06:00
custom_file.h
…
epoll.h
…
ioctl.h
…
ipc.h
…
mman.h
…
mount.h
…
param.h
include/sys/param.h: Add a dummy sys/param.h header file. This is not a standard file but is used by other systems and having the dummy file may minimize some porting efforts.
2018-08-19 08:24:30 -06:00
prctl.h
…
random.h
…
resource.h
…
select.h
…
sendfile.h
…
shm.h
…
socket.h
This commit brings in a fragmentary, experimental implementation of NETLINK sockets. There is not too much to that socket support on this initial commit, just the netlink socketer framework. However, I decided to bring it into master because there is a enough that I would not want to lose what is in place. And since it is dependent on CONFIG_EXPERIMENATL, its presence on master should be innocuous.
2018-08-03 13:22:36 -06:00
sockio.h
…
stat.h
…
statfs.h
…
syscall.h
Merged in masayuki2009/nuttx.nuttx/remove_sys_nnetsocket (pull request
#696
)
2018-07-26 13:37:44 +00:00
time.h
…
types.h
nclude/sys/types: Move wint_t and wctype_t from wchar.h to types.h. This change is compatible as before since wchar.h include types.h indirectly. This fixes a compilation error with newlib's math.h: 'unknown type name wint_t'
2018-08-27 06:26:37 -06:00
uio.h
…
un.h
…
utsname.h
…
vfs.h
…
wait.h
…