incubator-nuttx/include/nuttx
patacongo 3888a00d2d Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib_ps.c to sched/task_posixspawn.c; Move libc/spawn/spawn.h to include/nuttx/spawn.h
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5531 42af7a65-404d-4744-a932-0658087f49c3
2013-01-18 01:52:42 +00:00
..
analog Resync new repository with old repo r5166 2012-09-17 18:35:37 +00:00
binfmt NSH will now run files from the file system; Add logic to unload and clean-up after running a task from a file system; Extensions to builtin apps from Mike Smith 2013-01-17 18:32:13 +00:00
fs Rename apps/include/apps.h to builtin.h. Move parts of apps/builtins/exec_builtin.c to binfmt/libbuiltin/libbuiltin_utils.c 2013-01-16 17:05:00 +00:00
input Add support for key release events 2012-12-27 14:01:59 +00:00
lcd Add UG_2965SWEG01 driver from Darcy Gong; fix logic error in how waiters are reawakened in the USB HID keyboard driver 2012-12-26 20:04:57 +00:00
net Change naming of all Stellaris pre-processor symbols from LM3S_ to LM_ to make room in the namespace for LM4F 2013-01-09 18:15:02 +00:00
nx Add ZP213X/4XPA nxlines configuration (needs a little more work) 2012-12-30 16:39:25 +00:00
power Fix typo introduced into many Makefiles with last changes 2012-11-19 19:53:53 +00:00
sensors Move file-system header files to include/nuttx/fs 2012-03-21 18:01:07 +00:00
sercomm Move include/sercomm to include/nuttx/sercomm 2012-03-24 18:33:21 +00:00
serial Loosen up termios interfaces to allow more flexible baud settings; remove AIX-like interfaces of last check-in 2012-07-22 18:56:50 +00:00
usb Add logic to serialize and marshal out-of-band keyboard commands 2012-12-25 17:22:58 +00:00
wireless Remove executable property from many files 2011-08-19 14:51:08 +00:00
arch.h This initial vfork() check-in was a little pollyanna-ish 2013-01-07 19:35:47 +00:00
ascii.h Add ASCII and VT100 header files 2012-03-30 16:08:28 +00:00
can.h Move file-system header files to include/nuttx/fs 2012-03-21 18:01:07 +00:00
clock.h Fixes for l3s, USB composite, nfsmount, apps context build problems 2012-12-24 17:49:58 +00:00
compiler.h Fix some early z180 compile errors 2012-12-11 22:51:20 +00:00
fb.h Header file clean-up 2012-07-17 03:58:11 +00:00
float.h lib/math files not follow coding standard; float, double, and long double versions in separate files to reduce size of dumb link 2012-10-28 18:42:09 +00:00
gran.h Resync new repository with old repo r5166 2012-09-17 18:35:37 +00:00
i2c.h Resync new repository with old repo r5166 2012-09-17 18:35:37 +00:00
init.h Add configurable application entry point 2012-08-30 20:13:50 +00:00
irq.h Header file clean-up 2012-07-17 03:58:11 +00:00
kmalloc.h Header file clean-up 2012-07-17 03:58:11 +00:00
lib.h Move file-system header files to include/nuttx/fs 2012-03-21 18:01:07 +00:00
math.h Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopin 2012-12-07 16:00:56 +00:00
mm.h Header file clean-up 2012-07-17 03:58:11 +00:00
mmcsd.h Header file clean-up 2012-07-17 03:58:11 +00:00
mqueue.h Header file clean-up 2012-07-17 03:58:11 +00:00
mtd.h Patches from Petteri Aimonen + stdbool and rand() changes for Freddie Chopin 2012-12-07 16:00:56 +00:00
page.h Header file clean-up 2012-07-17 03:58:11 +00:00
progmem.h STM32 FLASH changes from Freddie Chopin 2013-01-03 13:39:16 +00:00
pthread.h Header file clean-up 2012-07-17 03:58:11 +00:00
pwm.h Header file clean-up 2012-07-17 03:58:11 +00:00
ramdisk.h Header file clean-up 2012-07-17 03:58:11 +00:00
ramlog.h Fix syslog mutual exclusion and interrupt level logic 2012-08-02 18:43:01 +00:00
regex.h Header file clean-up 2012-07-17 03:58:11 +00:00
rgbcolors.h Fix some RGB color macros 2011-11-03 22:27:53 +00:00
rtc.h Header file clean-up 2012-07-17 03:58:11 +00:00
rwbuffer.h Header file clean-up 2012-07-17 03:58:11 +00:00
sched.h Use SIGCHLD with waitpid(); implemented wait() and waitid() 2013-01-13 18:53:00 +00:00
scsi.h Header file clean-up 2012-07-17 03:58:11 +00:00
sdio.h Header file clean-up 2012-07-17 03:58:11 +00:00
spawn.h Add internal API task_reparent(), used in posix_spawn(). Move libc/spawn/lib_ps.c to sched/task_posixspawn.c; Move libc/spawn/spawn.h to include/nuttx/spawn.h 2013-01-18 01:52:42 +00:00
spi.h PIC32MX1/2 pin selection logic; Mirtoo LEDs, SPI2, and UART2 configuration 2012-06-20 17:37:20 +00:00
stdarg.h Add a generic GCC stdarg.h header file 2012-07-08 14:50:43 +00:00
streams.h Add dmesg command that can be used to dump the syslog 2012-02-11 15:27:44 +00:00
syslog.h Fix syslog mutual exclusion and interrupt level logic 2012-08-02 18:43:01 +00:00
time.h Add FAT date/time stamp 2011-10-02 17:53:17 +00:00
vt100.h Fix the fat, flat line bug 2012-12-02 17:34:08 +00:00
watchdog.h Remove executable property from source and make files 2012-09-13 18:46:10 +00:00
wqueue.h Fix a *critical* bug in the task exit logic. Implements SIGCHILD 2013-01-12 19:58:45 +00:00