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
History
Gregory Nutt
0571a59e12
Need to condition out standard allocators in kernel build. More to be done
2014-08-31 08:10:15 -06:00
..
arpa
…
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
Need to condition out standard allocators in kernel build. More to be done
2014-08-31 08:10:15 -06:00
sys
Rename CONFIG_NUTTX_KERNEL to CONFIG_BUILD_PROTECTED; Partially integrate new CONFIG_BUILD_KERNEL
2014-08-29 14:47:22 -06:00
.gitignore
…
assert.h
…
crc16.h
…
crc32.h
…
ctype.h
…
debug.h
…
dirent.h
…
elf32.h
…
errno.h
Back out and replace recent kludges for errno and clock_systimer. There is a cleaner way
2014-08-30 14:26:56 -06:00
fcntl.h
…
fixedmath.h
…
inttypes.h
…
libgen.h
…
limits.h
…
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
…
stdlib.h
…
string.h
…
syscall.h
include/sys/syscall.h: System definitions should depend on CONFIG_LIB_SYSCALL not CONFIG_NUTTX_KERNEL
2014-08-28 17:03:54 -06:00
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
…