| .. |
|
analog
|
ADC bugfixes plus new DAC logic from Lzyy
|
2011-08-25 14:11:39 +00:00 |
|
input
|
Simulated touchscreen debug fixes
|
2011-09-28 23:39:57 +00:00 |
|
lcd
|
Remove executable property from many files
|
2011-08-19 14:51:08 +00:00 |
|
nx
|
Add a test of the circle rendering logic
|
2011-08-24 17:00:51 +00:00 |
|
sensors
|
Correct error in clock_gettime(); fix wait for STOP in I2C stm32 driver
|
2011-09-11 14:55:31 +00:00 |
|
usb
|
CDC ACM fixes
|
2011-09-27 17:05:24 +00:00 |
|
wireless
|
Remove executable property from many files
|
2011-08-19 14:51:08 +00:00 |
|
arch.h
|
Verified STM3210E-EVAL button handling and new button test application
|
2011-07-07 18:40:15 +00:00 |
|
binfmt.h
|
Added exec()
|
2009-07-12 18:43:59 +00:00 |
|
can.h
|
Fix a semphore overflow problem in the CAN driver
|
2011-08-18 14:07:52 +00:00 |
|
clock.h
|
Remove support for UTC time; add support for 64-bit time
|
2011-10-02 14:16:30 +00:00 |
|
compiler.h
|
Add support for accessing printf, sprintf, puts, etc. strings that do not lie in the MCU data space
|
2011-07-01 19:08:04 +00:00 |
|
cs89x0.h
|
Remove executable property from many files
|
2011-08-19 14:51:08 +00:00 |
|
dirent.h
|
More FAT long file name logic
|
2011-07-13 21:53:06 +00:00 |
|
enc28j60.h
|
Remove executable property from many files
|
2011-08-19 14:51:08 +00:00 |
|
fat.h
|
Switching to C99 stdint.h types
|
2009-12-14 23:32:23 +00:00 |
|
fb.h
|
TIFF initialization is complete
|
2011-09-21 18:40:23 +00:00 |
|
fs.h
|
Move core of fdopen() logic from lib/stdio to fs/
|
2011-04-04 23:02:00 +00:00 |
|
i2c.h
|
Completes first cut of TSC2007 driver
|
2011-07-30 17:41:22 +00:00 |
|
init.h
|
Remove user_initialize(); Make sure all integer types are signed that need to be
|
2011-04-06 17:48:56 +00:00 |
|
ioctl.h
|
More CDC serial updates
|
2011-09-15 13:26:00 +00:00 |
|
irq.h
|
Moving toward system call infrastructure
|
2011-03-29 00:07:02 +00:00 |
|
kmalloc.h
|
Fix bugs introduced in last commit
|
2011-04-05 21:18:03 +00:00 |
|
lib.h
|
Move some drivers to separate subdirectories
|
2009-10-18 13:52:21 +00:00 |
|
mii.h
|
Changes for clean ez80 ZDS-II compile
|
2011-06-22 15:22:56 +00:00 |
|
mkfatfs.h
|
Switching to C99 stdint.h types
|
2009-12-14 23:32:23 +00:00 |
|
mm.h
|
Switching to C99 stdint.h types
|
2009-12-14 23:32:23 +00:00 |
|
mmcsd.h
|
Switching to C99 stdint.h types
|
2009-12-14 23:32:23 +00:00 |
|
mqueue.h
|
Move more functions out of sched/ to lib/; proxies almost build
|
2011-04-02 01:23:08 +00:00 |
|
mtd.h
|
Add AT24xx and LPC17xx I2C drivers (from Lzyy)
|
2011-09-07 13:32:13 +00:00 |
|
net.h
|
Changes for clean ez80 ZDS-II compile
|
2011-06-22 15:22:56 +00:00 |
|
nxffs.h
|
Minor NXFFS fixes
|
2011-05-05 01:15:31 +00:00 |
|
nxflat.h
|
Switching to C99 stdint.h types
|
2009-12-14 23:32:23 +00:00 |
|
page.h
|
Remove executable property from many files
|
2011-08-19 14:51:08 +00:00 |
|
pm.h
|
Fix a error the the STM32 I2C timeout logic
|
2011-09-06 21:00:48 +00:00 |
|
progmem.h
|
Mostly cosmetic changes from Uros
|
2011-05-07 19:22:15 +00:00 |
|
pthread.h
|
Fix a couple of recently introduced build problems
|
2011-04-04 21:02:15 +00:00 |
|
ramdisk.h
|
Switching to C99 stdint.h types
|
2009-12-14 23:32:23 +00:00 |
|
regex.h
|
mktime/gmtime_r moved and highly simplified
|
2009-07-11 17:24:14 +00:00 |
|
rgbcolors.h
|
Remove executable property from many files
|
2011-08-19 14:51:08 +00:00 |
|
rtc.h
|
Add support for lo- and hi-res RTC hardware
|
2011-10-01 22:09:00 +00:00 |
|
rwbuffer.h
|
Switching to C99 stdint.h types
|
2009-12-14 23:32:23 +00:00 |
|
sched.h
|
Setup environment to support multiple fonts
|
2011-07-19 20:08:28 +00:00 |
|
scsi.h
|
Add CBW helpers
|
2010-12-18 01:53:05 +00:00 |
|
sdio.h
|
Progress with Kinetis SDHC driver (more to to)
|
2011-08-22 15:42:10 +00:00 |
|
serial.h
|
Switching to C99 stdint.h types
|
2009-12-14 23:32:23 +00:00 |
|
spi.h
|
Add initial CC1101 wireless logic from Uros
|
2011-05-16 15:09:39 +00:00 |
|
streams.h
|
Implemented line-oriented buffering for std output
|
2011-05-14 15:21:04 +00:00 |
|
symtab.h
|
Switching to C99 stdint.h types
|
2009-12-14 23:32:23 +00:00 |
|
time.h
|
Switching to C99 stdint.h types
|
2009-12-14 23:32:23 +00:00 |
|
tioctl.h
|
Add termios header files; add files missed in last commit
|
2011-07-01 22:23:54 +00:00 |
|
uart_16550.h
|
Remove executable property from many files
|
2011-08-19 14:51:08 +00:00 |
|
wqueue.h
|
Remove executable property from many files
|
2011-08-19 14:51:08 +00:00 |