nuttx/include/nuttx
Juha Niskanen a762c06ed9 Fix typos and some incorrect comments
Author: Alan Carvalho de Assis <acassis@gmail.com>

    Run nxstyle against .c and .h files and fix it

Author: Juha Niskanen <juha.niskanen@haltian.com>

    Fix typos and some incorrect comments
2020-01-20 09:32:36 -03:00
..
1wire
analog drivers/analog: Run all wireless drivers through tools/nxstyle, correcting as many complaints as possible. 2019-12-05 15:13:55 -06:00
audio include/nuttx/audio/audio.h: Fix some typos that I introduced with my review of a recent patch. 2019-11-04 10:45:13 -06:00
binfmt Remove all support for the ancient Pascal compiler and pcode interpreter. 2019-11-21 06:58:38 -06:00
can drivers/can/can.c: Fix errors with pointers when using internal OS interface (#118) 2020-01-17 09:46:39 -06:00
contactless
crypto
drivers drivers/addrenv.c: Move up_addrenv_ implemenation to common folder. 2019-11-03 19:45:05 -06:00
eeprom
fs Fix typos and some incorrect comments 2020-01-20 09:32:36 -03:00
i2c
input
ioexpander include/nuttx/ioexpander/gpio.h: Add guards so that file content will not compile unless CONFIG_DEV_GPIO is selected. 2019-11-03 19:46:56 -06:00
lcd
leds
lib
mbox This commit brings in the drivers needed to support OpenAMP. These changes were ported from https://github.com/FishsemiCode/nuttx. The current state: Most drivers do now compile but are not yet verfied. 2019-11-02 11:30:33 -06:00
mm Make the read ahead buffer unselectable 2020-01-11 08:24:49 -06:00
modem Merged in alinjerpelea/nuttx (pull request #1056) 2019-10-21 14:14:33 +00:00
mtd Author: Gregory Nutt <gnutt@nuttx.org> 2019-11-20 17:25:40 -06:00
net network: simplify the timeout process logic 2020-01-11 08:24:49 -06:00
nx
power drivers/power/pm: Historically, the NuttX PM subsystem has consisted of two functional components: (1) an "Upper" part that detects state changes based on a random walk driven by activity levels, and (2) and "lower" part that implementst the state changes. 2019-11-09 09:09:33 -06:00
rf
rptun include/nuttx/rptun/rptun.h: openamp/open_amp.h must not be included unless CONFIG_RPTUN (and heance CONFIG_OPENAMP) are selected. 2019-11-04 07:15:06 -06:00
sensors drivers/sensors/lsm303agr: fix compilation warnings and run through nxstyle; drivers/sensors/lsm6dsl: run through nxstyle 2020-01-16 12:27:18 -03:00
serial Merged in david_s5/nuttx/px4_firmware_nuttx-8.1+_siglewire (pull request #1070) 2019-11-10 12:27:47 +00:00
spi include/nuttx/net/w5500.h: Header file for the WIZnet S5500 Ethernet chip. Still missing register bit definitions. Driver will follow. 2019-12-08 09:57:42 -06:00
syslog drivers/syslog/ramlog.c: Fix ramlog readers never woken up when using ramlog as syslog or console. 2019-11-14 07:40:35 -06:00
timers This commit brings in the drivers needed to support OpenAMP. These changes were ported from https://github.com/FishsemiCode/nuttx. The current state: Most drivers do now compile but are not yet verfied. 2019-11-02 11:30:33 -06:00
usb Fix typos and some incorrect comments 2020-01-20 09:32:36 -03:00
video
wireless Fix typos and some incorrect comments 2020-01-20 09:32:36 -03:00
.gitignore
addrenv.h
arch.h
ascii.h
b2c.h This commit brings in the drivers needed to support OpenAMP. These changes were ported from https://github.com/FishsemiCode/nuttx. The current state: Most drivers do now compile but are not yet verfied. 2019-11-02 11:30:33 -06:00
board.h
cache.h
cancelpt.h
clock.h sched/pthread, Documentation: fix pthread_key_delete, pthread_self and pthread_yield documentation and some comments. 2019-10-17 11:04:17 -06:00
compiler.h include/nuttx/compiler.h: Changes that go along with commit 0002258f17 2019-10-31 18:11:28 -06:00
elf.h
environ.h
envpath.h
init.h
irq.h
kmalloc.h
kthread.h
list.h include/nuttx/list.h: fix typos 2020-01-18 21:44:07 -06:00
mmcsd.h
module.h
mqueue.h
mutex.h
nuttx.h
page.h
pgalloc.h
progmem.h
pthread.h
random.h
sched_note.h Fix various typos and spelling errors. 2019-12-12 07:41:51 -06:00
sched.h Re-implements reverted commit 344f7bc9f6 in a way that should not have the undesired side-effect. include/nuttx/sched.h: Add a bit to the TCB flags to indicat the thread is a user thread in a syscall. sched/nuttx/nxsig_dispatch.c: Delay dispatching to signal handlers if within a system call. In all syscall implementations: Process delayed signal handling when exiting system call. 2019-11-28 12:47:36 -06:00
scsi.h
sdio.h
semaphore.h Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
signal.h
spawn.h
spinlock.h sched/semaphore/spinlock.c: spin_trylock handle memory barrier and instrumentation correctly. 2019-11-03 19:40:58 -06:00
streams.h
symtab.h
time.h
tls.h
tree.h
userspace.h
vt100.h
wdog.h
wqueue.h Squashed commit of the following: 2019-12-31 09:26:14 -06:00
zoneinfo.h