nuttx/include/nuttx
2016-11-13 11:44:28 -06:00
..
analog Make DAC structure packed 2016-09-20 08:04:32 -06:00
audio drivers/audio: Add Audio Tone Generator for NuttX 2016-08-16 13:20:05 -06:00
binfmt Fix a number of header files with mismatched 'extern C {' and '}' 2016-11-05 07:25:05 -06:00
contactless Fix some comments in header files 2016-08-31 13:34:52 -06:00
crypto
drivers Change the way that contactless IOCTL commands are defined. All IOCTL commands must be unique. 2016-08-31 11:30:22 -06:00
eeprom
fs include/nuttx/fs/nxffs.h: Needs forward reference to struct mtd_dev_s and needs to include stdbool.h 2016-10-09 14:07:19 -06:00
i2c Changes from review of PR 114 2016-08-14 13:38:47 -06:00
input Correct typo in comments 2016-10-11 14:13:28 -06:00
ioexpander Fix names of pre-processor variables used in header file idempotence 2016-08-06 19:21:42 -06:00
lcd
leds pwm.h moved from include/nuttx/ to include/nuttx/drivers. 2016-07-20 13:48:24 -06:00
lib Make xorshift128 re-entrant so that we do do have to suffer the overhad of serialization controls. 2016-08-21 07:47:53 -06:00
mm Add _ to the beginning of all debug macros to avoid name collisions 2016-06-16 12:33:32 -06:00
modem include/nuttx/modem: Move all modem-related IOCTL commands to a common file to assure that they will be unique 2016-09-16 09:39:51 -06:00
mtd MTD: SPI-based driver for Macronix MX25L3233F or MX25L6433F. 2016-09-02 11:00:04 -06:00
net Kinetis Ethernet: Add support for the KSZ8081 PHY 2016-07-12 09:59:08 -06:00
nx
power Fix names of pre-processor variables used in header file idempotence 2016-08-06 19:21:42 -06:00
sensors Add Vishay VEML6070 driver and support for STM32F103-Minimum board 2016-11-13 11:44:28 -06:00
sercomm Fix names of pre-processor variables used in header file idempotence 2016-08-06 19:21:42 -06:00
serial PTY: Add TERMIOS support. 2016-07-16 10:43:44 -06:00
spi contactless: spi device 2016-08-31 13:22:10 +02:00
syslog Add a SYSLOG character device that can be used to re-direct output to the SYSLOG 2016-07-05 12:58:18 -06:00
timers oneshot interface: max_delay method should return time in a standard struct timespec form. 2016-08-12 11:33:10 -06:00
usb Fix C99 style comment 2016-08-26 08:28:54 -06:00
video Fix names of pre-processor variables used in header file idempotence 2016-08-06 19:21:42 -06:00
wireless Move contactless drivers to their own directory 2016-08-31 13:08:58 +02:00
.gitignore
addrenv.h
arch.h Fix a number of header files with mismatched 'extern C {' and '}' 2016-11-05 07:25:05 -06:00
ascii.h
board.h
clock.h sched/sched_cpuload_oneshot: Use the oneshot timer with optional entropy to measuer cPU load if so configured. 2016-08-20 12:47:07 -06:00
compiler.h
init.h
irq.h
kmalloc.h
kthread.h
mmcsd.h
module.h
mqueue.h
page.h
pgalloc.h
poff.h Fix names of pre-processor variables used in header file idempotence 2016-08-06 19:21:42 -06:00
progmem.h
pthread.h
sched_note.h
sched.h sched/pthread and task: When a pthread is started, there is a small bit of logic that will run on the thread of execution of the new pthread. In the case where the new pthread has a lower priority than the parent thread, then this could cause both the parent thread and the new pthread to be blocked at the priority of the lower priority pthread (assuming that CONFIG_PRIORITY_INHERITANCE is not selected). 2016-10-01 11:38:22 -06:00
scsi.h
sdio.h
semaphore.h include/nuttx/semaphore.h: Fix broken macros 2016-11-03 12:49:44 -06:00
signal.h
spawn.h
spinlock.h More of the same cloned typo 2016-10-19 10:11:45 -06:00
streams.h Fix names of pre-processor variables used in header file idempotence 2016-08-06 19:21:42 -06:00
symtab.h
time.h
tls.h
tree.h
userspace.h
vt100.h
wdog.h
wqueue.h
zoneinfo.h Move the TZ/Olson zoneinfo data set from apps/system/zoneinfo to libc/zoneinfo 2016-06-30 15:40:37 -06:00