.. |
analog
|
Mostly cosmetic updates
|
2012-07-26 20:38:46 +00:00 |
fs
|
I learned how to spell PSEUDO
|
2012-08-05 17:44:11 +00:00 |
input
|
PGA11x driver belongs in analog/ not input/
|
2012-07-25 18:58:45 +00:00 |
lcd
|
Header file clean-up
|
2012-07-17 03:58:11 +00:00 |
net
|
drivers/serial/serial.c open, read, write, and poll methods will not return a short transfer or an EINTR error if a signal is received while waiting (only)
|
2012-08-12 17:37:04 +00:00 |
nx
|
Header file clean-up
|
2012-07-17 03:58:11 +00:00 |
power
|
STM32 power management update
|
2012-06-18 14:45:34 +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
|
Update STM32 USB OTG FS host driver -- the driver is now marginally functional
|
2012-08-24 22:16:09 +00:00 |
wireless
|
Remove executable property from many files
|
2011-08-19 14:51:08 +00:00 |
arch.h
|
Add logic to NSH startup to call C++ static initializers on startup
|
2012-02-28 23:38:59 +00:00 |
ascii.h
|
Add ASCII and VT100 header files
|
2012-03-30 16:08:28 +00:00 |
binfmt.h
|
Header file clean-up
|
2012-07-17 03:58:11 +00:00 |
can.h
|
Move file-system header files to include/nuttx/fs
|
2012-03-21 18:01:07 +00:00 |
clock.h
|
Add clock_synchronize() which may be used to re-synchonize the system time with an RTC after recovering from a low power state
|
2012-03-22 14:52:46 +00:00 |
compiler.h
|
Header file clean-up
|
2012-07-17 03:58:11 +00:00 |
fb.h
|
Header file clean-up
|
2012-07-17 03:58:11 +00:00 |
i2c.h
|
Header file clean-up
|
2012-07-17 03:58:11 +00:00 |
init.h
|
Header file clean-up
|
2012-07-17 03:58:11 +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
|
Add a generic GCC stdarg.h header file
|
2012-07-08 14:50:43 +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
|
Add a driver for SST 25 FLASH
|
2012-06-25 21:21:08 +00:00 |
nxflat.h
|
Header file clean-up
|
2012-07-17 03:58:11 +00:00 |
page.h
|
Header file clean-up
|
2012-07-17 03:58:11 +00:00 |
progmem.h
|
Header file clean-up
|
2012-07-17 03:58:11 +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
|
atexit() and on_exit() may now be configured to support multiple exit callbacks
|
2012-08-01 17:47:54 +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 |
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 |
symtab.h
|
Header file clean-up
|
2012-07-17 03:58:11 +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
|
Add support for backspace and a cursor to NxConsole
|
2012-03-31 16:26:32 +00:00 |
watchdog.h
|
More Kconfig stuff
|
2012-04-17 00:24:19 +00:00 |
wqueue.h
|
Fix a few STMPE11 touchscreen and NxWM touchscreen calibration bugs
|
2012-05-11 22:07:06 +00:00 |