.. |
analog
|
…
|
|
audio
|
…
|
|
binfmt
|
…
|
|
crypto
|
Fix issues when AES support was added for the STM32L1. From Juha Niskanen
|
2015-03-04 06:38:03 -06:00 |
eeprom
|
…
|
|
fs
|
Extend the AT24 EEPROM driver so that it supports: (1) the byte-oriented read() method, (2) parts with extended memory regions, and (3) parts with 8-bit addressing.
|
2015-03-17 14:27:27 -06:00 |
input
|
Update the ADXL345 interface following the current interface scheme
|
2014-12-16 11:45:28 -06:00 |
lcd
|
Remove execute privileges from some header files
|
2015-02-01 06:24:18 -06:00 |
mm
|
…
|
|
mtd
|
Added forward reference to eliminate warnings. From David Sidrane.
|
2014-12-30 06:20:40 -06:00 |
net
|
Add TUN device. From Max Neklyudov
|
2015-03-11 06:52:56 -06:00 |
nx
|
Lots of fonts that derive from X11-misc-fixed-* fonts. Converted for use by NuttX by Pierre-Noel Bouteville
|
2014-12-10 17:11:23 -06:00 |
power
|
…
|
|
sensors
|
Update ChangeLog
|
2015-02-12 12:21:05 -06:00 |
sercomm
|
…
|
|
serial
|
STM32 Serial: PX4 HW workarround for flaky STM32 RTS. From David Sidrane
|
2014-12-27 18:58:18 -06:00 |
spi
|
SPI: Add a board-specific SPI device value
|
2015-03-02 10:17:12 -06:00 |
syslog
|
Update ChangeLog
|
2015-02-08 06:58:23 -06:00 |
usb
|
Remove execute privileges from some header files
|
2015-02-01 06:24:18 -06:00 |
video
|
STM32 LTDC: Move ltdc.h from include/nuttx/video to arch/arm/include/stm32; Trivial updates after general review
|
2014-12-19 14:52:17 -06:00 |
wireless
|
Suffer the consequences of moving struct timeval to its correct location
|
2015-02-15 15:18:35 -06:00 |
.gitignore
|
…
|
|
addrenv.h
|
…
|
|
arch.h
|
Remove some prototypes from arch.h that do not belong there
|
2015-02-27 20:06:11 -06:00 |
ascii.h
|
…
|
|
board.h
|
Trivial update to comments
|
2015-03-20 18:07:32 -06:00 |
can.h
|
Standardize some header files
|
2015-02-16 14:29:43 -06:00 |
clock.h
|
…
|
|
compiler.h
|
Add support for the restrict keyword
|
2015-02-17 08:24:20 -06:00 |
configdata.h
|
SAMV71-XULT: Add support for a ConfigData device on the 256 AT24 EEPROM
|
2015-03-19 14:53:05 -06:00 |
float.h
|
…
|
|
i2c.h
|
I2C interface: Add a parmeter to I2C slave callback
|
2015-03-03 14:48:52 -06:00 |
init.h
|
…
|
|
irq.h
|
…
|
|
kmalloc.h
|
…
|
|
kthread.h
|
…
|
|
lib.h
|
…
|
|
math.h
|
Add math library defines for nan functions. From Brennan Ashton.
|
2015-01-26 19:03:38 -06:00 |
mmcsd.h
|
Standardize some header files
|
2015-02-16 14:29:43 -06:00 |
mqueue.h
|
…
|
|
page.h
|
…
|
|
pgalloc.h
|
…
|
|
poff.h
|
…
|
|
progmem.h
|
…
|
|
pthread.h
|
…
|
|
pwm.h
|
Standardize some header files
|
2015-02-16 14:29:43 -06:00 |
regex.h
|
Standardize some header files
|
2015-02-16 14:29:43 -06:00 |
rtc.h
|
VFS: The inode unlink method should not be support if operations on the root pseudo-filesystem are disabled.
|
2015-02-18 09:34:58 -06:00 |
rwbuffer.h
|
Standardize some header files
|
2015-02-16 14:29:43 -06:00 |
sched.h
|
strncpy will not copy the terminating \0 into the destination if the source is larger than the size of the destination. Ensure that the last byte is always zero and let strncpy only copy CONFIG_TASK_NAME_SIZE bytes. The issue of unterminated names can be observed in ps when creating a pthread while CONFIG_TASK_NAME_SIZE is set to 8.
|
2014-12-17 12:24:02 -06:00 |
scsi.h
|
…
|
|
sdio.h
|
Remove execute privileges from some header files
|
2015-02-01 06:24:18 -06:00 |
semaphore.h
|
…
|
|
spawn.h
|
…
|
|
stdarg.h
|
Some typos noted by David Sidrane
|
2015-02-23 11:49:02 -06:00 |
streams.h
|
…
|
|
time.h
|
Move struct timveval from include/time.h to include/sys/time.h where it belongs.
|
2015-02-15 13:00:44 -06:00 |
timer.h
|
…
|
|
tree.h
|
…
|
|
userspace.h
|
…
|
|
vt100.h
|
…
|
|
watchdog.h
|
…
|
|
wdog.h
|
Cosmetic updates to comments
|
2015-02-12 13:44:22 -06:00 |
wqueue.h
|
Fix warning caused by missing comment closing */. From David Sidrane.
|
2014-12-30 06:22:18 -06:00 |