| .. |
|
analog
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
audio
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
binfmt
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
can
|
MCP1515: Eliminate some warnings
|
2017-06-14 09:38:58 -06:00 |
|
contactless
|
Add an instance argument to the SPIDEV definitions.
|
2017-04-29 12:26:52 -06:00 |
|
crypto
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
drivers
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
eeprom
|
|
|
|
fs
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
i2c
|
|
|
|
input
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
ioexpander
|
configs/stm32f103-minimum: Remove nonsensical #error.
|
2018-01-09 11:17:01 -06:00 |
|
lcd
|
drivers/lcd/max7219.c: Add support to MAX7219 LED Matrix as LCD interface
|
2017-11-04 07:54:48 -06:00 |
|
leds
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
lib
|
libm: Port gamma() and lgamma() from FreeBSD to NuttX.
|
2017-08-08 07:02:39 -06:00 |
|
mm
|
mm: Add a debug assertin to check for integer overflow in malloc.
|
2017-11-21 07:24:10 -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
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
net
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
nx
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
power
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
sensors
|
drivers/sensors: add support to MAX44009 ambient light sensor
|
2018-01-29 07:56:06 -06:00 |
|
serial
|
Squashed commit of the following:
|
2017-07-28 12:01:05 -06:00 |
|
spi
|
arch/arm/src/lpc54xx: The basic SPI driver is code complete but still untested. This driver is 'basic' in that in only supports polled mode operations.
|
2018-01-14 12:09:26 -06:00 |
|
syslog
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
timers
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
usb
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
video
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
wireless
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
.gitignore
|
|
|
|
addrenv.h
|
|
|
|
arch.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
ascii.h
|
|
|
|
board.h
|
This commit eliminates the BOARDIOC_TSCTEST_SETUP command.
|
2018-01-17 09:33:28 -06:00 |
|
cancelpt.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
clock.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
compiler.h
|
compiler.h: Fix some GCC warnings introduced for SDCC support. Basically a naming collision.
|
2017-10-02 07:09:31 -06:00 |
|
init.h
|
|
|
|
irq.h
|
sched/irq: Add a configuration option to show interrupt information via a procfs file.
|
2018-01-12 18:26:46 -06:00 |
|
kmalloc.h
|
profcs: At file to should user space heap. This replaces the NSH free command.
|
2017-11-13 12:51:33 -06:00 |
|
kthread.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
mmcsd.h
|
Add capabilities() method to SDIO interface. Remove CONFIG_SDIO_WIDTH_D1_ONLY. That should not be a global propertie, but rather a capability/limitation of single slot when there may be multiple slots.
|
2017-01-31 09:16:01 -06:00 |
|
module.h
|
Module names are not needed in libc/modlib when the module library is used only for shared library support.
|
2017-01-29 12:23:24 -06:00 |
|
mqueue.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
page.h
|
|
|
|
pgalloc.h
|
mm/mm_gran: Add a function to get information about the state of the granuale allocator.
|
2017-11-14 14:41:03 -06:00 |
|
poff.h
|
|
|
|
progmem.h
|
fs/procfs/fs_procfsprogrem: Add /proc/progmem. This is an alternative way to get the information that was previoulsy available in apps/system/free. apps/system/free was removed beause it made illegal calls into the OS violating the portable interface. This new procfs entry provides the same information with no such violation.
|
2017-11-13 09:08:39 -06:00 |
|
pthread.h
|
Move cancellation point definitions to their own header file.
|
2016-12-10 09:08:26 -06:00 |
|
random.h
|
Be consistent... Use Name: consistent in function headers vs Function:
|
2017-04-21 16:33:14 -06:00 |
|
sched.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
sched_note.h
|
Update ChangeLog in prep for 7.20 release.
|
2017-03-08 10:09:48 -06:00 |
|
scsi.h
|
|
|
|
sdio.h
|
arch/arm/src/lkpc54xx: In SDMMC driver, fix an error which was clobbering the interrupt mask register (xfrmask). Also, add a kludge for the missing DTO interrupt.
|
2017-12-20 18:39:10 -06:00 |
|
semaphore.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
signal.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
spawn.h
|
|
|
|
spinlock.h
|
SMP: Introduce spin_lock_wo_note() and spin_unlock_wo_note()
|
2018-01-17 13:29:42 +09:00 |
|
streams.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
symtab.h
|
|
|
|
time.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
tls.h
|
|
|
|
tree.h
|
include/: Remove dangling space at the end of lines.
|
2017-06-28 13:30:08 -06:00 |
|
userspace.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
vt100.h
|
|
|
|
wdog.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
wqueue.h
|
Make sure that labeling is used consistently in all function headers.
|
2018-02-01 10:00:02 -06:00 |
|
zoneinfo.h
|
include/: Remove dangling space at the end of lines.
|
2017-06-28 13:30:08 -06:00 |