walnux/include/nuttx
2013-11-13 15:59:14 -06:00
..
analog SAMA5 ADC: Seems functional in all modes including DMA 2013-10-28 10:08:12 -06:00
audio Various fixes from initial attempts to integrate the SAMA5 SSC/I2C driver with the I2C character driver loopback test 2013-11-11 15:18:57 -06:00
binfmt Fix all occurrences of "the the" in documentation and comments 2013-08-27 09:40:19 -06:00
fs fs/procfs: Add a tiny, primitive procfs file system. Might get more interesting in the future 2013-11-13 15:59:14 -06:00
input Created new directories to hold SPI-related files 2013-07-01 08:11:54 -06:00
lcd Created new directories to hold SPI-related files 2013-07-01 08:11:54 -06:00
net TCP: Change how initial MSS is handled. From Max Holtzberg 2013-10-17 09:45:38 -06:00
nx Fix all occurrences of "the the" in documentation and comments 2013-08-27 09:40:19 -06: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 SourceForge bug #16 Fix IO pin map. Add CONFIG_SERIAL_TERMIOS support. From CCTSAO 2013-08-23 11:48:53 -06:00
spi Minor changes while pondering a camera interface 2013-10-29 16:57:06 -06:00
usb Avoid calling pthread_join() to wait for USB MSC thread to terminate: This does not work if the caller of usb_mscuninitialize() is in a different task group than the MSC thread. From David Sidrane 2013-11-01 12:09:25 -06:00
wireless Updated CC3000 driver from David Sidrane 2013-10-30 14:37:13 -06:00
.gitignore Mostly updates and corrections to .gitignore files 2013-04-04 15:39:50 -06:00
arch.h KL: Now builds up_puts 2013-10-01 11:51:27 -06:00
ascii.h Fix typoes in drivers/rwbuffer.c from Chia Cheng Tsao 2013-07-09 07:59:28 -06:00
can.h SAMA5 CAN: Driver is now code complete but still untested 2013-10-22 15:47:52 -06: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
configdata.h Add an MTD device wrapper that can used to provide a /dev/config that can be used for retaining configuration data. From Ken Pettit 2013-11-01 07:39:20 -06: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 Extend stack debug logic to include IDLE and interrupt stacks. Also color the heap as well. Based on suggestions from David Sidrane 2013-11-01 11:16:51 -06:00
irq.h Add support for ram vectors to the ARMv7-M architecture 2013-03-18 21:10:08 +00:00
kmalloc.h Add kernel/user memalign functions. Not fully integrated 2013-08-20 13:04:49 -06:00
lib.h Move stream data from TCB to task group structure. 2013-01-26 22:25:21 +00:00
math.h Fixes for compiler warnings from Lorenz Meier 2013-08-03 16:51:48 -06: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 Created new directories to hold SPI-related files 2013-07-01 08:11:54 -06:00
mqueue.h Header file clean-up 2012-07-17 03:58:11 +00:00
mtd.h SAMA5: Add logic to auto-mount a file system on AT25 SPI FLASH for NSH 2013-08-05 08:24:39 -06:00
page.h Fix all occurrences of "the the" in documentation and comments 2013-08-27 09:40:19 -06: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 NxWidgets::CScaledImage: New class that wraps any class that provides IBitMap and adds image scaling 2013-10-15 11:09:20 -06: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 fs/procfs: Add a tiny, primitive procfs file system. Might get more interesting in the future 2013-11-13 15:59:14 -06:00
scsi.h Header file clean-up 2012-07-17 03:58:11 +00:00
sdio.h Add SDIO preflight method 2013-10-18 08:15:09 -06: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
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 Add kernel/user memalign functions. Not fully integrated 2013-08-20 13:04:49 -06: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