nuttx/include/nuttx
Alin Jerpelea b288986ccd include: nuttx: usb: nxstyle error fix
Nxstyle error fix to silence the CI.

Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
2021-01-29 10:40:46 -08:00
..
1wire include: nuttx: 1wire: fix nxstyle errors 2021-01-25 08:26:44 -08:00
analog include: nuttx: analog: fix nxstyle errors 2021-01-25 08:26:44 -08:00
audio include: nuttx: replace licenses with Apache 2.0 2021-01-26 05:11:58 -08:00
binfmt include: nuttx: binfmt: fix nxstyle errors 2021-01-25 08:26:44 -08:00
can include: nuttx: can: fix nxstyle errors 2021-01-25 08:26:44 -08:00
contactless include: nuttx: contactless: fix nxstyle errors 2021-01-25 08:26:44 -08:00
crypto include: nuttx: crypto: fix nxstyle errors 2021-01-25 08:26:44 -08:00
drivers Add generic support to LWL Console 2021-01-26 18:21:28 -08:00
eeprom include: nuttx: eeprom: fix nxstyle errors 2021-01-25 08:26:44 -08:00
efuse Add generic efuse driver for NuttX 2021-01-15 10:34:12 -06:00
fs include: nuttx: fs: fix nxstyle errors 2021-01-25 08:26:44 -08:00
himem xtensa/esp32: Add high memory support to work with PSRAM 2020-11-18 22:21:53 +01:00
i2c include: nuttx: i2c: fix nxstyle errors 2021-01-25 08:26:44 -08:00
input include: nuttx: input: fix nxstyle errors 2021-01-25 08:26:44 -08:00
ioexpander include: nuttx: ioexpander: nxstyle fixes 2021-01-26 05:11:58 -08:00
lcd include: nuttx: lcd: nxstyle fixes 2021-01-26 05:11:58 -08:00
leds include: nuttx: leds: nxstyle fixes 2021-01-26 05:11:58 -08:00
lib include: nuttx: lib: nxstyle fixes 2021-01-26 05:11:58 -08:00
mbox Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
mm include: nuttx: mm: nxstyle fixes 2021-01-26 05:11:58 -08:00
modem include: nuttx: replace licenses with Apache 2.0 2021-01-26 05:11:58 -08:00
mtd drivers: mtd: mtd_nandscheme: mix case identifier fix 2021-01-27 18:40:00 -08:00
net include: nuttx: net: nxstyle error fix 2021-01-29 10:40:46 -08:00
note Add task name recording for note RAM driver 2020-11-02 01:12:08 -08:00
nx include: nuttx: nx: nxstyle fixes 2021-01-26 05:11:58 -08:00
power include: nuttx: power: nxstyle error fix 2021-01-29 10:40:46 -08:00
rc rc/dummy: add dummy driver to test driver skeleton 2020-11-05 11:38:28 -03:00
rf Remove copyright from headers 2020-11-25 05:13:46 -08:00
rptun Fix nxstyle warning 2020-08-22 17:37:21 -06:00
sensors include: nuttx: replace licenses with Apache 2.0 2021-01-26 05:11:58 -08:00
serial include: nuttx: serial: nxstyle error fix 2021-01-29 10:40:46 -08:00
spi include: nuttx: spi: nxstyle error fix 2021-01-29 10:40:46 -08:00
syslog include: nuttx: syslog: nxstyle error fix 2021-01-29 10:40:46 -08:00
timers include: nuttx: timers: nxstyle error fix 2021-01-29 10:40:46 -08:00
usb include: nuttx: usb: nxstyle error fix 2021-01-29 10:40:46 -08:00
video include: nuttx: video: nxstyle fixes 2021-01-26 05:11:58 -08:00
wireless bluetooth: Rename *bt_uart_shim_getdevice to btuart_shim_getdevice 2021-01-17 20:49:19 -08:00
.gitignore
addrenv.h Refine the preprocessor conditional guard style (#190) 2020-01-31 19:07:39 +01:00
arch.h Reconstruct bl602 readme; move up_irq_save/restore declaration to common place 2020-12-29 01:52:09 -08:00
ascii.h include :nuttx: nxstyle error fix 2021-01-29 10:40:46 -08:00
b2c.h Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
board.h nuttx:board.h add extern C under cpp 2020-08-26 00:36:14 +08:00
cache.h Fix nxstyle warning 2020-08-22 17:37:21 -06:00
can.h include :nuttx: nxstyle error fix 2021-01-29 10:40:46 -08:00
cancelpt.h include :nuttx: nxstyle error fix 2021-01-29 10:40:46 -08:00
clock.h include/nuttx/clock.h: Fix wrong comment 2020-11-22 18:33:50 -08:00
compiler.h time.h: Sprinkle strftime format attribute 2021-01-13 16:39:24 +08:00
elf.h Fix nxstyle warning 2020-08-22 17:37:21 -06:00
environ.h All function pointer types should be prefaced by the qualifier CODE (unless the callable function is known to reside in RAM, then it should be FAR). 2019-08-26 17:31:29 -06:00
envpath.h binfmt/ and libs/libc: Make exepath_*() more common: 2018-11-08 07:27:14 -06:00
init.h include :nuttx: nxstyle error fix 2021-01-29 10:40:46 -08:00
irq.h sched: irq: Change irq_waitlock() from private to public 2020-12-10 08:33:42 +01:00
kmalloc.h Include malloc.h instead of stdlib.h for mallinfo() 2020-06-15 07:21:19 -06:00
kthread.h CI check: fix nxstyle warning 2020-07-02 01:53:23 -05:00
lirc.h driver/rc: support IR remote control 2020-11-05 11:38:28 -03:00
list.h Fix nxstyle warning 2020-08-22 17:37:21 -06:00
mmcsd.h include :nuttx: nxstyle error fix 2021-01-29 10:40:46 -08:00
module.h include :nuttx: nxstyle error fix 2021-01-29 10:40:46 -08:00
mqueue.h mqueue: add file_mq_xx for kernel use 2021-01-05 02:40:43 -06:00
mutex.h Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
nuttx.h Kconfig: Move 'option modules' from NSH_FILE_APPS to BUILD_LOADABLE 2018-08-27 07:06:57 -06:00
page.h include :nuttx: nxstyle error fix 2021-01-29 10:40:46 -08:00
pgalloc.h include :nuttx: nxstyle error fix 2021-01-29 10:40:46 -08:00
progmem.h include :nuttx: nxstyle error fix 2021-01-29 10:40:46 -08:00
pthread.h sched/pthread: Implement pthread_attr_[get|set]detachstate 2020-08-20 10:46:14 +01:00
random.h crypto/arc4random: rename getrandom to arc4random_buf 2020-12-13 08:49:51 -06:00
sched_note.h Remove tabs and spaces at the end of lines 2020-10-24 09:38:21 +01:00
sched.h mqueue: simplify the mqueue reailize 2021-01-05 02:40:43 -06:00
scsi.h include :nuttx: nxstyle error fix 2021-01-29 10:40:46 -08:00
sdio.h Fix nxstyle warning 2020-04-13 12:01:39 -06:00
semaphore.h Implement proposed POSIX _clockwait variants of existing _timedwait functions 2020-07-27 20:39:59 -03:00
signal.h signal: fix compile break in c++ 2020-12-25 21:07:04 +01:00
spawn.h syscall: nx_task_spawn should exist in the flat build just like the protected build 2020-05-02 09:56:23 -06:00
spinlock.h arch/spinlock: implement the default test-and-set semantics 2021-01-01 15:03:55 -06:00
streams.h include/nuttx/streams.h: Sprinkle scanflike 2020-11-19 18:03:04 -08:00
symtab.h include :nuttx: nxstyle error fix 2021-01-29 10:40:46 -08:00
time.h Remove TIME_EXTENDED option to more conform C standard 2020-01-23 08:17:22 -06:00
tls.h Move pthread-specific data into TLS 2020-05-08 18:05:04 +01:00
tree.h include/: Remove dangling space at the end of lines. 2017-06-28 13:30:08 -06:00
userspace.h sched: Call c++ global variables constructor inside nxtask_startup 2020-07-01 07:55:33 -06:00
vt100.h include :nuttx: nxstyle error fix 2021-01-29 10:40:46 -08:00
wdog.h sched/wdog: Remove MAX_WDOGPARMS and related stuff 2020-08-14 08:19:50 -06:00
wqueue.h Added USB MSC state change notifier in notifier work queue. 2020-08-09 11:54:04 -06:00
zoneinfo.h include/: Remove dangling space at the end of lines. 2017-06-28 13:30:08 -06:00