incubator-nuttx/include/nuttx
Alan Carvalho de Assis a01b2e5bbc drvers/sensor and include/nuttx/sensors: Add support to Bosch BMP180 barometer. From Alan Carvalho de Assis. 2015-07-20 07:18:27 -06:00
..
analog Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
audio
binfmt Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
crypto sam4cm: add CFB and MAC AES modes. From Max Neklyudov 2015-06-22 06:42:37 -06:00
eeprom
fs Fix a union file system bug 2015-06-24 09:07:13 -06:00
input Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
ioexpander PCA9555: Extend interface to include methods for reading more than one bit at a time. From Sébastien Lorquet. 2015-07-10 10:33:07 -06:00
lcd Modify the SSD1306 LCD driver to support either the SPI or I2C interface. From Alan Carvalho de Assis, 2015-07-15 11:21:54 -06:00
mm Fix some warnings/errors detected by nuttx/tools/testbuilds.sh 2015-07-10 18:41:26 -06:00
mtd MTD: Increase size of the geometry structure to support FLASH parts with 246KiB erase blocks 2015-05-26 06:46:09 -06:00
net Add definitions for SMSC LAN8742A PHY 2015-07-19 13:09:48 -06:00
nx Implement anti-aliasing in the NuttX graphics line drawing 2015-07-14 10:17:42 -06:00
power Add relay IOCTL definitions. From Max Neklyudov. 2015-06-22 06:33:44 -06:00
sensors drvers/sensor and include/nuttx/sensors: Add support to Bosch BMP180 barometer. From Alan Carvalho de Assis. 2015-07-20 07:18:27 -06:00
sercomm Clean up and review of header files for conformance to standards 2015-06-12 19:17:42 -06:00
serial Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
spi
syslog Clean up and review of header files for conformance to standards 2015-06-12 18:07:47 -06:00
timers
usb Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
video Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
wireless Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
.gitignore
addrenv.h
arch.h
ascii.h
board.h Fix some warnings/errors detected by nuttx/tools/testbuilds.sh 2015-07-10 18:41:26 -06:00
can.h More CAN driver fixes: remove and unused semaphore. Looks to me that waiter counts are not being initialized 2015-07-15 19:27:36 -06:00
clock.h
compiler.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
configdata.h
float.h
i2c.h
init.h
irq.h
kmalloc.h Protected mode: Redesign how the user space heap is accessed from the kernel code. It used to call memory management functions in user space via function pointers in the userspace interface. That is inefficient because the first thing that those memory management functions do is to trap back into the kernel to get the current PID. Worse, that operation can be fatal is certain fragile situations such as when a task is exitting. 2015-07-10 08:37:02 -06:00
kthread.h
lib.h
math.h
mmcsd.h
mqueue.h
page.h
pgalloc.h
poff.h
progmem.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pthread.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
pwm.h
regex.h
rwbuffer.h
sched.h
scsi.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
sdio.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
semaphore.h
spawn.h
stdarg.h
streams.h
time.h
tree.h
userspace.h Protected mode: Redesign how the user space heap is accessed from the kernel code. It used to call memory management functions in user space via function pointers in the userspace interface. That is inefficient because the first thing that those memory management functions do is to trap back into the kernel to get the current PID. Worse, that operation can be fatal is certain fragile situations such as when a task is exitting. 2015-07-10 08:37:02 -06:00
vt100.h
wdog.h Update Documentation 2015-05-18 13:41:35 -06:00
wqueue.h