| .. |
|
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
|
Pass the umount2() flags to every unbind() implementation. That is where the the decision to umount or not will be made.
|
2015-03-14 17:22:02 -06:00 |
|
input
|
|
|
|
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
|
|
|
|
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
|
Add support for dumping board-specific information on assertion. From David Sidrane
|
2015-03-04 07:00:29 -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
|
|
|
|
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 |