.. |
analog
|
Resync new repository with old repo r5166
|
2012-09-17 18:35:37 +00:00 |
binfmt
|
Add documentation for the binary loader
|
2012-10-30 14:32:52 +00:00 |
fs
|
Add support for ferror(), feof(), and clearerr()
|
2012-11-01 15:00:26 +00:00 |
input
|
Add MAX11802 touchscreeen driver from Petteri Aimonen
|
2012-10-20 15:17:19 +00:00 |
lcd
|
STM32 OTG FS fix from Petteri Aimonen; Finish off some UG-2864AMBAG01 test logic
|
2012-11-08 14:10:24 +00:00 |
net
|
Add interfaces flags, extend ifconfig, add ifup and ifdown commands (Darcy Gong
|
2012-11-04 18:54: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
|
Changes to get a clean ez80 build using the ZDS 5.1.1 toolchain
|
2012-11-12 15:22:27 +00:00 |
wireless
|
Remove executable property from many files
|
2011-08-19 14:51:08 +00:00 |
arch.h
|
Relay example from Darcy Gong
|
2012-11-04 16:08:02 +00:00 |
ascii.h
|
Add ASCII and VT100 header files
|
2012-03-30 16:08:28 +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
|
uClibc++ compiles... but it is a long way from linking
|
2012-11-01 21:08:56 +00:00 |
fb.h
|
Header file clean-up
|
2012-07-17 03:58:11 +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
|
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
|
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 |
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
|
Resync new repository with old repo r5166
|
2012-09-17 18:35:37 +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
|
Add __cxa_atexit(); atexit() is now built on top of on_exit()
|
2012-11-01 16:50:53 +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 |
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
|
Changes needed for clean ez80 compile with ZDS toolchain
|
2012-09-13 19:33:47 +00:00 |
watchdog.h
|
Remove executable property from source and make files
|
2012-09-13 18:46:10 +00:00 |
wqueue.h
|
Add support for multiple work queues
|
2012-09-04 00:54:09 +00:00 |