nuttx/include/nuttx
2014-07-07 09:55:39 -06:00
..
analog More trailing whilespace removal 2014-04-13 14:32:20 -06:00
audio More trailing whilespace removal 2014-04-13 14:32:20 -06:00
binfmt P-code BINFMT: Add logic to pass information from the binfmt logic to the P-code interpreter. This includes some extension to the binfmt interfaces. 2014-05-08 16:58:10 -06:00
crypto Move crypto header files from include/crypto to include/nuttx/crypto 2014-07-03 18:35:08 -06:00
fs BCH: Add configurable AES encryption support to block-to-character (BCH) driver. This allows any block device to be accessed as an encrypted character device. From Max Nekludov 2014-07-07 08:00:00 -06:00
input maXTouch: Fix I2C address, errors when debug enable, reorganize some data 2014-07-06 08:03:34 -06:00
lcd SAM4E-EK: Add a driver for the on-board LCD (not tested on initial check-ing) 2014-05-13 10:38:46 -06:00
mtd mtd.h needs forward reference to struct spi_dev_s 2014-05-25 07:39:15 -06:00
net NET: Important fix to the read-ahead buffer queue managment: Consumed bytes were being trimmed from the head of the queue, but the queue head itself was not being updated. From Rony XLN 2014-07-07 07:28:17 -06:00
nx More trailing whilespace removal 2014-04-13 14:32:20 -06:00
power LM: Don't initialize .data if running in SRAM. Global missing intialize type. SAMA5 NAND: Fix for read nand in smaller chunks 2013-12-05 10:37:55 -06:00
sensors More trailing whilespace removal 2014-04-13 14:32:20 -06:00
sercomm Move include/sercomm to include/nuttx/sercomm 2012-03-24 18:33:21 +00:00
serial Add serial method so that lower half driver can provide RX flow control information. From Jussi Kivilinna 2014-05-08 09:00:33 -06:00
spi Nucleo: Remove bogus MPU definitions 2014-04-25 08:52:50 -06:00
syslog Rename CONFIG_RAMLOG_CONSOLE_BUFSIZE to just CONFIG_RAMLOG_BUFSIZE 2014-07-01 12:00:40 -06:00
usb Cosmetic changes 2014-05-28 14:09:58 -06:00
video Fix typo RBG -> RGB in several macros 2014-05-12 13:00:48 -06:00
wireless Change all variadic macros to C99 style 2014-05-22 09:01:51 -06:00
.gitignore Mostly updates and corrections to .gitignore files 2013-04-04 15:39:50 -06:00
arch.h If the CPU load measurements are being driven by an external clock, then the prototype for sched_process_cpuload() must be available in include/nuttx/arch.h 2014-04-30 15:47:55 -06:00
ascii.h Fix typoes in drivers/rwbuffer.c from Chia Cheng Tsao 2013-07-09 07:59:28 -06:00
can.h More trailing whilespace removal 2014-04-13 14:32:20 -06:00
clock.h CPU load calculations now available for all threads. Available in /proc/pid/loadavg 2014-02-23 10:55:01 -06:00
compiler.h More trailing whilespace removal 2014-04-13 14:32:20 -06: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
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 maXTouch: Check for successful memory allocation was backward 2014-07-07 09:55:39 -06: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 /proc task directories can now have sub-directories 2013-12-15 10:31:07 -06:00
kthread.h NX server needs to be on a kernel thread for the kernel build 2013-12-30 17:55:19 -06:00
lib.h Move stream data from TCB to task group structure. 2013-01-26 22:25:21 +00:00
math.h Change double_t to double in rint. Add rintf and rintl while we are at it 2014-06-28 10:14:29 -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 Use uint16_t vs uint8_t in the message queue structure if the max message size is > 128 2014-02-18 14:14:51 -06:00
page.h More trailing whilespace removal 2014-04-13 14:32:20 -06:00
poff.h BINFMT: A framework to support a P-code binary format (a work in progress) 2014-05-07 13:47:52 -06:00
progmem.h More trailing whilespace removal 2014-04-13 14:32:20 -06:00
pthread.h Header file clean-up 2012-07-17 03:58:11 +00:00
pwm.h More trailing whilespace removal 2014-04-13 14:32:20 -06:00
regex.h Header file clean-up 2012-07-17 03:58:11 +00:00
rtc.h More trailing whilespace removal 2014-04-13 14:32:20 -06:00
rwbuffer.h Header file clean-up 2012-07-17 03:58:11 +00:00
sched.h Make sure that the Z16F build still builds and runs 2014-01-01 10:29:44 -06:00
scsi.h Header file clean-up 2012-07-17 03:58:11 +00:00
sdio.h Nucleo F401RE: Remove PX4 cruft that can in with the port 2014-04-22 12:18:08 -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 seekable standard streams 2014-06-14 16:19:42 -06:00
time.h More trailing whilespace removal 2014-04-13 14:32:20 -06:00
timer.h Timer driver updates from Bob Doiron 2014-05-05 14:40:19 -06:00
tree.h Fix error in tree.h 2014-06-02 13:44:44 -06:00
userspace.h Add kernel/user memalign functions. Not fully integrated 2013-08-20 13:04:49 -06:00
vt100.h More trailing whilespace removal 2014-04-13 14:32:20 -06:00
watchdog.h SAM3/4: Add watchdog timer support. From Bob Doisin 2014-04-21 19:12:02 -06:00
wqueue.h More trailing whilespace removal 2014-04-13 14:32:20 -06:00