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
7bf79759bb
include/nuttx/compiler.h: Correct support of C-version-specific features. Cannot depend on GCC version because -std=c89 may be used on comomand line. Need instead to use __STDC_VERSION__ to determine if a feature is supported. Also add conditional support inline, depending on C99.
2019-01-09 15:39:54 -06:00
..
arpa
include/arpa/inet.h: Remove the dup INET[6]_ADDRSTRLEN from arpa.inet.h already define in netinet/in.h
2018-11-09 11:52:30 -06:00
cxx
…
net
…
netinet
Remove dup definition in nuttx/net/arp.h and include/nuttx/net/ioctl.h
2018-11-09 13:59:45 -06:00
netpacket
…
nuttx
include/nuttx/compiler.h: Correct support of C-version-specific features. Cannot depend on GCC version because -std=c89 may be used on comomand line. Need instead to use __STDC_VERSION__ to determine if a feature is supported. Also add conditional support inline, depending on C99.
2019-01-09 15:39:54 -06:00
sys
Addes the ARM mbed littlefs to NuttX
2019-01-09 14:26:51 -06:00
.gitignore
…
aio.h
…
assert.h
…
crc8.h
…
crc16.h
…
crc32.h
…
crc64.h
…
ctype.h
…
debug.h
…
dirent.h
…
dllfcn.h
…
dsp.h
include/dsp.h: Fix missing semicolon error in dsp.h
2019-01-07 07:27:40 -06:00
elf32.h
…
endian.h
Fix typographical error in endian.h and resource.h
2018-11-09 09:05:48 -06:00
errno.h
…
fcntl.h
…
fixedmath.h
…
hex2bin.h
…
inttypes.h
…
libgen.h
…
limits.h
…
locale.h
…
lzf.h
…
mqueue.h
…
netdb.h
include/netdb.h Add NO_ADDRESS definition
2018-11-09 09:04:21 -06:00
nxflat.h
…
poll.h
…
pthread.h
…
queue.h
…
sched.h
…
semaphore.h
…
signal.h
…
spawn.h
…
stdbool.h
arch/arm/src/imxrt/imxrt_usdhc.c: Improve SD card handling in the DMA case. For now I think we can consider this complete for both Interrupt and DMA transfers. There is other stuff to add (high speed, low voltage, DDR etc.) later,
2018-11-13 06:41:27 -06:00
stddef.h
…
stdint.h
…
stdio.h
…
stdlib.h
…
stdnoreturn.h
…
string.h
…
strings.h
…
syscall.h
…
syslog.h
…
termios.h
…
threads.h
…
time.h
…
unistd.h
…
wchar.h
…
wctype.h
…