walnux/include/nuttx
2013-05-19 15:12:28 -06:00
..
analog Resync new repository with old repo r5166 2012-09-17 18:35:37 +00:00
binfmt New interface task_spawn(); exec_builtin() now uses task_spawn(); All argv types should be char * const * not const char ** 2013-02-02 19:31:30 +00:00
fs Add audio/ sub-syste, include/nuttx/audio.h interface, and drivers/audio/vs1053.c driver to NuttX. From Ken Pettit 2013-05-19 15:12:28 -06:00
input Add support for key release events 2012-12-27 14:01:59 +00:00
lcd More ST5767 LCD files missed in last commit 2013-03-22 14:31:48 +00:00
net Changes to remove some warning sduring compilation for ZKit-arm-1769 Board. 2013-05-02 06:28:59 -06: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 Fix some bad macro names in include/nuttx/serial/16550.h 2013-04-05 16:53:01 -06:00
usb Fixes for typos and errors in audio.h from Ken Pettit 2013-05-19 15:01:14 -06:00
wireless Remove executable property from many files 2011-08-19 14:51:08 +00:00
.gitignore Mostly updates and corrections to .gitignore files 2013-04-04 15:39:50 -06:00
arch.h Remove up_assert_code 2013-04-25 15:19:59 -06:00
ascii.h Add ASCII and VT100 header files 2012-03-30 16:08:28 +00:00
audio.h Add audio/ sub-syste, include/nuttx/audio.h interface, and drivers/audio/vs1053.c driver to NuttX. From Ken Pettit 2013-05-19 15:12:28 -06: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 convert Kwikstik K40 configurations to use kconfig-frontends tools 2013-03-25 17:33:41 +00:00
fb.h Some initial LCD logic for the lpc1788 (still a work-in-progress) 2013-03-26 16:56:09 +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 Add support for ram vectors to the ARMv7-M architecture 2013-03-18 21:10:08 +00:00
kmalloc.h A few early fixes in kernel build testing 2013-03-12 16:02:48 +00:00
lib.h Move stream data from TCB to task group structure. 2013-01-26 22:25:21 +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 With these fixes, the kernel build is basically functional (but there is more to be done) 2013-03-09 01:27:42 +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 Rearchitecting of some MTD, partition, SMART interfaces, and FLASH drivers to: Better use the byte write capbility when available and to use smaller erase sectors for the erase sector size when available). 2013-05-03 12:52:33 -06:00
page.h Rename _TCB to struct tcb_s 2013-02-04 18:46:28 +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 In the kernel build, pass task paramters in the stack, not using the arrary in the TCB 2013-03-21 21:51:15 +00:00
scsi.h Header file clean-up 2012-07-17 03:58:11 +00:00
sdio.h More kernel build fixes 2013-03-07 14:27:47 +00:00
smart.h SMART block driver plus changes to M25P and RAM drivers needed for SMART support 2013-04-30 19:10:54 -06: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 Add Ken Pettit's SMART FS 2013-04-30 20:13:30 -06: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 Add syslog.h; rename lib_rawprintf() to syslog() 2013-01-28 21:55:16 +00:00
time.h Add FAT date/time stamp 2011-10-02 17:53:17 +00:00
userspace.h Rework of kernel build signal dispatch to user-space handlers 2013-03-23 14:46:02 +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 More kernel build fixes 2013-03-07 14:27:47 +00:00