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 16:01:03 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
ad9b3f8ab8f4f2ef65ffe30c7726efea90c1e9d9
nuttx
/
include
T
History
Gregory Nutt
ad9b3f8ab8
wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide.
2014-08-21 11:16:55 -06:00
..
arpa
NET: emoved all includes of uip.h; added includes of ip.h wherever needed. Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed.
2014-07-04 19:13:08 -06:00
cxx
…
net
Add some helper macros to make the code a little more compac
2014-08-17 09:46:03 -06:00
netinet
…
netpacket
…
nuttx
wdog.h does not contain any application interface, only internal OS interface. Further, it is non-standard. Move wdog.h from include/ to include/nuttx. For the same reason, move the description of the watchdog timer interfaces from the Users Guide to the Porting Guide.
2014-08-21 11:16:55 -06:00
sys
Cosmetic
2014-08-17 09:45:38 -06:00
.gitignore
…
assert.h
…
crc16.h
…
crc32.h
…
ctype.h
…
debug.h
…
dirent.h
Ongoing campaign to remove EXTERN storage class on function prototypes
2014-07-23 14:49:16 -06:00
elf32.h
…
errno.h
…
fcntl.h
…
fixedmath.h
…
inttypes.h
…
libgen.h
Ongoing campaign to remove EXTERN storage class on function prototypes
2014-07-23 14:49:16 -06:00
limits.h
Adds support for localtime. From Max Neklyudov
2014-08-12 06:18:22 -06:00
mqueue.h
…
nxflat.h
…
poll.h
…
pthread.h
…
queue.h
…
sched.h
…
semaphore.h
…
signal.h
…
spawn.h
…
stdbool.h
…
stddef.h
…
stdint.h
…
stdio.h
Adds support for localtime. From Max Neklyudov
2014-08-12 06:18:22 -06:00
stdlib.h
…
string.h
…
syscall.h
…
syslog.h
…
termios.h
…
threads.h
…
time.h
When reading the system timer, don't read a struct timespec, convert it to a fake tick count, then back to a timespec. Remove CLOCK_ACTIVETIME.. it is non-standard, unused, and gets in the way of changes like this
2014-08-15 03:55:41 -06:00
unistd.h
Adds support for localtime. From Max Neklyudov
2014-08-12 06:18:22 -06:00