.. |
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
|
Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-filesystem
|
2014-02-19 13:14:39 -06:00 |
input
|
Many changes to reduce complaints from CppCheck. Several latent bugs fixes, but probably some new typos introduced
|
2014-02-10 18:08:49 -06:00 |
lcd
|
Update comments in file headers
|
2014-02-10 13:58:08 -06:00 |
mtd
|
procfs/: Extenstive architectural changes and enhancements by Ken Pettit
|
2013-12-12 09:21:55 -06:00 |
net
|
Networking: Improved status reporting and new carrier management interfaces. From Max Holtzberg
|
2014-01-21 10:21:45 -06:00 |
nx
|
Fix some minor kernel mose NxWM build issues
|
2013-12-30 14:09:58 -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
|
|
|
sercomm
|
|
|
serial
|
SourceForge bug #16 Fix IO pin map. Add CONFIG_SERIAL_TERMIOS support. From CCTSAO
|
2013-08-23 11:48:53 -06:00 |
spi
|
A few changes needed for compilation with ZDS-II
|
2013-11-28 15:57:41 -06:00 |
usb
|
HID mouse can now support some while mice. Problems with Microsoft mice
|
2014-02-10 11:53:37 -06:00 |
video
|
Move rgbcolors.h to include/nuttx/video
|
2013-12-10 09:29:20 -06:00 |
wireless
|
Numerous updates to the CC3000 driver from David Sidrane
|
2014-02-18 14:16:51 -06:00 |
.gitignore
|
Mostly updates and corrections to .gitignore files
|
2013-04-04 15:39:50 -06:00 |
arch.h
|
Improve documentation of naming conventions
|
2014-01-25 08:56:40 -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
|
CPU load calculations now available for all threads. Available in /proc/pid/loadavg
|
2014-02-23 10:55:01 -06: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 |
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
|
|
|
i2c.h
|
|
|
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
|
Cosmetic clean-up in preparation for TCP write buffering change
|
2014-01-13 08:21:18 -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
|
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
|
|
|
pwm.h
|
|
|
ramlog.h
|
|
|
regex.h
|
|
|
rtc.h
|
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 |
rwbuffer.h
|
|
|
sched.h
|
Make sure that the Z16F build still builds and runs
|
2014-01-01 10:29:44 -06:00 |
scsi.h
|
|
|
sdio.h
|
Add SDIO preflight method
|
2013-10-18 08:15:09 -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
|
|
|
streams.h
|
|
|
syslog.h
|
Add syslog.h; rename lib_rawprintf() to syslog()
|
2013-01-28 21:55:16 +00:00 |
time.h
|
|
|
userspace.h
|
Add kernel/user memalign functions. Not fully integrated
|
2013-08-20 13:04:49 -06:00 |
vt100.h
|
Fix bugs in EMACS command line editor, primarily errors in the VT100 commands
|
2014-02-02 12:24:45 -06:00 |
watchdog.h
|
|
|
wqueue.h
|
configs/stm32f4discovery/pm: Configuration converted to use the kconfig-frontends tools
|
2014-03-04 08:58:01 -06:00 |