Skip to content

Instantly share code, notes, and snippets.

@lupyuen
Last active June 25, 2024 09:21
Show Gist options
  • Save lupyuen/55760890cb3ed1f4c13be4a08ca4a0cc to your computer and use it in GitHub Desktop.
Save lupyuen/55760890cb3ed1f4c13be4a08ca4a0cc to your computer and use it in GitHub Desktop.
* Executing task: cd nuttx && ../run.sh
rm: init.S: No such file or directory
rm: initrd: No such file or directory
rm: boards/risc-v/bl808/ox64/src/etctmp: No such file or directory
+ git pull
Already up to date.
+ git status
On branch fix12320
Your branch is up to date with 'origin/fix12320'.
nothing to commit, working tree clean
++ git rev-parse HEAD
+ hash1=9668253bf9ba15c3e3cbf39fc1475a8318681d85
+ pushd ../apps
~/ox64/apps ~/ox64/nuttx
+ git pull
Already up to date.
+ git status
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
++ git rev-parse HEAD
+ hash2=cda5140c4d1ffa95764df7cb47bbc34b5663adff
+ popd
~/ox64/nuttx
+ echo NuttX Source: https://github.com/apache/nuttx/tree/9668253bf9ba15c3e3cbf39fc1475a8318681d85
+ echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/cda5140c4d1ffa95764df7cb47bbc34b5663adff
+ riscv-none-elf-gcc -v
Using built-in specs.
COLLECT_GCC=riscv-none-elf-gcc
COLLECT_LTO_WRAPPER=/Users/luppy/xpack-riscv-none-elf-gcc-13.2.0-2/bin/../libexec/gcc/riscv-none-elf/13.2.0/lto-wrapper
Target: riscv-none-elf
Configured with: /Users/ilg/actions-runners/xpack-dev-tools/_work/riscv-none-elf-gcc-xpack/riscv-none-elf-gcc-xpack/build/darwin-arm64/sources/gcc-13.2.0/configure --prefix=/Users/ilg/actions-runners/xpack-dev-tools/_work/riscv-none-elf-gcc-xpack/riscv-none-elf-gcc-xpack/build/darwin-arm64/application --with-sysroot=/Users/ilg/actions-runners/xpack-dev-tools/_work/riscv-none-elf-gcc-xpack/riscv-none-elf-gcc-xpack/build/darwin-arm64/application/riscv-none-elf --with-native-system-header-dir=/include --infodir=/Users/ilg/actions-runners/xpack-dev-tools/_work/riscv-none-elf-gcc-xpack/riscv-none-elf-gcc-xpack/build/darwin-arm64/aarch64-apple-darwin20.6.0/install/share/info --mandir=/Users/ilg/actions-runners/xpack-dev-tools/_work/riscv-none-elf-gcc-xpack/riscv-none-elf-gcc-xpack/build/darwin-arm64/aarch64-apple-darwin20.6.0/install/share/man --htmldir=/Users/ilg/actions-runners/xpack-dev-tools/_work/riscv-none-elf-gcc-xpack/riscv-none-elf-gcc-xpack/build/darwin-arm64/aarch64-apple-darwin20.6.0/install/share/html --pdfdir=/Users/ilg/actions-runners/xpack-dev-tools/_work/riscv-none-elf-gcc-xpack/riscv-none-elf-gcc-xpack/build/darwin-arm64/aarch64-apple-darwin20.6.0/install/share/pdf --build=aarch64-apple-darwin20.6.0 --host=aarch64-apple-darwin20.6.0 --target=riscv-none-elf --disable-libgomp --disable-libmudflap --disable-libquadmath --disable-libsanitizer --disable-libssp --disable-nls --disable-shared --disable-threads --disable-tls --enable-checking=release --enable-languages=c,c++,fortran --with-gmp=/Users/ilg/actions-runners/xpack-dev-tools/_work/riscv-none-elf-gcc-xpack/riscv-none-elf-gcc-xpack/build/darwin-arm64/aarch64-apple-darwin20.6.0/install --with-newlib --with-pkgversion='xPack GNU RISC-V Embedded GCC arm64' --with-gnu-as --with-gnu-ld --with-system-zlib --with-abi=ilp32 --with-arch=rv32imac --enable-multilib
Thread model: single
Supported LTO compression algorithms: zlib zstd
gcc version 13.2.0 (xPack GNU RISC-V Embedded GCC arm64)
+ tools/configure.sh ox64:nsh
Copy files
Select CONFIG_HOST_MACOS=y
Select CONFIG_HOST_ARM64=y
Refreshing...
CP: arch/dummy/Kconfig to /Users/luppy/ox64/nuttx/arch/dummy/dummy_kconfig
CP: boards/dummy/Kconfig to /Users/luppy/ox64/nuttx/boards/dummy/dummy_kconfig
LN: platform/board to /Users/luppy/ox64/apps/platform/dummy
LN: include/arch to arch/risc-v/include
LN: include/arch/board to /Users/luppy/ox64/nuttx/boards/risc-v/bl808/ox64/include
LN: drivers/platform to /Users/luppy/ox64/nuttx/drivers/dummy
LN: include/arch/chip to /Users/luppy/ox64/nuttx/arch/risc-v/include/bl808
LN: arch/risc-v/src/chip to /Users/luppy/ox64/nuttx/arch/risc-v/src/bl808
LN: arch/risc-v/src/board to /Users/luppy/ox64/nuttx/boards/risc-v/bl808/ox64/src
mkkconfig in /Users/luppy/ox64/apps/audioutils
mkkconfig in /Users/luppy/ox64/apps/benchmarks
mkkconfig in /Users/luppy/ox64/apps/boot
mkkconfig in /Users/luppy/ox64/apps/canutils
mkkconfig in /Users/luppy/ox64/apps/crypto
mkkconfig in /Users/luppy/ox64/apps/database
mkkconfig in /Users/luppy/ox64/apps/examples/mcuboot
mkkconfig in /Users/luppy/ox64/apps/examples
mkkconfig in /Users/luppy/ox64/apps/fsutils
mkkconfig in /Users/luppy/ox64/apps/games
mkkconfig in /Users/luppy/ox64/apps/graphics
mkkconfig in /Users/luppy/ox64/apps/industry
mkkconfig in /Users/luppy/ox64/apps/inertial
mkkconfig in /Users/luppy/ox64/apps/interpreters/luamodules
mkkconfig in /Users/luppy/ox64/apps/interpreters
mkkconfig in /Users/luppy/ox64/apps/logging
mkkconfig in /Users/luppy/ox64/apps/lte
mkkconfig in /Users/luppy/ox64/apps/math
mkkconfig in /Users/luppy/ox64/apps/mlearning
mkkconfig in /Users/luppy/ox64/apps/netutils
mkkconfig in /Users/luppy/ox64/apps/sdr
mkkconfig in /Users/luppy/ox64/apps/system
mkkconfig in /Users/luppy/ox64/apps/testing
mkkconfig in /Users/luppy/ox64/apps/wireless/bluetooth
mkkconfig in /Users/luppy/ox64/apps/wireless/ieee802154
mkkconfig in /Users/luppy/ox64/apps/wireless
mkkconfig in /Users/luppy/ox64/apps
#
# configuration written to .config
#
+ build_nuttx
+ pushd ../nuttx
~/ox64/nuttx ~/ox64/nuttx
+ make -j 8
Create version.h
LN: platform/board to /Users/luppy/ox64/apps/platform/dummy
Register: init
Register: sh
Register: ostest
Register: getprime
Register: hello
CPP: /Users/luppy/ox64/nuttx/boards/risc-v/bl808/ox64/scripts/ld.script-> /UsersLD: nuttx
CP: nuttx.hex
+ popd
~/ox64/nuttx
+ build_rust
+ build_apps
+ pushd ../nuttx
~/ox64/nuttx ~/ox64/nuttx
+ make -j 8 export
a nuttx-export-0.0.0
a nuttx-export-0.0.0/.config
a nuttx-export-0.0.0/tools
a nuttx-export-0.0.0/include
a nuttx-export-0.0.0/libs
a nuttx-export-0.0.0/System.map
a nuttx-export-0.0.0/scripts
a nuttx-export-0.0.0/registry
a nuttx-export-0.0.0/startup
a nuttx-export-0.0.0/startup/crt0.o
a nuttx-export-0.0.0/scripts/toolchain.cmake
a nuttx-export-0.0.0/scripts/Make.defs
a nuttx-export-0.0.0/scripts/target.cmake
a nuttx-export-0.0.0/scripts/gnu-elf.ld
a nuttx-export-0.0.0/libs/libproxies.a
a nuttx-export-0.0.0/libs/libarch.a
a nuttx-export-0.0.0/libs/libmm.a
a nuttx-export-0.0.0/libs/libm.a
a nuttx-export-0.0.0/libs/libc.a
a nuttx-export-0.0.0/libs/libgcc.a
a nuttx-export-0.0.0/include/time.h
a nuttx-export-0.0.0/include/semaphore.h
a nuttx-export-0.0.0/include/ftw.h
a nuttx-export-0.0.0/include/pwd.h
a nuttx-export-0.0.0/include/utime.h
a nuttx-export-0.0.0/include/err.h
a nuttx-export-0.0.0/include/pty.h
a nuttx-export-0.0.0/include/inttypes.h
a nuttx-export-0.0.0/include/resolv.h
a nuttx-export-0.0.0/include/crypto
a nuttx-export-0.0.0/include/ssp
a nuttx-export-0.0.0/include/stdlib.h
a nuttx-export-0.0.0/include/debug.h
a nuttx-export-0.0.0/include/net
a nuttx-export-0.0.0/include/stdnoreturn.h
a nuttx-export-0.0.0/include/malloc.h
a nuttx-export-0.0.0/include/aio.h
a nuttx-export-0.0.0/include/locale.h
a nuttx-export-0.0.0/include/uuid.h
a nuttx-export-0.0.0/include/elf64.h
a nuttx-export-0.0.0/include/mqueue.h
a nuttx-export-0.0.0/include/langinfo.h
a nuttx-export-0.0.0/include/limits.h
a nuttx-export-0.0.0/include/endian.h
a nuttx-export-0.0.0/include/netpacket
a nuttx-export-0.0.0/include/unistd.h
a nuttx-export-0.0.0/include/stddef.h
a nuttx-export-0.0.0/include/wctype.h
a nuttx-export-0.0.0/include/fcntl.h
a nuttx-export-0.0.0/include/dspb16.h
a nuttx-export-0.0.0/include/signal.h
a nuttx-export-0.0.0/include/cxx
a nuttx-export-0.0.0/include/dirent.h
a nuttx-export-0.0.0/include/spawn.h
a nuttx-export-0.0.0/include/regex.h
a nuttx-export-0.0.0/include/arpa
a nuttx-export-0.0.0/include/syslog.h
a nuttx-export-0.0.0/include/threads.h
a nuttx-export-0.0.0/include/netinet
a nuttx-export-0.0.0/include/libgen.h
a nuttx-export-0.0.0/include/nxflat.h
a nuttx-export-0.0.0/include/elf.h
a nuttx-export-0.0.0/include/fixedmath.h
a nuttx-export-0.0.0/include/hex2bin.h
a nuttx-export-0.0.0/include/getopt.h
a nuttx-export-0.0.0/include/dlfcn.h
a nuttx-export-0.0.0/include/strings.h
a nuttx-export-0.0.0/include/fnmatch.h
a nuttx-export-0.0.0/include/elf32.h
a nuttx-export-0.0.0/include/execinfo.h
a nuttx-export-0.0.0/include/byteswap.h
a nuttx-export-0.0.0/include/alloca.h
a nuttx-export-0.0.0/include/sys
a nuttx-export-0.0.0/include/iconv.h
a nuttx-export-0.0.0/include/.gitignore
a nuttx-export-0.0.0/include/grp.h
a nuttx-export-0.0.0/include/ctype.h
a nuttx-export-0.0.0/include/obstack.h
a nuttx-export-0.0.0/include/android
a nuttx-export-0.0.0/include/arch
a nuttx-export-0.0.0/include/nl_types.h
a nuttx-export-0.0.0/include/wchar.h
a nuttx-export-0.0.0/include/stdbool.h
a nuttx-export-0.0.0/include/sched.h
a nuttx-export-0.0.0/include/iso646.h
a nuttx-export-0.0.0/include/libintl.h
a nuttx-export-0.0.0/include/netdb.h
a nuttx-export-0.0.0/include/pthread.h
a nuttx-export-0.0.0/include/dsp.h
a nuttx-export-0.0.0/include/errno.h
a nuttx-export-0.0.0/include/termios.h
a nuttx-export-0.0.0/include/poll.h
a nuttx-export-0.0.0/include/stdio.h
a nuttx-export-0.0.0/include/lzf.h
a nuttx-export-0.0.0/include/search.h
a nuttx-export-0.0.0/include/assert.h
a nuttx-export-0.0.0/include/syscall.h
a nuttx-export-0.0.0/include/glob.h
a nuttx-export-0.0.0/include/ifaddrs.h
a nuttx-export-0.0.0/include/stdint.h
a nuttx-export-0.0.0/include/nuttx
a nuttx-export-0.0.0/include/string.h
a nuttx-export-0.0.0/include/nuttx/wqueue.h
a nuttx-export-0.0.0/include/nuttx/notifier.h
a nuttx-export-0.0.0/include/nuttx/vt100.h
a nuttx-export-0.0.0/include/nuttx/rpmsg
a nuttx-export-0.0.0/include/nuttx/semaphore.h
a nuttx-export-0.0.0/include/nuttx/power
a nuttx-export-0.0.0/include/nuttx/himem
a nuttx-export-0.0.0/include/nuttx/analog
a nuttx-export-0.0.0/include/nuttx/note
a nuttx-export-0.0.0/include/nuttx/spinlock.h
a nuttx-export-0.0.0/include/nuttx/progmem.h
a nuttx-export-0.0.0/include/nuttx/crc8.h
a nuttx-export-0.0.0/include/nuttx/sensors
a nuttx-export-0.0.0/include/nuttx/crypto
a nuttx-export-0.0.0/include/nuttx/pci
a nuttx-export-0.0.0/include/nuttx/page.h
a nuttx-export-0.0.0/include/nuttx/video
a nuttx-export-0.0.0/include/nuttx/hwspinlock
a nuttx-export-0.0.0/include/nuttx/contactless
a nuttx-export-0.0.0/include/nuttx/can
a nuttx-export-0.0.0/include/nuttx/version.h
a nuttx-export-0.0.0/include/nuttx/syslog
a nuttx-export-0.0.0/include/nuttx/net
a nuttx-export-0.0.0/include/nuttx/drivers
a nuttx-export-0.0.0/include/nuttx/tls.h
a nuttx-export-0.0.0/include/nuttx/panic_notifier.h
a nuttx-export-0.0.0/include/nuttx/crc16.h
a nuttx-export-0.0.0/include/nuttx/nuttx.h
a nuttx-export-0.0.0/include/nuttx/compiler.h
a nuttx-export-0.0.0/include/nuttx/streams.h
a nuttx-export-0.0.0/include/nuttx/zoneinfo.h
a nuttx-export-0.0.0/include/nuttx/virtio
a nuttx-export-0.0.0/include/nuttx/kthread.h
a nuttx-export-0.0.0/include/nuttx/config.h
a nuttx-export-0.0.0/include/nuttx/envpath.h
a nuttx-export-0.0.0/include/nuttx/mqueue.h
a nuttx-export-0.0.0/include/nuttx/hashtable.h
a nuttx-export-0.0.0/include/nuttx/input
a nuttx-export-0.0.0/include/nuttx/sdio_slave.h
a nuttx-export-0.0.0/include/nuttx/timers
a nuttx-export-0.0.0/include/nuttx/binfmt
a nuttx-export-0.0.0/include/nuttx/lirc.h
a nuttx-export-0.0.0/include/nuttx/pgalloc.h
a nuttx-export-0.0.0/include/nuttx/crc64.h
a nuttx-export-0.0.0/include/nuttx/wdog.h
a nuttx-export-0.0.0/include/nuttx/atexit.h
a nuttx-export-0.0.0/include/nuttx/reset
a nuttx-export-0.0.0/include/nuttx/cache.h
a nuttx-export-0.0.0/include/nuttx/signal.h
a nuttx-export-0.0.0/include/nuttx/i2c
a nuttx-export-0.0.0/include/nuttx/gdbstub.h
a nuttx-export-0.0.0/include/nuttx/spawn.h
a nuttx-export-0.0.0/include/nuttx/can.h
a nuttx-export-0.0.0/include/nuttx/regmap
a nuttx-export-0.0.0/include/nuttx/reboot_notifier.h
a nuttx-export-0.0.0/include/nuttx/instrument.h
a nuttx-export-0.0.0/include/nuttx/rwsem.h
a nuttx-export-0.0.0/include/nuttx/environ.h
a nuttx-export-0.0.0/include/nuttx/userspace.h
a nuttx-export-0.0.0/include/nuttx/symtab.h
a nuttx-export-0.0.0/include/nuttx/elf.h
a nuttx-export-0.0.0/include/nuttx/math
a nuttx-export-0.0.0/include/nuttx/rf
a nuttx-export-0.0.0/include/nuttx/rptun
a nuttx-export-0.0.0/include/nuttx/kmalloc.h
a nuttx-export-0.0.0/include/nuttx/leds
a nuttx-export-0.0.0/include/nuttx/mbox
a nuttx-export-0.0.0/include/nuttx/virt
a nuttx-export-0.0.0/include/nuttx/ascii.h
a nuttx-export-0.0.0/include/nuttx/sdio.h
a nuttx-export-0.0.0/include/nuttx/mmcsd.h
a nuttx-export-0.0.0/include/nuttx/usb
a nuttx-export-0.0.0/include/nuttx/list.h
a nuttx-export-0.0.0/include/nuttx/spi
a nuttx-export-0.0.0/include/nuttx/motor
a nuttx-export-0.0.0/include/nuttx/audio
a nuttx-export-0.0.0/include/nuttx/trace.h
a nuttx-export-0.0.0/include/nuttx/1wire
a nuttx-export-0.0.0/include/nuttx/.gitignore
a nuttx-export-0.0.0/include/nuttx/addrenv.h
a nuttx-export-0.0.0/include/nuttx/wireless
a nuttx-export-0.0.0/include/nuttx/sched_note.h
a nuttx-export-0.0.0/include/nuttx/nx
a nuttx-export-0.0.0/include/nuttx/ipcc.h
a nuttx-export-0.0.0/include/nuttx/memoryregion.h
a nuttx-export-0.0.0/include/nuttx/lcd
a nuttx-export-0.0.0/include/nuttx/sched.h
a nuttx-export-0.0.0/include/nuttx/tee.h
a nuttx-export-0.0.0/include/nuttx/lib
a nuttx-export-0.0.0/include/nuttx/mm
a nuttx-export-0.0.0/include/nuttx/segger
a nuttx-export-0.0.0/include/nuttx/irq.h
a nuttx-export-0.0.0/include/nuttx/modem
a nuttx-export-0.0.0/include/nuttx/pthread.h
a nuttx-export-0.0.0/include/nuttx/usrsock
a nuttx-export-0.0.0/include/nuttx/dma
a nuttx-export-0.0.0/include/nuttx/mutex.h
a nuttx-export-0.0.0/include/nuttx/board.h
a nuttx-export-0.0.0/include/nuttx/eeprom
a nuttx-export-0.0.0/include/nuttx/module.h
a nuttx-export-0.0.0/include/nuttx/mtd
a nuttx-export-0.0.0/include/nuttx/fdt.h
a nuttx-export-0.0.0/include/nuttx/allsyms.h
a nuttx-export-0.0.0/include/nuttx/ioexpander
a nuttx-export-0.0.0/include/nuttx/init.h
a nuttx-export-0.0.0/include/nuttx/fs
a nuttx-export-0.0.0/include/nuttx/crc32.h
a nuttx-export-0.0.0/include/nuttx/fdcheck.h
a nuttx-export-0.0.0/include/nuttx/ethtool.h
a nuttx-export-0.0.0/include/nuttx/rc
a nuttx-export-0.0.0/include/nuttx/scsi.h
a nuttx-export-0.0.0/include/nuttx/clk
a nuttx-export-0.0.0/include/nuttx/clock.h
a nuttx-export-0.0.0/include/nuttx/efuse
a nuttx-export-0.0.0/include/nuttx/queue.h
a nuttx-export-0.0.0/include/nuttx/random.h
a nuttx-export-0.0.0/include/nuttx/cancelpt.h
a nuttx-export-0.0.0/include/nuttx/serial
a nuttx-export-0.0.0/include/nuttx/bits.h
a nuttx-export-0.0.0/include/nuttx/rmt
a nuttx-export-0.0.0/include/nuttx/arch.h
a nuttx-export-0.0.0/include/nuttx/rmt/rmt.h
a nuttx-export-0.0.0/include/nuttx/rmt/rmtchar.h
a nuttx-export-0.0.0/include/nuttx/serial/pty.h
a nuttx-export-0.0.0/include/nuttx/serial/uart_bth4.h
a nuttx-export-0.0.0/include/nuttx/serial/tioctl.h
a nuttx-export-0.0.0/include/nuttx/serial/uart_ram.h
a nuttx-export-0.0.0/include/nuttx/serial/uart_16550.h
a nuttx-export-0.0.0/include/nuttx/serial/serial.h
a nuttx-export-0.0.0/include/nuttx/serial/uart_rpmsg.h
a nuttx-export-0.0.0/include/nuttx/serial/mxser.h
a nuttx-export-0.0.0/include/nuttx/serial/uart_pl011.h
a nuttx-export-0.0.0/include/nuttx/serial/uart_cmsdk.h
a nuttx-export-0.0.0/include/nuttx/serial/uart_bth5.h
a nuttx-export-0.0.0/include/nuttx/efuse/sama5_sfc_fuses.h
a nuttx-export-0.0.0/include/nuttx/efuse/efuse.h
a nuttx-export-0.0.0/include/nuttx/clk/clk.h
a nuttx-export-0.0.0/include/nuttx/clk/clk_provider.h
a nuttx-export-0.0.0/include/nuttx/rc/lirc_dev.h
a nuttx-export-0.0.0/include/nuttx/rc/dummy.h
a nuttx-export-0.0.0/include/nuttx/fs/procfs.h
a nuttx-export-0.0.0/include/nuttx/fs/ioctl.h
a nuttx-export-0.0.0/include/nuttx/fs/smart.h
a nuttx-export-0.0.0/include/nuttx/fs/automount.h
a nuttx-export-0.0.0/include/nuttx/fs/nfs.h
a nuttx-export-0.0.0/include/nuttx/fs/hostfs.h
a nuttx-export-0.0.0/include/nuttx/fs/partition.h
a nuttx-export-0.0.0/include/nuttx/fs/loop.h
a nuttx-export-0.0.0/include/nuttx/fs/nxffs.h
a nuttx-export-0.0.0/include/nuttx/fs/loopmtd.h
a nuttx-export-0.0.0/include/nuttx/fs/userfs.h
a nuttx-export-0.0.0/include/nuttx/fs/fs.h
a nuttx-export-0.0.0/include/nuttx/fs/fat.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/ioe_rpmsg.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/pca9555.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/tca64xx.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/pcf8574.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/iso1h812g.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/icjx.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/mcp23x17.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/ioe_dummy.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/sx1509.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/pca9538.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/pcf8575.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/gpio.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/ioexpander.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/iso1i813t.h
a nuttx-export-0.0.0/include/nuttx/mtd/nand.h
a nuttx-export-0.0.0/include/nuttx/mtd/hamming.h
a nuttx-export-0.0.0/include/nuttx/mtd/nand_config.h
a nuttx-export-0.0.0/include/nuttx/mtd/onfi.h
a nuttx-export-0.0.0/include/nuttx/mtd/mtd.h
a nuttx-export-0.0.0/include/nuttx/mtd/configdata.h
a nuttx-export-0.0.0/include/nuttx/mtd/nand_scheme.h
a nuttx-export-0.0.0/include/nuttx/mtd/smart.h
a nuttx-export-0.0.0/include/nuttx/mtd/nand_ram.h
a nuttx-export-0.0.0/include/nuttx/mtd/nand_ecc.h
a nuttx-export-0.0.0/include/nuttx/mtd/nand_model.h
a nuttx-export-0.0.0/include/nuttx/mtd/nand_raw.h
a nuttx-export-0.0.0/include/nuttx/mtd/nand_wrapper.h
a nuttx-export-0.0.0/include/nuttx/eeprom/spi_xx25xx.h
a nuttx-export-0.0.0/include/nuttx/eeprom/i2c_xx24xx.h
a nuttx-export-0.0.0/include/nuttx/dma/dma.h
a nuttx-export-0.0.0/include/nuttx/usrsock/usrsock_rpmsg.h
a nuttx-export-0.0.0/include/nuttx/modem/ioctl.h
a nuttx-export-0.0.0/include/nuttx/modem/u-blox.h
a nuttx-export-0.0.0/include/nuttx/modem/alt1250.h
a nuttx-export-0.0.0/include/nuttx/segger/rtt.h
a nuttx-export-0.0.0/include/nuttx/segger/note_rtt.h
a nuttx-export-0.0.0/include/nuttx/segger/sysview.h
a nuttx-export-0.0.0/include/nuttx/mm/circbuf.h
a nuttx-export-0.0.0/include/nuttx/mm/map.h
a nuttx-export-0.0.0/include/nuttx/mm/mm.h
a nuttx-export-0.0.0/include/nuttx/mm/iob.h
a nuttx-export-0.0.0/include/nuttx/mm/kmap.h
a nuttx-export-0.0.0/include/nuttx/mm/mempool.h
a nuttx-export-0.0.0/include/nuttx/mm/gran.h
a nuttx-export-0.0.0/include/nuttx/lib/xorshift128.h
a nuttx-export-0.0.0/include/nuttx/lib/float.h
a nuttx-export-0.0.0/include/nuttx/lib/builtin.h
a nuttx-export-0.0.0/include/nuttx/lib/modlib.h
a nuttx-export-0.0.0/include/nuttx/lib/setjmp.h
a nuttx-export-0.0.0/include/nuttx/lib/lib.h
a nuttx-export-0.0.0/include/nuttx/lib/math32.h
a nuttx-export-0.0.0/include/nuttx/lib/math.h
a nuttx-export-0.0.0/include/nuttx/lib/stdarg.h
a nuttx-export-0.0.0/include/nuttx/lcd/lcd_dev.h
a nuttx-export-0.0.0/include/nuttx/lcd/lcddrv_spiif.h
a nuttx-export-0.0.0/include/nuttx/lcd/st7567.h
a nuttx-export-0.0.0/include/nuttx/lcd/tda19988.h
a nuttx-export-0.0.0/include/nuttx/lcd/lcd_ioctl.h
a nuttx-export-0.0.0/include/nuttx/lcd/mio283qt2.h
a nuttx-export-0.0.0/include/nuttx/lcd/hd4478ou.h
a nuttx-export-0.0.0/include/nuttx/lcd/jd9851.h
a nuttx-export-0.0.0/include/nuttx/lcd/ili9325.h
a nuttx-export-0.0.0/include/nuttx/lcd/ili9225.h
a nuttx-export-0.0.0/include/nuttx/lcd/lcd.h
a nuttx-export-0.0.0/include/nuttx/lcd/ili9340.h
a nuttx-export-0.0.0/include/nuttx/lcd/st7789.h
a nuttx-export-0.0.0/include/nuttx/lcd/ft80x.h
a nuttx-export-0.0.0/include/nuttx/lcd/ug-9664hswag01.h
a nuttx-export-0.0.0/include/nuttx/lcd/apa102.h
a nuttx-export-0.0.0/include/nuttx/lcd/max7219.h
a nuttx-export-0.0.0/include/nuttx/lcd/lpm013m091a.h
a nuttx-export-0.0.0/include/nuttx/lcd/gc9a01.h
a nuttx-export-0.0.0/include/nuttx/lcd/slcd_codec.h
a nuttx-export-0.0.0/include/nuttx/lcd/ili9488.h
a nuttx-export-0.0.0/include/nuttx/lcd/p14201.h
a nuttx-export-0.0.0/include/nuttx/lcd/st7565.h
a nuttx-export-0.0.0/include/nuttx/lcd/ssd1306.h
a nuttx-export-0.0.0/include/nuttx/lcd/ili9341.h
a nuttx-export-0.0.0/include/nuttx/lcd/mio283qt9a.h
a nuttx-export-0.0.0/include/nuttx/lcd/ht16k33.h
a nuttx-export-0.0.0/include/nuttx/lcd/pcd8544.h
a nuttx-export-0.0.0/include/nuttx/lcd/st7735.h
a nuttx-export-0.0.0/include/nuttx/lcd/ssd1680.h
a nuttx-export-0.0.0/include/nuttx/lcd/pcf8574_lcd_backpack.h
a nuttx-export-0.0.0/include/nuttx/lcd/st7032.h
a nuttx-export-0.0.0/include/nuttx/lcd/ssd1289.h
a nuttx-export-0.0.0/include/nuttx/lcd/ra8875.h
a nuttx-export-0.0.0/include/nuttx/lcd/ug-2864ambag01.h
a nuttx-export-0.0.0/include/nuttx/lcd/memlcd.h
a nuttx-export-0.0.0/include/nuttx/lcd/slcd_ioctl.h
a nuttx-export-0.0.0/include/nuttx/lcd/ssd1351.h
a nuttx-export-0.0.0/include/nuttx/nx/nxtypes.h
a nuttx-export-0.0.0/include/nuttx/nx/nxfonts.h
a nuttx-export-0.0.0/include/nuttx/nx/nxcursor.h
a nuttx-export-0.0.0/include/nuttx/nx/nxterm.h
a nuttx-export-0.0.0/include/nuttx/nx/nxmu.h
a nuttx-export-0.0.0/include/nuttx/nx/nx.h
a nuttx-export-0.0.0/include/nuttx/nx/nxbe.h
a nuttx-export-0.0.0/include/nuttx/nx/nxtk.h
a nuttx-export-0.0.0/include/nuttx/nx/nxglib.h
a nuttx-export-0.0.0/include/nuttx/wireless/lte
a nuttx-export-0.0.0/include/nuttx/wireless/ieee802154
a nuttx-export-0.0.0/include/nuttx/wireless/ioctl.h
a nuttx-export-0.0.0/include/nuttx/wireless/pktradio.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee80211
a nuttx-export-0.0.0/include/nuttx/wireless/gs2200m.h
a nuttx-export-0.0.0/include/nuttx/wireless/lpwan
a nuttx-export-0.0.0/include/nuttx/wireless/wireless.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth
a nuttx-export-0.0.0/include/nuttx/wireless/cc1101.h
a nuttx-export-0.0.0/include/nuttx/wireless/cellular
a nuttx-export-0.0.0/include/nuttx/wireless/nrf24l01.h
a nuttx-export-0.0.0/include/nuttx/wireless/spirit.h
a nuttx-export-0.0.0/include/nuttx/wireless/cellular/cellular.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_uuid.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_rpmsghci.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_buf.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_uart_shim.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_ioctl.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_core.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_uart.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_hci.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_null.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_driver.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_bridge.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_gatt.h
a nuttx-export-0.0.0/include/nuttx/wireless/lpwan/sx127x.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee80211/bcmf_board.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee80211/bcmf_sdio.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee80211/bcmf_netdev.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee80211/bcmf_gpio.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee80211/ieee80211.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee80211/bcmf_gspi.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee80211/ieee80211_cypto.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee802154/at86rf23x.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee802154/ieee802154_mac.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee802154/xbee.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee802154/mrf24j40.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee802154/ieee802154_loopback.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee802154/ieee802154_device.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee802154/ieee802154_radio.h
a nuttx-export-0.0.0/include/nuttx/wireless/lte/lte_ioctl.h
a nuttx-export-0.0.0/include/nuttx/wireless/lte/lte.h
a nuttx-export-0.0.0/include/nuttx/1wire/1wire.h
a nuttx-export-0.0.0/include/nuttx/1wire/ds28e17.h
a nuttx-export-0.0.0/include/nuttx/1wire/1wire_master.h
a nuttx-export-0.0.0/include/nuttx/1wire/1wire_crc.h
a nuttx-export-0.0.0/include/nuttx/audio/cs43l22.h
a nuttx-export-0.0.0/include/nuttx/audio/es8388.h
a nuttx-export-0.0.0/include/nuttx/audio/vs1053.h
a nuttx-export-0.0.0/include/nuttx/audio/audio_null.h
a nuttx-export-0.0.0/include/nuttx/audio/wm8994.h
a nuttx-export-0.0.0/include/nuttx/audio/cs4344.h
a nuttx-export-0.0.0/include/nuttx/audio/i2s.h
a nuttx-export-0.0.0/include/nuttx/audio/audio.h
a nuttx-export-0.0.0/include/nuttx/audio/wm8776.h
a nuttx-export-0.0.0/include/nuttx/audio/audio_i2s.h
a nuttx-export-0.0.0/include/nuttx/audio/tone.h
a nuttx-export-0.0.0/include/nuttx/audio/pcm.h
a nuttx-export-0.0.0/include/nuttx/audio/audio_dma.h
a nuttx-export-0.0.0/include/nuttx/audio/wm8904.h
a nuttx-export-0.0.0/include/nuttx/audio/es8311.h
a nuttx-export-0.0.0/include/nuttx/audio/audio_comp.h
a nuttx-export-0.0.0/include/nuttx/motor/drv8825.h
a nuttx-export-0.0.0/include/nuttx/motor/foc
a nuttx-export-0.0.0/include/nuttx/motor/motor.h
a nuttx-export-0.0.0/include/nuttx/motor/stepper_ioctl.h
a nuttx-export-0.0.0/include/nuttx/motor/stepper.h
a nuttx-export-0.0.0/include/nuttx/motor/motor_ioctl.h
a nuttx-export-0.0.0/include/nuttx/motor/a4988.h
a nuttx-export-0.0.0/include/nuttx/motor/foc/drv8301.h
a nuttx-export-0.0.0/include/nuttx/motor/foc/foc.h
a nuttx-export-0.0.0/include/nuttx/motor/foc/foc_dummy.h
a nuttx-export-0.0.0/include/nuttx/motor/foc/foc_pwr.h
a nuttx-export-0.0.0/include/nuttx/motor/foc/foc_lower.h
a nuttx-export-0.0.0/include/nuttx/spi/spi_bitbang.h
a nuttx-export-0.0.0/include/nuttx/spi/slave.h
a nuttx-export-0.0.0/include/nuttx/spi/spi_flash.h
a nuttx-export-0.0.0/include/nuttx/spi/spi_bitbang.c
a nuttx-export-0.0.0/include/nuttx/spi/spi_transfer.h
a nuttx-export-0.0.0/include/nuttx/spi/spi.h
a nuttx-export-0.0.0/include/nuttx/spi/qspi.h
a nuttx-export-0.0.0/include/nuttx/spi/qspi_flash.h
a nuttx-export-0.0.0/include/nuttx/spi/ice40.h
a nuttx-export-0.0.0/include/nuttx/usb/max3421e.h
a nuttx-export-0.0.0/include/nuttx/usb/composite.h
a nuttx-export-0.0.0/include/nuttx/usb/cdc.h
a nuttx-export-0.0.0/include/nuttx/usb/ohci.h
a nuttx-export-0.0.0/include/nuttx/usb/usbmonitor.h
a nuttx-export-0.0.0/include/nuttx/usb/hid.h
a nuttx-export-0.0.0/include/nuttx/usb/rndis.h
a nuttx-export-0.0.0/include/nuttx/usb/usbdev_trace.h
a nuttx-export-0.0.0/include/nuttx/usb/ehci.h
a nuttx-export-0.0.0/include/nuttx/usb/audio.h
a nuttx-export-0.0.0/include/nuttx/usb/usbmsc.h
a nuttx-export-0.0.0/include/nuttx/usb/fusb303.h
a nuttx-export-0.0.0/include/nuttx/usb/usbhost.h
a nuttx-export-0.0.0/include/nuttx/usb/mtp.h
a nuttx-export-0.0.0/include/nuttx/usb/usbdev.h
a nuttx-export-0.0.0/include/nuttx/usb/hid_parser.h
a nuttx-export-0.0.0/include/nuttx/usb/hub.h
a nuttx-export-0.0.0/include/nuttx/usb/storage.h
a nuttx-export-0.0.0/include/nuttx/usb/usbhost_trace.h
a nuttx-export-0.0.0/include/nuttx/usb/pl2303.h
a nuttx-export-0.0.0/include/nuttx/usb/usb.h
a nuttx-export-0.0.0/include/nuttx/usb/fusb302.h
a nuttx-export-0.0.0/include/nuttx/usb/cdcecm.h
a nuttx-export-0.0.0/include/nuttx/usb/adb.h
a nuttx-export-0.0.0/include/nuttx/usb/dfu.h
a nuttx-export-0.0.0/include/nuttx/usb/usbhost_devaddr.h
a nuttx-export-0.0.0/include/nuttx/usb/fusb301.h
a nuttx-export-0.0.0/include/nuttx/usb/cdcacm.h
a nuttx-export-0.0.0/include/nuttx/virt/qemu_pci.h
a nuttx-export-0.0.0/include/nuttx/mbox/mbox.h
a nuttx-export-0.0.0/include/nuttx/leds/rgbled.h
a nuttx-export-0.0.0/include/nuttx/leds/pca9635pw.h
a nuttx-export-0.0.0/include/nuttx/leds/ncp5623c.h
a nuttx-export-0.0.0/include/nuttx/leds/ws2812.h
a nuttx-export-0.0.0/include/nuttx/leds/lp503x.h
a nuttx-export-0.0.0/include/nuttx/leds/apa102.h
a nuttx-export-0.0.0/include/nuttx/leds/max7219.h
a nuttx-export-0.0.0/include/nuttx/leds/userled.h
a nuttx-export-0.0.0/include/nuttx/rptun/openamp.h
a nuttx-export-0.0.0/include/nuttx/rptun/rptun.h
a nuttx-export-0.0.0/include/nuttx/rf/ioctl.h
a nuttx-export-0.0.0/include/nuttx/rf/dat-31r5-sp.h
a nuttx-export-0.0.0/include/nuttx/rf/attenuator.h
a nuttx-export-0.0.0/include/nuttx/math/fft.h
a nuttx-export-0.0.0/include/nuttx/math/mpi.h
a nuttx-export-0.0.0/include/nuttx/math/cordic.h
a nuttx-export-0.0.0/include/nuttx/math/math_ioctl.h
a nuttx-export-0.0.0/include/nuttx/math/math.h
a nuttx-export-0.0.0/include/nuttx/regmap/regmap.h
a nuttx-export-0.0.0/include/nuttx/i2c/i2c_bitbang.h
a nuttx-export-0.0.0/include/nuttx/i2c/i2c_slave.h
a nuttx-export-0.0.0/include/nuttx/i2c/pca9540bdp.h
a nuttx-export-0.0.0/include/nuttx/i2c/tca9548a.h
a nuttx-export-0.0.0/include/nuttx/i2c/i2c_master.h
a nuttx-export-0.0.0/include/nuttx/reset/reset-controller.h
a nuttx-export-0.0.0/include/nuttx/reset/reset.h
a nuttx-export-0.0.0/include/nuttx/binfmt/ieee695.h
a nuttx-export-0.0.0/include/nuttx/binfmt/nxflat.h
a nuttx-export-0.0.0/include/nuttx/binfmt/binfmt.h
a nuttx-export-0.0.0/include/nuttx/binfmt/symtab.h
a nuttx-export-0.0.0/include/nuttx/binfmt/elf.h
a nuttx-export-0.0.0/include/nuttx/timers/capture.h
a nuttx-export-0.0.0/include/nuttx/timers/mcp794xx.h
a nuttx-export-0.0.0/include/nuttx/timers/watchdog.h
a nuttx-export-0.0.0/include/nuttx/timers/rx8010.h
a nuttx-export-0.0.0/include/nuttx/timers/arch_timer.h
a nuttx-export-0.0.0/include/nuttx/timers/pl031.h
a nuttx-export-0.0.0/include/nuttx/timers/pwm.h
a nuttx-export-0.0.0/include/nuttx/timers/pcf85263.h
a nuttx-export-0.0.0/include/nuttx/timers/oneshot.h
a nuttx-export-0.0.0/include/nuttx/timers/rpmsg_rtc.h
a nuttx-export-0.0.0/include/nuttx/timers/timer.h
a nuttx-export-0.0.0/include/nuttx/timers/rtc.h
a nuttx-export-0.0.0/include/nuttx/timers/arch_alarm.h
a nuttx-export-0.0.0/include/nuttx/timers/arch_rtc.h
a nuttx-export-0.0.0/include/nuttx/timers/ds3231.h
a nuttx-export-0.0.0/include/nuttx/timers/cs2100-cp.h
a nuttx-export-0.0.0/include/nuttx/input/touchscreen.h
a nuttx-export-0.0.0/include/nuttx/input/ioctl.h
a nuttx-export-0.0.0/include/nuttx/input/mxt.h
a nuttx-export-0.0.0/include/nuttx/input/max11802.h
a nuttx-export-0.0.0/include/nuttx/input/x11_xf86keysym.h
a nuttx-export-0.0.0/include/nuttx/input/x11_keysymdef.h
a nuttx-export-0.0.0/include/nuttx/input/x11_keysym.h
a nuttx-export-0.0.0/include/nuttx/input/tsc2007.h
a nuttx-export-0.0.0/include/nuttx/input/djoystick.h
a nuttx-export-0.0.0/include/nuttx/input/xbox-controller.h
a nuttx-export-0.0.0/include/nuttx/input/stmpe811.h
a nuttx-export-0.0.0/include/nuttx/input/nunchuck.h
a nuttx-export-0.0.0/include/nuttx/input/mouse.h
a nuttx-export-0.0.0/include/nuttx/input/ads7843e.h
a nuttx-export-0.0.0/include/nuttx/input/keyboard.h
a nuttx-export-0.0.0/include/nuttx/input/ft5x06.h
a nuttx-export-0.0.0/include/nuttx/input/ajoystick.h
a nuttx-export-0.0.0/include/nuttx/input/spq10kbd.h
a nuttx-export-0.0.0/include/nuttx/input/kbd_codec.h
a nuttx-export-0.0.0/include/nuttx/input/uinput.h
a nuttx-export-0.0.0/include/nuttx/input/cypress_mbr3108.h
a nuttx-export-0.0.0/include/nuttx/input/buttons.h
a nuttx-export-0.0.0/include/nuttx/input/gt9xx.h
a nuttx-export-0.0.0/include/nuttx/virtio/virtio.h
a nuttx-export-0.0.0/include/nuttx/virtio/virtio-mmio.h
a nuttx-export-0.0.0/include/nuttx/drivers/optee.h
a nuttx-export-0.0.0/include/nuttx/drivers/drivers.h
a nuttx-export-0.0.0/include/nuttx/drivers/addrenv.h
a nuttx-export-0.0.0/include/nuttx/drivers/rpmsgblk.h
a nuttx-export-0.0.0/include/nuttx/drivers/ramdisk.h
a nuttx-export-0.0.0/include/nuttx/drivers/rpmsgdev.h
a nuttx-export-0.0.0/include/nuttx/drivers/rwbuffer.h
a nuttx-export-0.0.0/include/nuttx/net/enc28j60.h
a nuttx-export-0.0.0/include/nuttx/net/tcp.h
a nuttx-export-0.0.0/include/nuttx/net/ioctl.h
a nuttx-export-0.0.0/include/nuttx/net/phy.h
a nuttx-export-0.0.0/include/nuttx/net/igmp.h
a nuttx-export-0.0.0/include/nuttx/net/neighbor.h
a nuttx-export-0.0.0/include/nuttx/net/netdev_lowerhalf.h
a nuttx-export-0.0.0/include/nuttx/net/telnet.h
a nuttx-export-0.0.0/include/nuttx/net/net.h
a nuttx-export-0.0.0/include/nuttx/net/icmp.h
a nuttx-export-0.0.0/include/nuttx/net/slip.h
a nuttx-export-0.0.0/include/nuttx/net/radiodev.h
a nuttx-export-0.0.0/include/nuttx/net/usrsock.h
a nuttx-export-0.0.0/include/nuttx/net/sms.h
a nuttx-export-0.0.0/include/nuttx/net/mld.h
a nuttx-export-0.0.0/include/nuttx/net/mii.h
a nuttx-export-0.0.0/include/nuttx/net/snoop.h
a nuttx-export-0.0.0/include/nuttx/net/wifi_sim.h
a nuttx-export-0.0.0/include/nuttx/net/netdev.h
a nuttx-export-0.0.0/include/nuttx/net/can.h
a nuttx-export-0.0.0/include/nuttx/net/icmpv6.h
a nuttx-export-0.0.0/include/nuttx/net/netfilter
a nuttx-export-0.0.0/include/nuttx/net/lan9250.h
a nuttx-export-0.0.0/include/nuttx/net/loopback.h
a nuttx-export-0.0.0/include/nuttx/net/bluetooth.h
a nuttx-export-0.0.0/include/nuttx/net/netlink.h
a nuttx-export-0.0.0/include/nuttx/net/ipv6ext.h
a nuttx-export-0.0.0/include/nuttx/net/w5500.h
a nuttx-export-0.0.0/include/nuttx/net/ethernet.h
a nuttx-export-0.0.0/include/nuttx/net/ipopt.h
a nuttx-export-0.0.0/include/nuttx/net/encx24j600.h
a nuttx-export-0.0.0/include/nuttx/net/rpmsg.h
a nuttx-export-0.0.0/include/nuttx/net/if_bridge.h
a nuttx-export-0.0.0/include/nuttx/net/ksz9477.h
a nuttx-export-0.0.0/include/nuttx/net/rfc6775.h
a nuttx-export-0.0.0/include/nuttx/net/rpmsgdrv.h
a nuttx-export-0.0.0/include/nuttx/net/pkt.h
a nuttx-export-0.0.0/include/nuttx/net/lan91c111.h
a nuttx-export-0.0.0/include/nuttx/net/netstats.h
a nuttx-export-0.0.0/include/nuttx/net/ieee802154.h
a nuttx-export-0.0.0/include/nuttx/net/dns.h
a nuttx-export-0.0.0/include/nuttx/net/ip.h
a nuttx-export-0.0.0/include/nuttx/net/gmii.h
a nuttx-export-0.0.0/include/nuttx/net/sixlowpan.h
a nuttx-export-0.0.0/include/nuttx/net/netconfig.h
a nuttx-export-0.0.0/include/nuttx/net/tun.h
a nuttx-export-0.0.0/include/nuttx/net/udp.h
a nuttx-export-0.0.0/include/nuttx/net/ftmac100.h
a nuttx-export-0.0.0/include/nuttx/net/netfilter/x_tables.h
a nuttx-export-0.0.0/include/nuttx/net/netfilter/netfilter.h
a nuttx-export-0.0.0/include/nuttx/net/netfilter/ip_tables.h
a nuttx-export-0.0.0/include/nuttx/net/netfilter/ip6_tables.h
a nuttx-export-0.0.0/include/nuttx/net/netfilter/nf_nat.h
a nuttx-export-0.0.0/include/nuttx/syslog/syslog.h
a nuttx-export-0.0.0/include/nuttx/syslog/syslog_rpmsg.h
a nuttx-export-0.0.0/include/nuttx/syslog/syslog_console.h
a nuttx-export-0.0.0/include/nuttx/syslog/ramlog.h
a nuttx-export-0.0.0/include/nuttx/can/can.h
a nuttx-export-0.0.0/include/nuttx/can/mcp2515.h
a nuttx-export-0.0.0/include/nuttx/can/sja1000.h
a nuttx-export-0.0.0/include/nuttx/contactless/ioctl.h
a nuttx-export-0.0.0/include/nuttx/contactless/pn532.h
a nuttx-export-0.0.0/include/nuttx/contactless/mfrc522.h
a nuttx-export-0.0.0/include/nuttx/hwspinlock/hwspinlock.h
a nuttx-export-0.0.0/include/nuttx/video/mipi_display.h
a nuttx-export-0.0.0/include/nuttx/video/goldfish_fb.h
a nuttx-export-0.0.0/include/nuttx/video/rfb.h
a nuttx-export-0.0.0/include/nuttx/video/videomode.h
a nuttx-export-0.0.0/include/nuttx/video/ov2640.h
a nuttx-export-0.0.0/include/nuttx/video/mipi_dsi.h
a nuttx-export-0.0.0/include/nuttx/video/vnc.h
a nuttx-export-0.0.0/include/nuttx/video/goldfish_camera.h
a nuttx-export-0.0.0/include/nuttx/video/isx012.h
a nuttx-export-0.0.0/include/nuttx/video/max7456.h
a nuttx-export-0.0.0/include/nuttx/video/imgsensor.h
a nuttx-export-0.0.0/include/nuttx/video/fb.h
a nuttx-export-0.0.0/include/nuttx/video/vesagtf.h
a nuttx-export-0.0.0/include/nuttx/video/isx019.h
a nuttx-export-0.0.0/include/nuttx/video/v4l2_cap.h
a nuttx-export-0.0.0/include/nuttx/video/video.h
a nuttx-export-0.0.0/include/nuttx/video/v4l2_m2m.h
a nuttx-export-0.0.0/include/nuttx/video/edid.h
a nuttx-export-0.0.0/include/nuttx/video/imgdata.h
a nuttx-export-0.0.0/include/nuttx/video/rgbcolors.h
a nuttx-export-0.0.0/include/nuttx/pci/pci.h
a nuttx-export-0.0.0/include/nuttx/crypto/blake2s.h
a nuttx-export-0.0.0/include/nuttx/crypto/crypto.h
a nuttx-export-0.0.0/include/nuttx/crypto/tea.h
a nuttx-export-0.0.0/include/nuttx/crypto/se05x.h
a nuttx-export-0.0.0/include/nuttx/sensors/sps30.h
a nuttx-export-0.0.0/include/nuttx/sensors/bmi270.h
a nuttx-export-0.0.0/include/nuttx/sensors/apds9960.h
a nuttx-export-0.0.0/include/nuttx/sensors/gps.h
a nuttx-export-0.0.0/include/nuttx/sensors/rpr0521rs.h
a nuttx-export-0.0.0/include/nuttx/sensors/lis331dl.h
a nuttx-export-0.0.0/include/nuttx/sensors/ioctl.h
a nuttx-export-0.0.0/include/nuttx/sensors/lsm9ds1.h
a nuttx-export-0.0.0/include/nuttx/sensors/as5048a.h
a nuttx-export-0.0.0/include/nuttx/sensors/sht3x.h
a nuttx-export-0.0.0/include/nuttx/sensors/bmi160.h
a nuttx-export-0.0.0/include/nuttx/sensors/apds9930.h
a nuttx-export-0.0.0/include/nuttx/sensors/sensor.h
a nuttx-export-0.0.0/include/nuttx/sensors/goldfish_sensor.h
a nuttx-export-0.0.0/include/nuttx/sensors/adt7320.h
a nuttx-export-0.0.0/include/nuttx/sensors/wtgahrs2.h
a nuttx-export-0.0.0/include/nuttx/sensors/max6675.h
a nuttx-export-0.0.0/include/nuttx/sensors/lis3dh.h
a nuttx-export-0.0.0/include/nuttx/sensors/mb7040.h
a nuttx-export-0.0.0/include/nuttx/sensors/veml6070.h
a nuttx-export-0.0.0/include/nuttx/sensors/as726x.h
a nuttx-export-0.0.0/include/nuttx/sensors/hts221.h
a nuttx-export-0.0.0/include/nuttx/sensors/bme680.h
a nuttx-export-0.0.0/include/nuttx/sensors/adxl362.h
a nuttx-export-0.0.0/include/nuttx/sensors/aht10.h
a nuttx-export-0.0.0/include/nuttx/sensors/lis2dh.h
a nuttx-export-0.0.0/include/nuttx/sensors/lt1pa01.h
a nuttx-export-0.0.0/include/nuttx/sensors/as5048b.h
a nuttx-export-0.0.0/include/nuttx/sensors/max31855.h
a nuttx-export-0.0.0/include/nuttx/sensors/mlx90614.h
a nuttx-export-0.0.0/include/nuttx/sensors/scd30.h
a nuttx-export-0.0.0/include/nuttx/sensors/bmm150.h
a nuttx-export-0.0.0/include/nuttx/sensors/bh1749nuc.h
a nuttx-export-0.0.0/include/nuttx/sensors/kx022.h
a nuttx-export-0.0.0/include/nuttx/sensors/scd41.h
a nuttx-export-0.0.0/include/nuttx/sensors/bmp180.h
a nuttx-export-0.0.0/include/nuttx/sensors/ms58xx.h
a nuttx-export-0.0.0/include/nuttx/sensors/lsm303agr.h
a nuttx-export-0.0.0/include/nuttx/sensors/lis3dsh.h
a nuttx-export-0.0.0/include/nuttx/sensors/cluster_driver.h
a nuttx-export-0.0.0/include/nuttx/sensors/isl29023.h
a nuttx-export-0.0.0/include/nuttx/sensors/fakesensor.h
a nuttx-export-0.0.0/include/nuttx/sensors/msa301.h
a nuttx-export-0.0.0/include/nuttx/sensors/bh1745nuc.h
a nuttx-export-0.0.0/include/nuttx/sensors/bmp280.h
a nuttx-export-0.0.0/include/nuttx/sensors/adxl372.h
a nuttx-export-0.0.0/include/nuttx/sensors/ms56xx.h
a nuttx-export-0.0.0/include/nuttx/sensors/lsm6dsl.h
a nuttx-export-0.0.0/include/nuttx/sensors/hall3ph.h
a nuttx-export-0.0.0/include/nuttx/sensors/ltr308.h
a nuttx-export-0.0.0/include/nuttx/sensors/ina219.h
a nuttx-export-0.0.0/include/nuttx/sensors/mpu60x0.h
a nuttx-export-0.0.0/include/nuttx/sensors/lm75.h
a nuttx-export-0.0.0/include/nuttx/sensors/apds9922.h
a nuttx-export-0.0.0/include/nuttx/sensors/lm92.h
a nuttx-export-0.0.0/include/nuttx/sensors/lps25h.h
a nuttx-export-0.0.0/include/nuttx/sensors/l3gd20.h
a nuttx-export-0.0.0/include/nuttx/sensors/cxd5610_gnss.h
a nuttx-export-0.0.0/include/nuttx/sensors/mlx90393.h
a nuttx-export-0.0.0/include/nuttx/sensors/bh1750fvi.h
a nuttx-export-0.0.0/include/nuttx/sensors/hyt271.h
a nuttx-export-0.0.0/include/nuttx/sensors/ina226.h
a nuttx-export-0.0.0/include/nuttx/sensors/ltc4151.h
a nuttx-export-0.0.0/include/nuttx/sensors/xen1210.h
a nuttx-export-0.0.0/include/nuttx/sensors/max31865.h
a nuttx-export-0.0.0/include/nuttx/sensors/mpu9250.h
a nuttx-export-0.0.0/include/nuttx/sensors/mpl115a.h
a nuttx-export-0.0.0/include/nuttx/sensors/msxxxx_crc4.h
a nuttx-export-0.0.0/include/nuttx/sensors/t67xx.h
a nuttx-export-0.0.0/include/nuttx/sensors/adxl345.h
a nuttx-export-0.0.0/include/nuttx/sensors/sgp30.h
a nuttx-export-0.0.0/include/nuttx/sensors/qencoder.h
a nuttx-export-0.0.0/include/nuttx/sensors/lis3mdl.h
a nuttx-export-0.0.0/include/nuttx/sensors/hdc1008.h
a nuttx-export-0.0.0/include/nuttx/sensors/lsm330.h
a nuttx-export-0.0.0/include/nuttx/sensors/ak09912.h
a nuttx-export-0.0.0/include/nuttx/sensors/bh1721fvc.h
a nuttx-export-0.0.0/include/nuttx/sensors/ina3221.h
a nuttx-export-0.0.0/include/nuttx/sensors/vl53l1x.h
a nuttx-export-0.0.0/include/nuttx/sensors/bm1383glv.h
a nuttx-export-0.0.0/include/nuttx/sensors/mcp9844.h
a nuttx-export-0.0.0/include/nuttx/sensors/hc_sr04.h
a nuttx-export-0.0.0/include/nuttx/sensors/goldfish_gps.h
a nuttx-export-0.0.0/include/nuttx/sensors/zerocross.h
a nuttx-export-0.0.0/include/nuttx/sensors/ds18b20.h
a nuttx-export-0.0.0/include/nuttx/sensors/bm1422gmv.h
a nuttx-export-0.0.0/include/nuttx/sensors/dhtxx.h
a nuttx-export-0.0.0/include/nuttx/sensors/max44009.h
a nuttx-export-0.0.0/include/nuttx/sensors/kxtj9.h
a nuttx-export-0.0.0/include/nuttx/sensors/sht21.h
a nuttx-export-0.0.0/include/nuttx/sensors/fxos8700cq.h
a nuttx-export-0.0.0/include/nuttx/sensors/bmg160.h
a nuttx-export-0.0.0/include/nuttx/note/notectl_driver.h
a nuttx-export-0.0.0/include/nuttx/note/note_driver.h
a nuttx-export-0.0.0/include/nuttx/note/noteram_driver.h
a nuttx-export-0.0.0/include/nuttx/note/notesnap_driver.h
a nuttx-export-0.0.0/include/nuttx/note/notelog_driver.h
a nuttx-export-0.0.0/include/nuttx/analog/lmp92001.h
a nuttx-export-0.0.0/include/nuttx/analog/adc.h
a nuttx-export-0.0.0/include/nuttx/analog/ads7828.h
a nuttx-export-0.0.0/include/nuttx/analog/ioctl.h
a nuttx-export-0.0.0/include/nuttx/analog/ltc1867l.h
a nuttx-export-0.0.0/include/nuttx/analog/dac.h
a nuttx-export-0.0.0/include/nuttx/analog/mcp48xx.h
a nuttx-export-0.0.0/include/nuttx/analog/ads1242.h
a nuttx-export-0.0.0/include/nuttx/analog/opamp.h
a nuttx-export-0.0.0/include/nuttx/analog/max1161x.h
a nuttx-export-0.0.0/include/nuttx/analog/comp.h
a nuttx-export-0.0.0/include/nuttx/analog/hx711.h
a nuttx-export-0.0.0/include/nuttx/analog/pga11x.h
a nuttx-export-0.0.0/include/nuttx/himem/himem.h
a nuttx-export-0.0.0/include/nuttx/power/battery_monitor.h
a nuttx-export-0.0.0/include/nuttx/power/pm.h
a nuttx-export-0.0.0/include/nuttx/power/axp202.h
a nuttx-export-0.0.0/include/nuttx/power/smps.h
a nuttx-export-0.0.0/include/nuttx/power/bq27426.h
a nuttx-export-0.0.0/include/nuttx/power/bq769x0.h
a nuttx-export-0.0.0/include/nuttx/power/battery_charger.h
a nuttx-export-0.0.0/include/nuttx/power/powerled.h
a nuttx-export-0.0.0/include/nuttx/power/battery_gauge.h
a nuttx-export-0.0.0/include/nuttx/power/bq2429x.h
a nuttx-export-0.0.0/include/nuttx/power/battery_ioctl.h
a nuttx-export-0.0.0/include/nuttx/power/relay.h
a nuttx-export-0.0.0/include/nuttx/power/mcp73871.h
a nuttx-export-0.0.0/include/nuttx/power/consumer.h
a nuttx-export-0.0.0/include/nuttx/power/act8945a.h
a nuttx-export-0.0.0/include/nuttx/power/regulator.h
a nuttx-export-0.0.0/include/nuttx/power/pm_runtime.h
a nuttx-export-0.0.0/include/nuttx/power/power_ioctl.h
a nuttx-export-0.0.0/include/nuttx/rpmsg/rpmsg_ping.h
a nuttx-export-0.0.0/include/nuttx/rpmsg/rpmsg.h
a nuttx-export-0.0.0/include/arch/spinlock.h
a nuttx-export-0.0.0/include/arch/inttypes.h
a nuttx-export-0.0.0/include/arch/thead
a nuttx-export-0.0.0/include/arch/barriers.h
a nuttx-export-0.0.0/include/arch/csr.h
a nuttx-export-0.0.0/include/arch/mpfs
a nuttx-export-0.0.0/include/arch/board
a nuttx-export-0.0.0/include/arch/types.h
a nuttx-export-0.0.0/include/arch/esp32c3
a nuttx-export-0.0.0/include/arch/limits.h
a nuttx-export-0.0.0/include/arch/rv32m1
a nuttx-export-0.0.0/include/arch/sg2000
a nuttx-export-0.0.0/include/arch/bl602
a nuttx-export-0.0.0/include/arch/qemu-rv
a nuttx-export-0.0.0/include/arch/k210
a nuttx-export-0.0.0/include/arch/chip
a nuttx-export-0.0.0/include/arch/hpm6000
a nuttx-export-0.0.0/include/arch/esp32c3-legacy
a nuttx-export-0.0.0/include/arch/fe310
a nuttx-export-0.0.0/include/arch/setjmp.h
a nuttx-export-0.0.0/include/arch/elf.h
a nuttx-export-0.0.0/include/arch/hpm6750
a nuttx-export-0.0.0/include/arch/mode.h
a nuttx-export-0.0.0/include/arch/.gitignore
a nuttx-export-0.0.0/include/arch/esp32c6
a nuttx-export-0.0.0/include/arch/jh7110
a nuttx-export-0.0.0/include/arch/k230
a nuttx-export-0.0.0/include/arch/irq.h
a nuttx-export-0.0.0/include/arch/stdarg.h
a nuttx-export-0.0.0/include/arch/esp32h2
a nuttx-export-0.0.0/include/arch/bl808
a nuttx-export-0.0.0/include/arch/litex
a nuttx-export-0.0.0/include/arch/c906
a nuttx-export-0.0.0/include/arch/syscall.h
a nuttx-export-0.0.0/include/arch/arch.h
a nuttx-export-0.0.0/include/arch/c906/chip.h
a nuttx-export-0.0.0/include/arch/c906/irq.h
a nuttx-export-0.0.0/include/arch/litex/chip.h
a nuttx-export-0.0.0/include/arch/litex/irq.h
a nuttx-export-0.0.0/include/arch/bl808/chip.h
a nuttx-export-0.0.0/include/arch/bl808/irq.h
a nuttx-export-0.0.0/include/arch/esp32h2/.gitignore
a nuttx-export-0.0.0/include/arch/esp32h2/chip.h
a nuttx-export-0.0.0/include/arch/k230/chip.h
a nuttx-export-0.0.0/include/arch/k230/irq.h
a nuttx-export-0.0.0/include/arch/jh7110/chip.h
a nuttx-export-0.0.0/include/arch/jh7110/irq.h
a nuttx-export-0.0.0/include/arch/esp32c6/.gitignore
a nuttx-export-0.0.0/include/arch/esp32c6/chip.h
a nuttx-export-0.0.0/include/arch/hpm6750/chip.h
a nuttx-export-0.0.0/include/arch/hpm6750/irq.h
a nuttx-export-0.0.0/include/arch/fe310/chip.h
a nuttx-export-0.0.0/include/arch/fe310/irq.h
a nuttx-export-0.0.0/include/arch/esp32c3-legacy/chip.h
a nuttx-export-0.0.0/include/arch/esp32c3-legacy/irq.h
a nuttx-export-0.0.0/include/arch/esp32c3-legacy/esp_efuse_table.h
a nuttx-export-0.0.0/include/arch/hpm6000/hpm_irq.h
a nuttx-export-0.0.0/include/arch/hpm6000/chip.h
a nuttx-export-0.0.0/include/arch/hpm6000/irq.h
a nuttx-export-0.0.0/include/arch/chip/chip.h
a nuttx-export-0.0.0/include/arch/chip/irq.h
a nuttx-export-0.0.0/include/arch/k210/chip.h
a nuttx-export-0.0.0/include/arch/k210/irq.h
a nuttx-export-0.0.0/include/arch/qemu-rv/chip.h
a nuttx-export-0.0.0/include/arch/qemu-rv/irq.h
a nuttx-export-0.0.0/include/arch/bl602/chip.h
a nuttx-export-0.0.0/include/arch/bl602/irq.h
a nuttx-export-0.0.0/include/arch/sg2000/chip.h
a nuttx-export-0.0.0/include/arch/sg2000/irq.h
a nuttx-export-0.0.0/include/arch/rv32m1/rv32m1ri5cy_irq.h
a nuttx-export-0.0.0/include/arch/rv32m1/chip.h
a nuttx-export-0.0.0/include/arch/rv32m1/irq.h
a nuttx-export-0.0.0/include/arch/esp32c3/.gitignore
a nuttx-export-0.0.0/include/arch/esp32c3/chip.h
a nuttx-export-0.0.0/include/arch/board/board.h
a nuttx-export-0.0.0/include/arch/board/board_memorymap.h
a nuttx-export-0.0.0/include/arch/mpfs/chip.h
a nuttx-export-0.0.0/include/arch/mpfs/irq.h
a nuttx-export-0.0.0/include/arch/thead/c9xx_csr.h
a nuttx-export-0.0.0/include/android/fdsan.h
a nuttx-export-0.0.0/include/sys/time.h
a nuttx-export-0.0.0/include/sys/sockio.h
a nuttx-export-0.0.0/include/sys/ioctl.h
a nuttx-export-0.0.0/include/sys/sendfile.h
a nuttx-export-0.0.0/include/sys/statvfs.h
a nuttx-export-0.0.0/include/sys/signalfd.h
a nuttx-export-0.0.0/include/sys/syscall_lookup.h
a nuttx-export-0.0.0/include/sys/uio.h
a nuttx-export-0.0.0/include/sys/types.h
a nuttx-export-0.0.0/include/sys/times.h
a nuttx-export-0.0.0/include/sys/endian.h
a nuttx-export-0.0.0/include/sys/epoll.h
a nuttx-export-0.0.0/include/sys/wait.h
a nuttx-export-0.0.0/include/sys/eventfd.h
a nuttx-export-0.0.0/include/sys/sysinfo.h
a nuttx-export-0.0.0/include/sys/ipc.h
a nuttx-export-0.0.0/include/sys/file.h
a nuttx-export-0.0.0/include/sys/video_controls.h
a nuttx-export-0.0.0/include/sys/videoio.h
a nuttx-export-0.0.0/include/sys/stat.h
a nuttx-export-0.0.0/include/sys/statfs.h
a nuttx-export-0.0.0/include/sys/tree.h
a nuttx-export-0.0.0/include/sys/mman.h
a nuttx-export-0.0.0/include/sys/un.h
a nuttx-export-0.0.0/include/sys/vfs.h
a nuttx-export-0.0.0/include/sys/utsname.h
a nuttx-export-0.0.0/include/sys/msg.h
a nuttx-export-0.0.0/include/sys/custom_file.h
a nuttx-export-0.0.0/include/sys/sysmacros.h
a nuttx-export-0.0.0/include/sys/param.h
a nuttx-export-0.0.0/include/sys/prctl.h
a nuttx-export-0.0.0/include/sys/shm.h
a nuttx-export-0.0.0/include/sys/resource.h
a nuttx-export-0.0.0/include/sys/poll.h
a nuttx-export-0.0.0/include/sys/mount.h
a nuttx-export-0.0.0/include/sys/timerfd.h
a nuttx-export-0.0.0/include/sys/syscall.h
a nuttx-export-0.0.0/include/sys/socket.h
a nuttx-export-0.0.0/include/sys/boardctl.h
a nuttx-export-0.0.0/include/sys/queue.h
a nuttx-export-0.0.0/include/sys/random.h
a nuttx-export-0.0.0/include/sys/select.h
a nuttx-export-0.0.0/include/netinet/tcp.h
a nuttx-export-0.0.0/include/netinet/if_ether.h
a nuttx-export-0.0.0/include/netinet/in.h
a nuttx-export-0.0.0/include/netinet/ip6.h
a nuttx-export-0.0.0/include/netinet/arp.h
a nuttx-export-0.0.0/include/netinet/icmp6.h
a nuttx-export-0.0.0/include/netinet/ip.h
a nuttx-export-0.0.0/include/netinet/ether.h
a nuttx-export-0.0.0/include/netinet/udp.h
a nuttx-export-0.0.0/include/arpa/inet.h
a nuttx-export-0.0.0/include/cxx/ctime
a nuttx-export-0.0.0/include/cxx/cstdlib
a nuttx-export-0.0.0/include/cxx/cstdint
a nuttx-export-0.0.0/include/cxx/cctype
a nuttx-export-0.0.0/include/cxx/cstdbool
a nuttx-export-0.0.0/include/cxx/cerrno
a nuttx-export-0.0.0/include/cxx/csignal
a nuttx-export-0.0.0/include/cxx/cstring
a nuttx-export-0.0.0/include/cxx/clocale
a nuttx-export-0.0.0/include/cxx/cstddef
a nuttx-export-0.0.0/include/cxx/cwchar
a nuttx-export-0.0.0/include/cxx/cwctype
a nuttx-export-0.0.0/include/cxx/cstdio
a nuttx-export-0.0.0/include/cxx/climits
a nuttx-export-0.0.0/include/cxx/cassert
a nuttx-export-0.0.0/include/cxx/cmath
a nuttx-export-0.0.0/include/cxx/cstdarg
a nuttx-export-0.0.0/include/cxx/cinttypes
a nuttx-export-0.0.0/include/netpacket/can.h
a nuttx-export-0.0.0/include/netpacket/bluetooth.h
a nuttx-export-0.0.0/include/netpacket/netlink.h
a nuttx-export-0.0.0/include/netpacket/rpmsg.h
a nuttx-export-0.0.0/include/netpacket/packet.h
a nuttx-export-0.0.0/include/netpacket/if_addr.h
a nuttx-export-0.0.0/include/netpacket/ieee802154.h
a nuttx-export-0.0.0/include/net/route.h
a nuttx-export-0.0.0/include/net/ethernet.h
a nuttx-export-0.0.0/include/net/if_arp.h
a nuttx-export-0.0.0/include/net/if.h
a nuttx-export-0.0.0/include/ssp/ssp.h
a nuttx-export-0.0.0/include/crypto/bn.h
a nuttx-export-0.0.0/include/crypto/key_wrap.h
a nuttx-export-0.0.0/include/crypto/poly1305.h
a nuttx-export-0.0.0/include/crypto/siphash.h
a nuttx-export-0.0.0/include/crypto/md5.h
a nuttx-export-0.0.0/include/crypto/blf.h
a nuttx-export-0.0.0/include/crypto/chachapoly.h
a nuttx-export-0.0.0/include/crypto/cryptosoft.h
a nuttx-export-0.0.0/include/crypto/rmd160.h
a nuttx-export-0.0.0/include/crypto/idgen.h
a nuttx-export-0.0.0/include/crypto/gmac.h
a nuttx-export-0.0.0/include/crypto/sha2.h
a nuttx-export-0.0.0/include/crypto/hmac.h
a nuttx-export-0.0.0/include/crypto/xform.h
a nuttx-export-0.0.0/include/crypto/aes.h
a nuttx-export-0.0.0/include/crypto/cast.h
a nuttx-export-0.0.0/include/crypto/cryptodev.h
a nuttx-export-0.0.0/include/crypto/rijndael.h
a nuttx-export-0.0.0/include/crypto/sha1.h
a nuttx-export-0.0.0/include/crypto/curve25519.h
a nuttx-export-0.0.0/include/crypto/cmac.h
a nuttx-export-0.0.0/tools/copydir.bat
a nuttx-export-0.0.0/tools/unlink.sh
a nuttx-export-0.0.0/tools/copydir.sh
a nuttx-export-0.0.0/tools/define.bat
a nuttx-export-0.0.0/tools/mkdeps.c
a nuttx-export-0.0.0/tools/unlink.bat
a nuttx-export-0.0.0/tools/incdir.bat
a nuttx-export-0.0.0/tools/link.bat
a nuttx-export-0.0.0/tools/Config.mk
a nuttx-export-0.0.0/tools/link.sh
a nuttx-export-0.0.0/tools/define.sh
a nuttx-export-0.0.0/tools/incdir.sh
a nuttx-export-0.0.0/tools/incdir.c
+ pushd ../apps
~/ox64/apps ~/ox64/nuttx ~/ox64/nuttx
+ ./tools/mkimport.sh -z -x ../nuttx/nuttx-export-0.0.0.tar.gz
+ make -j 8 import
cc -O2 -Wall -Wstrict-prototypes -Wshadow -DHAVE_STRTOK_C=1 /Users/luppy/ox64/apps/import/tools/mkdeps.c -o /Users/luppy/ox64/apps/import/tools/mkdeps
cc -O2 -Wall -Wstrict-prototypes -Wshadow -DHAVE_STRTOK_C=1 /Users/luppy/ox64/apps/import/tools/incdir.c -o "/Users/luppy/ox64/apps/import/tools/incdir"
LN: platform/board to /Users/luppy/ox64/apps/platform/dummy
make[2]: Nothing to be done for `context_wasm'.
make[1]: Nothing to be done for `register'.
cp dummy.c.Users.luppy.ox64.apps.platform.o dummy.c.Users.luppy.ox64.apps.platform_1.o
cp readline.c.Users.luppy.ox64.apps.system.readline.o readline.c.Users.luppy.ox64.apps.system.readline_1.o
cp readline_common.c.Users.luppy.ox64.apps.system.readline.o readline_common.c.Users.luppy.ox64.apps.system.readline_1.o
cp readline_stream.c.Users.luppy.ox64.apps.system.readline.o readline_stream.c.Users.luppy.ox64.apps.system.readline_1.o
CC: nsh_dbgcmds.c cp readline_fd.c.Users.luppy.ox64.apps.system.readline.o readline_fd.c.Users.luppy.ox64.apps.system.readline_1.o
CC: nsh_init.c fpu.c:55:8: warning: #warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)" [-Wcpp]
55 | # warning "FPU test not built; Only available in the flat build (CONFIG_BUILD_FLAT)"
| ^~~~~~~
cp nsh_alias.c.Users.luppy.ox64.apps.nshlib.o nsh_alias.c.Users.luppy.ox64.apps.nshlib_1.o
cp nsh_command.c.Users.luppy.ox64.apps.nshlib.o nsh_command.c.Users.luppy.ox64.apps.nshlib_1.o
cp nsh_console.c.Users.luppy.ox64.apps.nshlib.o nsh_console.c.Users.luppy.ox64.apps.nshlib_1.o
cp nsh_consolemain.c.Users.luppy.ox64.apps.nshlib.o nsh_consolemain.c.Users.luppy.ox64.apps.nshlib_1.o
cp nsh_dbgcmds.c.Users.luppy.ox64.apps.nshlib.o nsh_dbgcmds.c.Users.luppy.ox64.apps.nshlib_1.o
cp nsh_ddcmd.c.Users.luppy.ox64.apps.nshlib.o nsh_ddcmd.c.Users.luppy.ox64.apps.nshlib_1.o
cp nsh_envcmds.c.Users.luppy.ox64.apps.nshlib.o nsh_envcmds.c.Users.luppy.ox64.apps.nshlib_1.o
CC: semtimed.c cp nsh_fileapps.c.Users.luppy.ox64.apps.nshlib.o nsh_fileapps.c.Users.luppy.ox64.apps.nshlib_1.o
cp nsh_fscmds.c.Users.luppy.ox64.apps.nshlib.o nsh_fscmds.c.Users.luppy.ox64.apps.nshlib_1.o
cp nsh_fsutils.c.Users.luppy.ox64.apps.nshlib.o nsh_fsutils.c.Users.luppy.ox64.apps.nshlib_1.o
cp nsh_init.c.Users.luppy.ox64.apps.nshlib.o nsh_init.c.Users.luppy.ox64.apps.nshlib_1.o
cp nsh_mmcmds.c.Users.luppy.ox64.apps.nshlib.o nsh_mmcmds.c.Users.luppy.ox64.apps.nshlib_1.o
cp nsh_mntcmds.c.Users.luppy.ox64.apps.nshlib.o nsh_mntcmds.c.Users.luppy.ox64.apps.nshlib_1.o
cp nsh_parse.c.Users.luppy.ox64.apps.nshlib.o nsh_parse.c.Users.luppy.ox64.apps.nshlib_1.o
cp nsh_printf.c.Users.luppy.ox64.apps.nshlib.o nsh_printf.c.Users.luppy.ox64.apps.nshlib_1.o
CC: setvbuf.c cp nsh_proccmds.c.Users.luppy.ox64.apps.nshlib.o nsh_proccmds.c.Users.luppy.ox64.apps.nshlib_1.o
cp nsh_prompt.c.Users.luppy.ox64.apps.nshlib.o nsh_prompt.c.Users.luppy.ox64.apps.nshlib_1.o
cp nsh_script.c.Users.luppy.ox64.apps.nshlib.o nsh_script.c.Users.luppy.ox64.apps.nshlib_1.o
cp nsh_session.c.Users.luppy.ox64.apps.nshlib.o nsh_session.c.Users.luppy.ox64.apps.nshlib_1.o
cp nsh_syscmds.c.Users.luppy.ox64.apps.nshlib.o nsh_syscmds.c.Users.luppy.ox64.apps.nshlib_1.o
CC: sighelper.c cp nsh_system.c.Users.luppy.ox64.apps.nshlib.o nsh_system.c.Users.luppy.ox64.apps.nshlib_1.o
cp nsh_test.c.Users.luppy.ox64.apps.nshlib.o nsh_test.c.Users.luppy.ox64.apps.nshlib_1.o
cp nsh_timcmds.c.Users.luppy.ox64.apps.nshlib.o nsh_timcmds.c.Users.luppy.ox64.apps.nshlib_1.o
cp barrier.c.Users.luppy.ox64.apps.testing.ostest.o barrier.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp cancel.c.Users.luppy.ox64.apps.testing.ostest.o cancel.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp cond.c.Users.luppy.ox64.apps.testing.ostest.o cond.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp dev_null.c.Users.luppy.ox64.apps.testing.ostest.o dev_null.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp fpu.c.Users.luppy.ox64.apps.testing.ostest.o fpu.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp getopt.c.Users.luppy.ox64.apps.testing.ostest.o getopt.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp libc_memmem.c.Users.luppy.ox64.apps.testing.ostest.o libc_memmem.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp mqueue.c.Users.luppy.ox64.apps.testing.ostest.o mqueue.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp mutex.c.Users.luppy.ox64.apps.testing.ostest.o mutex.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp posixtimer.c.Users.luppy.ox64.apps.testing.ostest.o posixtimer.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp pthread_exit.c.Users.luppy.ox64.apps.testing.ostest.o pthread_exit.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp pthread_rwlock.c.Users.luppy.ox64.apps.testing.ostest.o pthread_rwlock.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp pthread_rwlock_cancel.c.Users.luppy.ox64.apps.testing.ostest.o pthread_rwlock_cancel.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp restart.c.Users.luppy.ox64.apps.testing.ostest.o restart.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp robust.c.Users.luppy.ox64.apps.testing.ostest.o robust.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp roundrobin.c.Users.luppy.ox64.apps.testing.ostest.o roundrobin.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp schedlock.c.Users.luppy.ox64.apps.testing.ostest.o schedlock.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp sem.c.Users.luppy.ox64.apps.testing.ostest.o sem.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp semtimed.c.Users.luppy.ox64.apps.testing.ostest.o semtimed.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp setvbuf.c.Users.luppy.ox64.apps.testing.ostest.o setvbuf.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp sighand.c.Users.luppy.ox64.apps.testing.ostest.o sighand.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp sighelper.c.Users.luppy.ox64.apps.testing.ostest.o sighelper.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp sigprocmask.c.Users.luppy.ox64.apps.testing.ostest.o sigprocmask.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp timedmutex.c.Users.luppy.ox64.apps.testing.ostest.o timedmutex.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp timedwait.c.Users.luppy.ox64.apps.testing.ostest.o timedwait.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp vfork.c.Users.luppy.ox64.apps.testing.ostest.o vfork.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp waitpid.c.Users.luppy.ox64.apps.testing.ostest.o waitpid.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp wqueue.c.Users.luppy.ox64.apps.testing.ostest.o wqueue.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp signest.c.Users.luppy.ox64.apps.testing.ostest.o signest.c.Users.luppy.ox64.apps.testing.ostest_1.o
cp timedmqueue.c.Users.luppy.ox64.apps.testing.ostest.o timedmqueue.c.Users.luppy.ox64.apps.testing.ostest_1.o
+ popd
~/ox64/nuttx ~/ox64/nuttx
+ popd
~/ox64/nuttx
+ rustup target add riscv64gc-unknown-none-elf
info: component 'rust-std' for target 'riscv64gc-unknown-none-elf' is up to date
+ pushd ../apps/examples/hello_rust
~/ox64/apps/examples/hello_rust ~/ox64/nuttx
++ basename ../hello/hello_main.c.Users.luppy.ox64.apps.examples.hello.o
+ hello=hello_main.c.Users.luppy.ox64.apps.examples.hello.o
++ echo hello_main.c.Users.luppy.ox64.apps.examples.hello.o
++ sed s/hello_main.c/hello_rust_main.rs/
++ sed s/hello.o/hello_rust.o/
+ hello_rust=hello_rust_main.rs.Users.luppy.ox64.apps.examples.hello_rust.o
+ rustc --target riscv64gc-unknown-none-elf --edition 2021 --emit obj -g -C panic=abort -O hello_rust_main.rs -o hello_rust_main.rs.Users.luppy.ox64.apps.examples.hello_rust.o
+ popd
~/ox64/nuttx
+ build_apps
+ pushd ../nuttx
~/ox64/nuttx ~/ox64/nuttx
+ make -j 8 export
a nuttx-export-0.0.0
a nuttx-export-0.0.0/.config
a nuttx-export-0.0.0/tools
a nuttx-export-0.0.0/include
a nuttx-export-0.0.0/libs
a nuttx-export-0.0.0/System.map
a nuttx-export-0.0.0/scripts
a nuttx-export-0.0.0/registry
a nuttx-export-0.0.0/startup
a nuttx-export-0.0.0/startup/crt0.o
a nuttx-export-0.0.0/scripts/toolchain.cmake
a nuttx-export-0.0.0/scripts/Make.defs
a nuttx-export-0.0.0/scripts/target.cmake
a nuttx-export-0.0.0/scripts/gnu-elf.ld
a nuttx-export-0.0.0/libs/libproxies.a
a nuttx-export-0.0.0/libs/libarch.a
a nuttx-export-0.0.0/libs/libmm.a
a nuttx-export-0.0.0/libs/libm.a
a nuttx-export-0.0.0/libs/libc.a
a nuttx-export-0.0.0/libs/libgcc.a
a nuttx-export-0.0.0/include/time.h
a nuttx-export-0.0.0/include/semaphore.h
a nuttx-export-0.0.0/include/ftw.h
a nuttx-export-0.0.0/include/pwd.h
a nuttx-export-0.0.0/include/utime.h
a nuttx-export-0.0.0/include/err.h
a nuttx-export-0.0.0/include/pty.h
a nuttx-export-0.0.0/include/inttypes.h
a nuttx-export-0.0.0/include/resolv.h
a nuttx-export-0.0.0/include/crypto
a nuttx-export-0.0.0/include/ssp
a nuttx-export-0.0.0/include/stdlib.h
a nuttx-export-0.0.0/include/debug.h
a nuttx-export-0.0.0/include/net
a nuttx-export-0.0.0/include/stdnoreturn.h
a nuttx-export-0.0.0/include/malloc.h
a nuttx-export-0.0.0/include/aio.h
a nuttx-export-0.0.0/include/locale.h
a nuttx-export-0.0.0/include/uuid.h
a nuttx-export-0.0.0/include/elf64.h
a nuttx-export-0.0.0/include/mqueue.h
a nuttx-export-0.0.0/include/langinfo.h
a nuttx-export-0.0.0/include/limits.h
a nuttx-export-0.0.0/include/endian.h
a nuttx-export-0.0.0/include/netpacket
a nuttx-export-0.0.0/include/unistd.h
a nuttx-export-0.0.0/include/stddef.h
a nuttx-export-0.0.0/include/wctype.h
a nuttx-export-0.0.0/include/fcntl.h
a nuttx-export-0.0.0/include/dspb16.h
a nuttx-export-0.0.0/include/signal.h
a nuttx-export-0.0.0/include/cxx
a nuttx-export-0.0.0/include/dirent.h
a nuttx-export-0.0.0/include/spawn.h
a nuttx-export-0.0.0/include/regex.h
a nuttx-export-0.0.0/include/arpa
a nuttx-export-0.0.0/include/syslog.h
a nuttx-export-0.0.0/include/threads.h
a nuttx-export-0.0.0/include/netinet
a nuttx-export-0.0.0/include/libgen.h
a nuttx-export-0.0.0/include/nxflat.h
a nuttx-export-0.0.0/include/elf.h
a nuttx-export-0.0.0/include/fixedmath.h
a nuttx-export-0.0.0/include/hex2bin.h
a nuttx-export-0.0.0/include/getopt.h
a nuttx-export-0.0.0/include/dlfcn.h
a nuttx-export-0.0.0/include/strings.h
a nuttx-export-0.0.0/include/fnmatch.h
a nuttx-export-0.0.0/include/elf32.h
a nuttx-export-0.0.0/include/execinfo.h
a nuttx-export-0.0.0/include/byteswap.h
a nuttx-export-0.0.0/include/alloca.h
a nuttx-export-0.0.0/include/sys
a nuttx-export-0.0.0/include/iconv.h
a nuttx-export-0.0.0/include/.gitignore
a nuttx-export-0.0.0/include/grp.h
a nuttx-export-0.0.0/include/ctype.h
a nuttx-export-0.0.0/include/obstack.h
a nuttx-export-0.0.0/include/android
a nuttx-export-0.0.0/include/arch
a nuttx-export-0.0.0/include/nl_types.h
a nuttx-export-0.0.0/include/wchar.h
a nuttx-export-0.0.0/include/stdbool.h
a nuttx-export-0.0.0/include/sched.h
a nuttx-export-0.0.0/include/iso646.h
a nuttx-export-0.0.0/include/libintl.h
a nuttx-export-0.0.0/include/netdb.h
a nuttx-export-0.0.0/include/pthread.h
a nuttx-export-0.0.0/include/dsp.h
a nuttx-export-0.0.0/include/errno.h
a nuttx-export-0.0.0/include/termios.h
a nuttx-export-0.0.0/include/poll.h
a nuttx-export-0.0.0/include/stdio.h
a nuttx-export-0.0.0/include/lzf.h
a nuttx-export-0.0.0/include/search.h
a nuttx-export-0.0.0/include/assert.h
a nuttx-export-0.0.0/include/syscall.h
a nuttx-export-0.0.0/include/glob.h
a nuttx-export-0.0.0/include/ifaddrs.h
a nuttx-export-0.0.0/include/stdint.h
a nuttx-export-0.0.0/include/nuttx
a nuttx-export-0.0.0/include/string.h
a nuttx-export-0.0.0/include/nuttx/wqueue.h
a nuttx-export-0.0.0/include/nuttx/notifier.h
a nuttx-export-0.0.0/include/nuttx/vt100.h
a nuttx-export-0.0.0/include/nuttx/rpmsg
a nuttx-export-0.0.0/include/nuttx/semaphore.h
a nuttx-export-0.0.0/include/nuttx/power
a nuttx-export-0.0.0/include/nuttx/himem
a nuttx-export-0.0.0/include/nuttx/analog
a nuttx-export-0.0.0/include/nuttx/note
a nuttx-export-0.0.0/include/nuttx/spinlock.h
a nuttx-export-0.0.0/include/nuttx/progmem.h
a nuttx-export-0.0.0/include/nuttx/crc8.h
a nuttx-export-0.0.0/include/nuttx/sensors
a nuttx-export-0.0.0/include/nuttx/crypto
a nuttx-export-0.0.0/include/nuttx/pci
a nuttx-export-0.0.0/include/nuttx/page.h
a nuttx-export-0.0.0/include/nuttx/video
a nuttx-export-0.0.0/include/nuttx/hwspinlock
a nuttx-export-0.0.0/include/nuttx/contactless
a nuttx-export-0.0.0/include/nuttx/can
a nuttx-export-0.0.0/include/nuttx/version.h
a nuttx-export-0.0.0/include/nuttx/syslog
a nuttx-export-0.0.0/include/nuttx/net
a nuttx-export-0.0.0/include/nuttx/drivers
a nuttx-export-0.0.0/include/nuttx/tls.h
a nuttx-export-0.0.0/include/nuttx/panic_notifier.h
a nuttx-export-0.0.0/include/nuttx/crc16.h
a nuttx-export-0.0.0/include/nuttx/nuttx.h
a nuttx-export-0.0.0/include/nuttx/compiler.h
a nuttx-export-0.0.0/include/nuttx/streams.h
a nuttx-export-0.0.0/include/nuttx/zoneinfo.h
a nuttx-export-0.0.0/include/nuttx/virtio
a nuttx-export-0.0.0/include/nuttx/kthread.h
a nuttx-export-0.0.0/include/nuttx/config.h
a nuttx-export-0.0.0/include/nuttx/envpath.h
a nuttx-export-0.0.0/include/nuttx/mqueue.h
a nuttx-export-0.0.0/include/nuttx/hashtable.h
a nuttx-export-0.0.0/include/nuttx/input
a nuttx-export-0.0.0/include/nuttx/sdio_slave.h
a nuttx-export-0.0.0/include/nuttx/timers
a nuttx-export-0.0.0/include/nuttx/binfmt
a nuttx-export-0.0.0/include/nuttx/lirc.h
a nuttx-export-0.0.0/include/nuttx/pgalloc.h
a nuttx-export-0.0.0/include/nuttx/crc64.h
a nuttx-export-0.0.0/include/nuttx/wdog.h
a nuttx-export-0.0.0/include/nuttx/atexit.h
a nuttx-export-0.0.0/include/nuttx/reset
a nuttx-export-0.0.0/include/nuttx/cache.h
a nuttx-export-0.0.0/include/nuttx/signal.h
a nuttx-export-0.0.0/include/nuttx/i2c
a nuttx-export-0.0.0/include/nuttx/gdbstub.h
a nuttx-export-0.0.0/include/nuttx/spawn.h
a nuttx-export-0.0.0/include/nuttx/can.h
a nuttx-export-0.0.0/include/nuttx/regmap
a nuttx-export-0.0.0/include/nuttx/reboot_notifier.h
a nuttx-export-0.0.0/include/nuttx/instrument.h
a nuttx-export-0.0.0/include/nuttx/rwsem.h
a nuttx-export-0.0.0/include/nuttx/environ.h
a nuttx-export-0.0.0/include/nuttx/userspace.h
a nuttx-export-0.0.0/include/nuttx/symtab.h
a nuttx-export-0.0.0/include/nuttx/elf.h
a nuttx-export-0.0.0/include/nuttx/math
a nuttx-export-0.0.0/include/nuttx/rf
a nuttx-export-0.0.0/include/nuttx/rptun
a nuttx-export-0.0.0/include/nuttx/kmalloc.h
a nuttx-export-0.0.0/include/nuttx/leds
a nuttx-export-0.0.0/include/nuttx/mbox
a nuttx-export-0.0.0/include/nuttx/virt
a nuttx-export-0.0.0/include/nuttx/ascii.h
a nuttx-export-0.0.0/include/nuttx/sdio.h
a nuttx-export-0.0.0/include/nuttx/mmcsd.h
a nuttx-export-0.0.0/include/nuttx/usb
a nuttx-export-0.0.0/include/nuttx/list.h
a nuttx-export-0.0.0/include/nuttx/spi
a nuttx-export-0.0.0/include/nuttx/motor
a nuttx-export-0.0.0/include/nuttx/audio
a nuttx-export-0.0.0/include/nuttx/trace.h
a nuttx-export-0.0.0/include/nuttx/1wire
a nuttx-export-0.0.0/include/nuttx/.gitignore
a nuttx-export-0.0.0/include/nuttx/addrenv.h
a nuttx-export-0.0.0/include/nuttx/wireless
a nuttx-export-0.0.0/include/nuttx/sched_note.h
a nuttx-export-0.0.0/include/nuttx/nx
a nuttx-export-0.0.0/include/nuttx/ipcc.h
a nuttx-export-0.0.0/include/nuttx/memoryregion.h
a nuttx-export-0.0.0/include/nuttx/lcd
a nuttx-export-0.0.0/include/nuttx/sched.h
a nuttx-export-0.0.0/include/nuttx/tee.h
a nuttx-export-0.0.0/include/nuttx/lib
a nuttx-export-0.0.0/include/nuttx/mm
a nuttx-export-0.0.0/include/nuttx/segger
a nuttx-export-0.0.0/include/nuttx/irq.h
a nuttx-export-0.0.0/include/nuttx/modem
a nuttx-export-0.0.0/include/nuttx/pthread.h
a nuttx-export-0.0.0/include/nuttx/usrsock
a nuttx-export-0.0.0/include/nuttx/dma
a nuttx-export-0.0.0/include/nuttx/mutex.h
a nuttx-export-0.0.0/include/nuttx/board.h
a nuttx-export-0.0.0/include/nuttx/eeprom
a nuttx-export-0.0.0/include/nuttx/module.h
a nuttx-export-0.0.0/include/nuttx/mtd
a nuttx-export-0.0.0/include/nuttx/fdt.h
a nuttx-export-0.0.0/include/nuttx/allsyms.h
a nuttx-export-0.0.0/include/nuttx/ioexpander
a nuttx-export-0.0.0/include/nuttx/init.h
a nuttx-export-0.0.0/include/nuttx/fs
a nuttx-export-0.0.0/include/nuttx/crc32.h
a nuttx-export-0.0.0/include/nuttx/fdcheck.h
a nuttx-export-0.0.0/include/nuttx/ethtool.h
a nuttx-export-0.0.0/include/nuttx/rc
a nuttx-export-0.0.0/include/nuttx/scsi.h
a nuttx-export-0.0.0/include/nuttx/clk
a nuttx-export-0.0.0/include/nuttx/clock.h
a nuttx-export-0.0.0/include/nuttx/efuse
a nuttx-export-0.0.0/include/nuttx/queue.h
a nuttx-export-0.0.0/include/nuttx/random.h
a nuttx-export-0.0.0/include/nuttx/cancelpt.h
a nuttx-export-0.0.0/include/nuttx/serial
a nuttx-export-0.0.0/include/nuttx/bits.h
a nuttx-export-0.0.0/include/nuttx/rmt
a nuttx-export-0.0.0/include/nuttx/arch.h
a nuttx-export-0.0.0/include/nuttx/rmt/rmt.h
a nuttx-export-0.0.0/include/nuttx/rmt/rmtchar.h
a nuttx-export-0.0.0/include/nuttx/serial/pty.h
a nuttx-export-0.0.0/include/nuttx/serial/uart_bth4.h
a nuttx-export-0.0.0/include/nuttx/serial/tioctl.h
a nuttx-export-0.0.0/include/nuttx/serial/uart_ram.h
a nuttx-export-0.0.0/include/nuttx/serial/uart_16550.h
a nuttx-export-0.0.0/include/nuttx/serial/serial.h
a nuttx-export-0.0.0/include/nuttx/serial/uart_rpmsg.h
a nuttx-export-0.0.0/include/nuttx/serial/mxser.h
a nuttx-export-0.0.0/include/nuttx/serial/uart_pl011.h
a nuttx-export-0.0.0/include/nuttx/serial/uart_cmsdk.h
a nuttx-export-0.0.0/include/nuttx/serial/uart_bth5.h
a nuttx-export-0.0.0/include/nuttx/efuse/sama5_sfc_fuses.h
a nuttx-export-0.0.0/include/nuttx/efuse/efuse.h
a nuttx-export-0.0.0/include/nuttx/clk/clk.h
a nuttx-export-0.0.0/include/nuttx/clk/clk_provider.h
a nuttx-export-0.0.0/include/nuttx/rc/lirc_dev.h
a nuttx-export-0.0.0/include/nuttx/rc/dummy.h
a nuttx-export-0.0.0/include/nuttx/fs/procfs.h
a nuttx-export-0.0.0/include/nuttx/fs/ioctl.h
a nuttx-export-0.0.0/include/nuttx/fs/smart.h
a nuttx-export-0.0.0/include/nuttx/fs/automount.h
a nuttx-export-0.0.0/include/nuttx/fs/nfs.h
a nuttx-export-0.0.0/include/nuttx/fs/hostfs.h
a nuttx-export-0.0.0/include/nuttx/fs/partition.h
a nuttx-export-0.0.0/include/nuttx/fs/loop.h
a nuttx-export-0.0.0/include/nuttx/fs/nxffs.h
a nuttx-export-0.0.0/include/nuttx/fs/loopmtd.h
a nuttx-export-0.0.0/include/nuttx/fs/userfs.h
a nuttx-export-0.0.0/include/nuttx/fs/fs.h
a nuttx-export-0.0.0/include/nuttx/fs/fat.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/ioe_rpmsg.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/pca9555.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/tca64xx.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/pcf8574.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/iso1h812g.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/icjx.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/mcp23x17.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/ioe_dummy.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/sx1509.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/pca9538.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/pcf8575.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/gpio.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/ioexpander.h
a nuttx-export-0.0.0/include/nuttx/ioexpander/iso1i813t.h
a nuttx-export-0.0.0/include/nuttx/mtd/nand.h
a nuttx-export-0.0.0/include/nuttx/mtd/hamming.h
a nuttx-export-0.0.0/include/nuttx/mtd/nand_config.h
a nuttx-export-0.0.0/include/nuttx/mtd/onfi.h
a nuttx-export-0.0.0/include/nuttx/mtd/mtd.h
a nuttx-export-0.0.0/include/nuttx/mtd/configdata.h
a nuttx-export-0.0.0/include/nuttx/mtd/nand_scheme.h
a nuttx-export-0.0.0/include/nuttx/mtd/smart.h
a nuttx-export-0.0.0/include/nuttx/mtd/nand_ram.h
a nuttx-export-0.0.0/include/nuttx/mtd/nand_ecc.h
a nuttx-export-0.0.0/include/nuttx/mtd/nand_model.h
a nuttx-export-0.0.0/include/nuttx/mtd/nand_raw.h
a nuttx-export-0.0.0/include/nuttx/mtd/nand_wrapper.h
a nuttx-export-0.0.0/include/nuttx/eeprom/spi_xx25xx.h
a nuttx-export-0.0.0/include/nuttx/eeprom/i2c_xx24xx.h
a nuttx-export-0.0.0/include/nuttx/dma/dma.h
a nuttx-export-0.0.0/include/nuttx/usrsock/usrsock_rpmsg.h
a nuttx-export-0.0.0/include/nuttx/modem/ioctl.h
a nuttx-export-0.0.0/include/nuttx/modem/u-blox.h
a nuttx-export-0.0.0/include/nuttx/modem/alt1250.h
a nuttx-export-0.0.0/include/nuttx/segger/rtt.h
a nuttx-export-0.0.0/include/nuttx/segger/note_rtt.h
a nuttx-export-0.0.0/include/nuttx/segger/sysview.h
a nuttx-export-0.0.0/include/nuttx/mm/circbuf.h
a nuttx-export-0.0.0/include/nuttx/mm/map.h
a nuttx-export-0.0.0/include/nuttx/mm/mm.h
a nuttx-export-0.0.0/include/nuttx/mm/iob.h
a nuttx-export-0.0.0/include/nuttx/mm/kmap.h
a nuttx-export-0.0.0/include/nuttx/mm/mempool.h
a nuttx-export-0.0.0/include/nuttx/mm/gran.h
a nuttx-export-0.0.0/include/nuttx/lib/xorshift128.h
a nuttx-export-0.0.0/include/nuttx/lib/float.h
a nuttx-export-0.0.0/include/nuttx/lib/builtin.h
a nuttx-export-0.0.0/include/nuttx/lib/modlib.h
a nuttx-export-0.0.0/include/nuttx/lib/setjmp.h
a nuttx-export-0.0.0/include/nuttx/lib/lib.h
a nuttx-export-0.0.0/include/nuttx/lib/math32.h
a nuttx-export-0.0.0/include/nuttx/lib/math.h
a nuttx-export-0.0.0/include/nuttx/lib/stdarg.h
a nuttx-export-0.0.0/include/nuttx/lcd/lcd_dev.h
a nuttx-export-0.0.0/include/nuttx/lcd/lcddrv_spiif.h
a nuttx-export-0.0.0/include/nuttx/lcd/st7567.h
a nuttx-export-0.0.0/include/nuttx/lcd/tda19988.h
a nuttx-export-0.0.0/include/nuttx/lcd/lcd_ioctl.h
a nuttx-export-0.0.0/include/nuttx/lcd/mio283qt2.h
a nuttx-export-0.0.0/include/nuttx/lcd/hd4478ou.h
a nuttx-export-0.0.0/include/nuttx/lcd/jd9851.h
a nuttx-export-0.0.0/include/nuttx/lcd/ili9325.h
a nuttx-export-0.0.0/include/nuttx/lcd/ili9225.h
a nuttx-export-0.0.0/include/nuttx/lcd/lcd.h
a nuttx-export-0.0.0/include/nuttx/lcd/ili9340.h
a nuttx-export-0.0.0/include/nuttx/lcd/st7789.h
a nuttx-export-0.0.0/include/nuttx/lcd/ft80x.h
a nuttx-export-0.0.0/include/nuttx/lcd/ug-9664hswag01.h
a nuttx-export-0.0.0/include/nuttx/lcd/apa102.h
a nuttx-export-0.0.0/include/nuttx/lcd/max7219.h
a nuttx-export-0.0.0/include/nuttx/lcd/lpm013m091a.h
a nuttx-export-0.0.0/include/nuttx/lcd/gc9a01.h
a nuttx-export-0.0.0/include/nuttx/lcd/slcd_codec.h
a nuttx-export-0.0.0/include/nuttx/lcd/ili9488.h
a nuttx-export-0.0.0/include/nuttx/lcd/p14201.h
a nuttx-export-0.0.0/include/nuttx/lcd/st7565.h
a nuttx-export-0.0.0/include/nuttx/lcd/ssd1306.h
a nuttx-export-0.0.0/include/nuttx/lcd/ili9341.h
a nuttx-export-0.0.0/include/nuttx/lcd/mio283qt9a.h
a nuttx-export-0.0.0/include/nuttx/lcd/ht16k33.h
a nuttx-export-0.0.0/include/nuttx/lcd/pcd8544.h
a nuttx-export-0.0.0/include/nuttx/lcd/st7735.h
a nuttx-export-0.0.0/include/nuttx/lcd/ssd1680.h
a nuttx-export-0.0.0/include/nuttx/lcd/pcf8574_lcd_backpack.h
a nuttx-export-0.0.0/include/nuttx/lcd/st7032.h
a nuttx-export-0.0.0/include/nuttx/lcd/ssd1289.h
a nuttx-export-0.0.0/include/nuttx/lcd/ra8875.h
a nuttx-export-0.0.0/include/nuttx/lcd/ug-2864ambag01.h
a nuttx-export-0.0.0/include/nuttx/lcd/memlcd.h
a nuttx-export-0.0.0/include/nuttx/lcd/slcd_ioctl.h
a nuttx-export-0.0.0/include/nuttx/lcd/ssd1351.h
a nuttx-export-0.0.0/include/nuttx/nx/nxtypes.h
a nuttx-export-0.0.0/include/nuttx/nx/nxfonts.h
a nuttx-export-0.0.0/include/nuttx/nx/nxcursor.h
a nuttx-export-0.0.0/include/nuttx/nx/nxterm.h
a nuttx-export-0.0.0/include/nuttx/nx/nxmu.h
a nuttx-export-0.0.0/include/nuttx/nx/nx.h
a nuttx-export-0.0.0/include/nuttx/nx/nxbe.h
a nuttx-export-0.0.0/include/nuttx/nx/nxtk.h
a nuttx-export-0.0.0/include/nuttx/nx/nxglib.h
a nuttx-export-0.0.0/include/nuttx/wireless/lte
a nuttx-export-0.0.0/include/nuttx/wireless/ieee802154
a nuttx-export-0.0.0/include/nuttx/wireless/ioctl.h
a nuttx-export-0.0.0/include/nuttx/wireless/pktradio.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee80211
a nuttx-export-0.0.0/include/nuttx/wireless/gs2200m.h
a nuttx-export-0.0.0/include/nuttx/wireless/lpwan
a nuttx-export-0.0.0/include/nuttx/wireless/wireless.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth
a nuttx-export-0.0.0/include/nuttx/wireless/cc1101.h
a nuttx-export-0.0.0/include/nuttx/wireless/cellular
a nuttx-export-0.0.0/include/nuttx/wireless/nrf24l01.h
a nuttx-export-0.0.0/include/nuttx/wireless/spirit.h
a nuttx-export-0.0.0/include/nuttx/wireless/cellular/cellular.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_uuid.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_rpmsghci.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_buf.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_uart_shim.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_ioctl.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_core.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_uart.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_hci.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_null.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_driver.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_bridge.h
a nuttx-export-0.0.0/include/nuttx/wireless/bluetooth/bt_gatt.h
a nuttx-export-0.0.0/include/nuttx/wireless/lpwan/sx127x.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee80211/bcmf_board.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee80211/bcmf_sdio.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee80211/bcmf_netdev.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee80211/bcmf_gpio.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee80211/ieee80211.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee80211/bcmf_gspi.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee80211/ieee80211_cypto.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee802154/at86rf23x.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee802154/ieee802154_mac.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee802154/xbee.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee802154/mrf24j40.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee802154/ieee802154_loopback.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee802154/ieee802154_device.h
a nuttx-export-0.0.0/include/nuttx/wireless/ieee802154/ieee802154_radio.h
a nuttx-export-0.0.0/include/nuttx/wireless/lte/lte_ioctl.h
a nuttx-export-0.0.0/include/nuttx/wireless/lte/lte.h
a nuttx-export-0.0.0/include/nuttx/1wire/1wire.h
a nuttx-export-0.0.0/include/nuttx/1wire/ds28e17.h
a nuttx-export-0.0.0/include/nuttx/1wire/1wire_master.h
a nuttx-export-0.0.0/include/nuttx/1wire/1wire_crc.h
a nuttx-export-0.0.0/include/nuttx/audio/cs43l22.h
a nuttx-export-0.0.0/include/nuttx/audio/es8388.h
a nuttx-export-0.0.0/include/nuttx/audio/vs1053.h
a nuttx-export-0.0.0/include/nuttx/audio/audio_null.h
a nuttx-export-0.0.0/include/nuttx/audio/wm8994.h
a nuttx-export-0.0.0/include/nuttx/audio/cs4344.h
a nuttx-export-0.0.0/include/nuttx/audio/i2s.h
a nuttx-export-0.0.0/include/nuttx/audio/audio.h
a nuttx-export-0.0.0/include/nuttx/audio/wm8776.h
a nuttx-export-0.0.0/include/nuttx/audio/audio_i2s.h
a nuttx-export-0.0.0/include/nuttx/audio/tone.h
a nuttx-export-0.0.0/include/nuttx/audio/pcm.h
a nuttx-export-0.0.0/include/nuttx/audio/audio_dma.h
a nuttx-export-0.0.0/include/nuttx/audio/wm8904.h
a nuttx-export-0.0.0/include/nuttx/audio/es8311.h
a nuttx-export-0.0.0/include/nuttx/audio/audio_comp.h
a nuttx-export-0.0.0/include/nuttx/motor/drv8825.h
a nuttx-export-0.0.0/include/nuttx/motor/foc
a nuttx-export-0.0.0/include/nuttx/motor/motor.h
a nuttx-export-0.0.0/include/nuttx/motor/stepper_ioctl.h
a nuttx-export-0.0.0/include/nuttx/motor/stepper.h
a nuttx-export-0.0.0/include/nuttx/motor/motor_ioctl.h
a nuttx-export-0.0.0/include/nuttx/motor/a4988.h
a nuttx-export-0.0.0/include/nuttx/motor/foc/drv8301.h
a nuttx-export-0.0.0/include/nuttx/motor/foc/foc.h
a nuttx-export-0.0.0/include/nuttx/motor/foc/foc_dummy.h
a nuttx-export-0.0.0/include/nuttx/motor/foc/foc_pwr.h
a nuttx-export-0.0.0/include/nuttx/motor/foc/foc_lower.h
a nuttx-export-0.0.0/include/nuttx/spi/spi_bitbang.h
a nuttx-export-0.0.0/include/nuttx/spi/slave.h
a nuttx-export-0.0.0/include/nuttx/spi/spi_flash.h
a nuttx-export-0.0.0/include/nuttx/spi/spi_bitbang.c
a nuttx-export-0.0.0/include/nuttx/spi/spi_transfer.h
a nuttx-export-0.0.0/include/nuttx/spi/spi.h
a nuttx-export-0.0.0/include/nuttx/spi/qspi.h
a nuttx-export-0.0.0/include/nuttx/spi/qspi_flash.h
a nuttx-export-0.0.0/include/nuttx/spi/ice40.h
a nuttx-export-0.0.0/include/nuttx/usb/max3421e.h
a nuttx-export-0.0.0/include/nuttx/usb/composite.h
a nuttx-export-0.0.0/include/nuttx/usb/cdc.h
a nuttx-export-0.0.0/include/nuttx/usb/ohci.h
a nuttx-export-0.0.0/include/nuttx/usb/usbmonitor.h
a nuttx-export-0.0.0/include/nuttx/usb/hid.h
a nuttx-export-0.0.0/include/nuttx/usb/rndis.h
a nuttx-export-0.0.0/include/nuttx/usb/usbdev_trace.h
a nuttx-export-0.0.0/include/nuttx/usb/ehci.h
a nuttx-export-0.0.0/include/nuttx/usb/audio.h
a nuttx-export-0.0.0/include/nuttx/usb/usbmsc.h
a nuttx-export-0.0.0/include/nuttx/usb/fusb303.h
a nuttx-export-0.0.0/include/nuttx/usb/usbhost.h
a nuttx-export-0.0.0/include/nuttx/usb/mtp.h
a nuttx-export-0.0.0/include/nuttx/usb/usbdev.h
a nuttx-export-0.0.0/include/nuttx/usb/hid_parser.h
a nuttx-export-0.0.0/include/nuttx/usb/hub.h
a nuttx-export-0.0.0/include/nuttx/usb/storage.h
a nuttx-export-0.0.0/include/nuttx/usb/usbhost_trace.h
a nuttx-export-0.0.0/include/nuttx/usb/pl2303.h
a nuttx-export-0.0.0/include/nuttx/usb/usb.h
a nuttx-export-0.0.0/include/nuttx/usb/fusb302.h
a nuttx-export-0.0.0/include/nuttx/usb/cdcecm.h
a nuttx-export-0.0.0/include/nuttx/usb/adb.h
a nuttx-export-0.0.0/include/nuttx/usb/dfu.h
a nuttx-export-0.0.0/include/nuttx/usb/usbhost_devaddr.h
a nuttx-export-0.0.0/include/nuttx/usb/fusb301.h
a nuttx-export-0.0.0/include/nuttx/usb/cdcacm.h
a nuttx-export-0.0.0/include/nuttx/virt/qemu_pci.h
a nuttx-export-0.0.0/include/nuttx/mbox/mbox.h
a nuttx-export-0.0.0/include/nuttx/leds/rgbled.h
a nuttx-export-0.0.0/include/nuttx/leds/pca9635pw.h
a nuttx-export-0.0.0/include/nuttx/leds/ncp5623c.h
a nuttx-export-0.0.0/include/nuttx/leds/ws2812.h
a nuttx-export-0.0.0/include/nuttx/leds/lp503x.h
a nuttx-export-0.0.0/include/nuttx/leds/apa102.h
a nuttx-export-0.0.0/include/nuttx/leds/max7219.h
a nuttx-export-0.0.0/include/nuttx/leds/userled.h
a nuttx-export-0.0.0/include/nuttx/rptun/openamp.h
a nuttx-export-0.0.0/include/nuttx/rptun/rptun.h
a nuttx-export-0.0.0/include/nuttx/rf/ioctl.h
a nuttx-export-0.0.0/include/nuttx/rf/dat-31r5-sp.h
a nuttx-export-0.0.0/include/nuttx/rf/attenuator.h
a nuttx-export-0.0.0/include/nuttx/math/fft.h
a nuttx-export-0.0.0/include/nuttx/math/mpi.h
a nuttx-export-0.0.0/include/nuttx/math/cordic.h
a nuttx-export-0.0.0/include/nuttx/math/math_ioctl.h
a nuttx-export-0.0.0/include/nuttx/math/math.h
a nuttx-export-0.0.0/include/nuttx/regmap/regmap.h
a nuttx-export-0.0.0/include/nuttx/i2c/i2c_bitbang.h
a nuttx-export-0.0.0/include/nuttx/i2c/i2c_slave.h
a nuttx-export-0.0.0/include/nuttx/i2c/pca9540bdp.h
a nuttx-export-0.0.0/include/nuttx/i2c/tca9548a.h
a nuttx-export-0.0.0/include/nuttx/i2c/i2c_master.h
a nuttx-export-0.0.0/include/nuttx/reset/reset-controller.h
a nuttx-export-0.0.0/include/nuttx/reset/reset.h
a nuttx-export-0.0.0/include/nuttx/binfmt/ieee695.h
a nuttx-export-0.0.0/include/nuttx/binfmt/nxflat.h
a nuttx-export-0.0.0/include/nuttx/binfmt/binfmt.h
a nuttx-export-0.0.0/include/nuttx/binfmt/symtab.h
a nuttx-export-0.0.0/include/nuttx/binfmt/elf.h
a nuttx-export-0.0.0/include/nuttx/timers/capture.h
a nuttx-export-0.0.0/include/nuttx/timers/mcp794xx.h
a nuttx-export-0.0.0/include/nuttx/timers/watchdog.h
a nuttx-export-0.0.0/include/nuttx/timers/rx8010.h
a nuttx-export-0.0.0/include/nuttx/timers/arch_timer.h
a nuttx-export-0.0.0/include/nuttx/timers/pl031.h
a nuttx-export-0.0.0/include/nuttx/timers/pwm.h
a nuttx-export-0.0.0/include/nuttx/timers/pcf85263.h
a nuttx-export-0.0.0/include/nuttx/timers/oneshot.h
a nuttx-export-0.0.0/include/nuttx/timers/rpmsg_rtc.h
a nuttx-export-0.0.0/include/nuttx/timers/timer.h
a nuttx-export-0.0.0/include/nuttx/timers/rtc.h
a nuttx-export-0.0.0/include/nuttx/timers/arch_alarm.h
a nuttx-export-0.0.0/include/nuttx/timers/arch_rtc.h
a nuttx-export-0.0.0/include/nuttx/timers/ds3231.h
a nuttx-export-0.0.0/include/nuttx/timers/cs2100-cp.h
a nuttx-export-0.0.0/include/nuttx/input/touchscreen.h
a nuttx-export-0.0.0/include/nuttx/input/ioctl.h
a nuttx-export-0.0.0/include/nuttx/input/mxt.h
a nuttx-export-0.0.0/include/nuttx/input/max11802.h
a nuttx-export-0.0.0/include/nuttx/input/x11_xf86keysym.h
a nuttx-export-0.0.0/include/nuttx/input/x11_keysymdef.h
a nuttx-export-0.0.0/include/nuttx/input/x11_keysym.h
a nuttx-export-0.0.0/include/nuttx/input/tsc2007.h
a nuttx-export-0.0.0/include/nuttx/input/djoystick.h
a nuttx-export-0.0.0/include/nuttx/input/xbox-controller.h
a nuttx-export-0.0.0/include/nuttx/input/stmpe811.h
a nuttx-export-0.0.0/include/nuttx/input/nunchuck.h
a nuttx-export-0.0.0/include/nuttx/input/mouse.h
a nuttx-export-0.0.0/include/nuttx/input/ads7843e.h
a nuttx-export-0.0.0/include/nuttx/input/keyboard.h
a nuttx-export-0.0.0/include/nuttx/input/ft5x06.h
a nuttx-export-0.0.0/include/nuttx/input/ajoystick.h
a nuttx-export-0.0.0/include/nuttx/input/spq10kbd.h
a nuttx-export-0.0.0/include/nuttx/input/kbd_codec.h
a nuttx-export-0.0.0/include/nuttx/input/uinput.h
a nuttx-export-0.0.0/include/nuttx/input/cypress_mbr3108.h
a nuttx-export-0.0.0/include/nuttx/input/buttons.h
a nuttx-export-0.0.0/include/nuttx/input/gt9xx.h
a nuttx-export-0.0.0/include/nuttx/virtio/virtio.h
a nuttx-export-0.0.0/include/nuttx/virtio/virtio-mmio.h
a nuttx-export-0.0.0/include/nuttx/drivers/optee.h
a nuttx-export-0.0.0/include/nuttx/drivers/drivers.h
a nuttx-export-0.0.0/include/nuttx/drivers/addrenv.h
a nuttx-export-0.0.0/include/nuttx/drivers/rpmsgblk.h
a nuttx-export-0.0.0/include/nuttx/drivers/ramdisk.h
a nuttx-export-0.0.0/include/nuttx/drivers/rpmsgdev.h
a nuttx-export-0.0.0/include/nuttx/drivers/rwbuffer.h
a nuttx-export-0.0.0/include/nuttx/net/enc28j60.h
a nuttx-export-0.0.0/include/nuttx/net/tcp.h
a nuttx-export-0.0.0/include/nuttx/net/ioctl.h
a nuttx-export-0.0.0/include/nuttx/net/phy.h
a nuttx-export-0.0.0/include/nuttx/net/igmp.h
a nuttx-export-0.0.0/include/nuttx/net/neighbor.h
a nuttx-export-0.0.0/include/nuttx/net/netdev_lowerhalf.h
a nuttx-export-0.0.0/include/nuttx/net/telnet.h
a nuttx-export-0.0.0/include/nuttx/net/net.h
a nuttx-export-0.0.0/include/nuttx/net/icmp.h
a nuttx-export-0.0.0/include/nuttx/net/slip.h
a nuttx-export-0.0.0/include/nuttx/net/radiodev.h
a nuttx-export-0.0.0/include/nuttx/net/usrsock.h
a nuttx-export-0.0.0/include/nuttx/net/sms.h
a nuttx-export-0.0.0/include/nuttx/net/mld.h
a nuttx-export-0.0.0/include/nuttx/net/mii.h
a nuttx-export-0.0.0/include/nuttx/net/snoop.h
a nuttx-export-0.0.0/include/nuttx/net/wifi_sim.h
a nuttx-export-0.0.0/include/nuttx/net/netdev.h
a nuttx-export-0.0.0/include/nuttx/net/can.h
a nuttx-export-0.0.0/include/nuttx/net/icmpv6.h
a nuttx-export-0.0.0/include/nuttx/net/netfilter
a nuttx-export-0.0.0/include/nuttx/net/lan9250.h
a nuttx-export-0.0.0/include/nuttx/net/loopback.h
a nuttx-export-0.0.0/include/nuttx/net/bluetooth.h
a nuttx-export-0.0.0/include/nuttx/net/netlink.h
a nuttx-export-0.0.0/include/nuttx/net/ipv6ext.h
a nuttx-export-0.0.0/include/nuttx/net/w5500.h
a nuttx-export-0.0.0/include/nuttx/net/ethernet.h
a nuttx-export-0.0.0/include/nuttx/net/ipopt.h
a nuttx-export-0.0.0/include/nuttx/net/encx24j600.h
a nuttx-export-0.0.0/include/nuttx/net/rpmsg.h
a nuttx-export-0.0.0/include/nuttx/net/if_bridge.h
a nuttx-export-0.0.0/include/nuttx/net/ksz9477.h
a nuttx-export-0.0.0/include/nuttx/net/rfc6775.h
a nuttx-export-0.0.0/include/nuttx/net/rpmsgdrv.h
a nuttx-export-0.0.0/include/nuttx/net/pkt.h
a nuttx-export-0.0.0/include/nuttx/net/lan91c111.h
a nuttx-export-0.0.0/include/nuttx/net/netstats.h
a nuttx-export-0.0.0/include/nuttx/net/ieee802154.h
a nuttx-export-0.0.0/include/nuttx/net/dns.h
a nuttx-export-0.0.0/include/nuttx/net/ip.h
a nuttx-export-0.0.0/include/nuttx/net/gmii.h
a nuttx-export-0.0.0/include/nuttx/net/sixlowpan.h
a nuttx-export-0.0.0/include/nuttx/net/netconfig.h
a nuttx-export-0.0.0/include/nuttx/net/tun.h
a nuttx-export-0.0.0/include/nuttx/net/udp.h
a nuttx-export-0.0.0/include/nuttx/net/ftmac100.h
a nuttx-export-0.0.0/include/nuttx/net/netfilter/x_tables.h
a nuttx-export-0.0.0/include/nuttx/net/netfilter/netfilter.h
a nuttx-export-0.0.0/include/nuttx/net/netfilter/ip_tables.h
a nuttx-export-0.0.0/include/nuttx/net/netfilter/ip6_tables.h
a nuttx-export-0.0.0/include/nuttx/net/netfilter/nf_nat.h
a nuttx-export-0.0.0/include/nuttx/syslog/syslog.h
a nuttx-export-0.0.0/include/nuttx/syslog/syslog_rpmsg.h
a nuttx-export-0.0.0/include/nuttx/syslog/syslog_console.h
a nuttx-export-0.0.0/include/nuttx/syslog/ramlog.h
a nuttx-export-0.0.0/include/nuttx/can/can.h
a nuttx-export-0.0.0/include/nuttx/can/mcp2515.h
a nuttx-export-0.0.0/include/nuttx/can/sja1000.h
a nuttx-export-0.0.0/include/nuttx/contactless/ioctl.h
a nuttx-export-0.0.0/include/nuttx/contactless/pn532.h
a nuttx-export-0.0.0/include/nuttx/contactless/mfrc522.h
a nuttx-export-0.0.0/include/nuttx/hwspinlock/hwspinlock.h
a nuttx-export-0.0.0/include/nuttx/video/mipi_display.h
a nuttx-export-0.0.0/include/nuttx/video/goldfish_fb.h
a nuttx-export-0.0.0/include/nuttx/video/rfb.h
a nuttx-export-0.0.0/include/nuttx/video/videomode.h
a nuttx-export-0.0.0/include/nuttx/video/ov2640.h
a nuttx-export-0.0.0/include/nuttx/video/mipi_dsi.h
a nuttx-export-0.0.0/include/nuttx/video/vnc.h
a nuttx-export-0.0.0/include/nuttx/video/goldfish_camera.h
a nuttx-export-0.0.0/include/nuttx/video/isx012.h
a nuttx-export-0.0.0/include/nuttx/video/max7456.h
a nuttx-export-0.0.0/include/nuttx/video/imgsensor.h
a nuttx-export-0.0.0/include/nuttx/video/fb.h
a nuttx-export-0.0.0/include/nuttx/video/vesagtf.h
a nuttx-export-0.0.0/include/nuttx/video/isx019.h
a nuttx-export-0.0.0/include/nuttx/video/v4l2_cap.h
a nuttx-export-0.0.0/include/nuttx/video/video.h
a nuttx-export-0.0.0/include/nuttx/video/v4l2_m2m.h
a nuttx-export-0.0.0/include/nuttx/video/edid.h
a nuttx-export-0.0.0/include/nuttx/video/imgdata.h
a nuttx-export-0.0.0/include/nuttx/video/rgbcolors.h
a nuttx-export-0.0.0/include/nuttx/pci/pci.h
a nuttx-export-0.0.0/include/nuttx/crypto/blake2s.h
a nuttx-export-0.0.0/include/nuttx/crypto/crypto.h
a nuttx-export-0.0.0/include/nuttx/crypto/tea.h
a nuttx-export-0.0.0/include/nuttx/crypto/se05x.h
a nuttx-export-0.0.0/include/nuttx/sensors/sps30.h
a nuttx-export-0.0.0/include/nuttx/sensors/bmi270.h
a nuttx-export-0.0.0/include/nuttx/sensors/apds9960.h
a nuttx-export-0.0.0/include/nuttx/sensors/gps.h
a nuttx-export-0.0.0/include/nuttx/sensors/rpr0521rs.h
a nuttx-export-0.0.0/include/nuttx/sensors/lis331dl.h
a nuttx-export-0.0.0/include/nuttx/sensors/ioctl.h
a nuttx-export-0.0.0/include/nuttx/sensors/lsm9ds1.h
a nuttx-export-0.0.0/include/nuttx/sensors/as5048a.h
a nuttx-export-0.0.0/include/nuttx/sensors/sht3x.h
a nuttx-export-0.0.0/include/nuttx/sensors/bmi160.h
a nuttx-export-0.0.0/include/nuttx/sensors/apds9930.h
a nuttx-export-0.0.0/include/nuttx/sensors/sensor.h
a nuttx-export-0.0.0/include/nuttx/sensors/goldfish_sensor.h
a nuttx-export-0.0.0/include/nuttx/sensors/adt7320.h
a nuttx-export-0.0.0/include/nuttx/sensors/wtgahrs2.h
a nuttx-export-0.0.0/include/nuttx/sensors/max6675.h
a nuttx-export-0.0.0/include/nuttx/sensors/lis3dh.h
a nuttx-export-0.0.0/include/nuttx/sensors/mb7040.h
a nuttx-export-0.0.0/include/nuttx/sensors/veml6070.h
a nuttx-export-0.0.0/include/nuttx/sensors/as726x.h
a nuttx-export-0.0.0/include/nuttx/sensors/hts221.h
a nuttx-export-0.0.0/include/nuttx/sensors/bme680.h
a nuttx-export-0.0.0/include/nuttx/sensors/adxl362.h
a nuttx-export-0.0.0/include/nuttx/sensors/aht10.h
a nuttx-export-0.0.0/include/nuttx/sensors/lis2dh.h
a nuttx-export-0.0.0/include/nuttx/sensors/lt1pa01.h
a nuttx-export-0.0.0/include/nuttx/sensors/as5048b.h
a nuttx-export-0.0.0/include/nuttx/sensors/max31855.h
a nuttx-export-0.0.0/include/nuttx/sensors/mlx90614.h
a nuttx-export-0.0.0/include/nuttx/sensors/scd30.h
a nuttx-export-0.0.0/include/nuttx/sensors/bmm150.h
a nuttx-export-0.0.0/include/nuttx/sensors/bh1749nuc.h
a nuttx-export-0.0.0/include/nuttx/sensors/kx022.h
a nuttx-export-0.0.0/include/nuttx/sensors/scd41.h
a nuttx-export-0.0.0/include/nuttx/sensors/bmp180.h
a nuttx-export-0.0.0/include/nuttx/sensors/ms58xx.h
a nuttx-export-0.0.0/include/nuttx/sensors/lsm303agr.h
a nuttx-export-0.0.0/include/nuttx/sensors/lis3dsh.h
a nuttx-export-0.0.0/include/nuttx/sensors/cluster_driver.h
a nuttx-export-0.0.0/include/nuttx/sensors/isl29023.h
a nuttx-export-0.0.0/include/nuttx/sensors/fakesensor.h
a nuttx-export-0.0.0/include/nuttx/sensors/msa301.h
a nuttx-export-0.0.0/include/nuttx/sensors/bh1745nuc.h
a nuttx-export-0.0.0/include/nuttx/sensors/bmp280.h
a nuttx-export-0.0.0/include/nuttx/sensors/adxl372.h
a nuttx-export-0.0.0/include/nuttx/sensors/ms56xx.h
a nuttx-export-0.0.0/include/nuttx/sensors/lsm6dsl.h
a nuttx-export-0.0.0/include/nuttx/sensors/hall3ph.h
a nuttx-export-0.0.0/include/nuttx/sensors/ltr308.h
a nuttx-export-0.0.0/include/nuttx/sensors/ina219.h
a nuttx-export-0.0.0/include/nuttx/sensors/mpu60x0.h
a nuttx-export-0.0.0/include/nuttx/sensors/lm75.h
a nuttx-export-0.0.0/include/nuttx/sensors/apds9922.h
a nuttx-export-0.0.0/include/nuttx/sensors/lm92.h
a nuttx-export-0.0.0/include/nuttx/sensors/lps25h.h
a nuttx-export-0.0.0/include/nuttx/sensors/l3gd20.h
a nuttx-export-0.0.0/include/nuttx/sensors/cxd5610_gnss.h
a nuttx-export-0.0.0/include/nuttx/sensors/mlx90393.h
a nuttx-export-0.0.0/include/nuttx/sensors/bh1750fvi.h
a nuttx-export-0.0.0/include/nuttx/sensors/hyt271.h
a nuttx-export-0.0.0/include/nuttx/sensors/ina226.h
a nuttx-export-0.0.0/include/nuttx/sensors/ltc4151.h
a nuttx-export-0.0.0/include/nuttx/sensors/xen1210.h
a nuttx-export-0.0.0/include/nuttx/sensors/max31865.h
a nuttx-export-0.0.0/include/nuttx/sensors/mpu9250.h
a nuttx-export-0.0.0/include/nuttx/sensors/mpl115a.h
a nuttx-export-0.0.0/include/nuttx/sensors/msxxxx_crc4.h
a nuttx-export-0.0.0/include/nuttx/sensors/t67xx.h
a nuttx-export-0.0.0/include/nuttx/sensors/adxl345.h
a nuttx-export-0.0.0/include/nuttx/sensors/sgp30.h
a nuttx-export-0.0.0/include/nuttx/sensors/qencoder.h
a nuttx-export-0.0.0/include/nuttx/sensors/lis3mdl.h
a nuttx-export-0.0.0/include/nuttx/sensors/hdc1008.h
a nuttx-export-0.0.0/include/nuttx/sensors/lsm330.h
a nuttx-export-0.0.0/include/nuttx/sensors/ak09912.h
a nuttx-export-0.0.0/include/nuttx/sensors/bh1721fvc.h
a nuttx-export-0.0.0/include/nuttx/sensors/ina3221.h
a nuttx-export-0.0.0/include/nuttx/sensors/vl53l1x.h
a nuttx-export-0.0.0/include/nuttx/sensors/bm1383glv.h
a nuttx-export-0.0.0/include/nuttx/sensors/mcp9844.h
a nuttx-export-0.0.0/include/nuttx/sensors/hc_sr04.h
a nuttx-export-0.0.0/include/nuttx/sensors/goldfish_gps.h
a nuttx-export-0.0.0/include/nuttx/sensors/zerocross.h
a nuttx-export-0.0.0/include/nuttx/sensors/ds18b20.h
a nuttx-export-0.0.0/include/nuttx/sensors/bm1422gmv.h
a nuttx-export-0.0.0/include/nuttx/sensors/dhtxx.h
a nuttx-export-0.0.0/include/nuttx/sensors/max44009.h
a nuttx-export-0.0.0/include/nuttx/sensors/kxtj9.h
a nuttx-export-0.0.0/include/nuttx/sensors/sht21.h
a nuttx-export-0.0.0/include/nuttx/sensors/fxos8700cq.h
a nuttx-export-0.0.0/include/nuttx/sensors/bmg160.h
a nuttx-export-0.0.0/include/nuttx/note/notectl_driver.h
a nuttx-export-0.0.0/include/nuttx/note/note_driver.h
a nuttx-export-0.0.0/include/nuttx/note/noteram_driver.h
a nuttx-export-0.0.0/include/nuttx/note/notesnap_driver.h
a nuttx-export-0.0.0/include/nuttx/note/notelog_driver.h
a nuttx-export-0.0.0/include/nuttx/analog/lmp92001.h
a nuttx-export-0.0.0/include/nuttx/analog/adc.h
a nuttx-export-0.0.0/include/nuttx/analog/ads7828.h
a nuttx-export-0.0.0/include/nuttx/analog/ioctl.h
a nuttx-export-0.0.0/include/nuttx/analog/ltc1867l.h
a nuttx-export-0.0.0/include/nuttx/analog/dac.h
a nuttx-export-0.0.0/include/nuttx/analog/mcp48xx.h
a nuttx-export-0.0.0/include/nuttx/analog/ads1242.h
a nuttx-export-0.0.0/include/nuttx/analog/opamp.h
a nuttx-export-0.0.0/include/nuttx/analog/max1161x.h
a nuttx-export-0.0.0/include/nuttx/analog/comp.h
a nuttx-export-0.0.0/include/nuttx/analog/hx711.h
a nuttx-export-0.0.0/include/nuttx/analog/pga11x.h
a nuttx-export-0.0.0/include/nuttx/himem/himem.h
a nuttx-export-0.0.0/include/nuttx/power/battery_monitor.h
a nuttx-export-0.0.0/include/nuttx/power/pm.h
a nuttx-export-0.0.0/include/nuttx/power/axp202.h
a nuttx-export-0.0.0/include/nuttx/power/smps.h
a nuttx-export-0.0.0/include/nuttx/power/bq27426.h
a nuttx-export-0.0.0/include/nuttx/power/bq769x0.h
a nuttx-export-0.0.0/include/nuttx/power/battery_charger.h
a nuttx-export-0.0.0/include/nuttx/power/powerled.h
a nuttx-export-0.0.0/include/nuttx/power/battery_gauge.h
a nuttx-export-0.0.0/include/nuttx/power/bq2429x.h
a nuttx-export-0.0.0/include/nuttx/power/battery_ioctl.h
a nuttx-export-0.0.0/include/nuttx/power/relay.h
a nuttx-export-0.0.0/include/nuttx/power/mcp73871.h
a nuttx-export-0.0.0/include/nuttx/power/consumer.h
a nuttx-export-0.0.0/include/nuttx/power/act8945a.h
a nuttx-export-0.0.0/include/nuttx/power/regulator.h
a nuttx-export-0.0.0/include/nuttx/power/pm_runtime.h
a nuttx-export-0.0.0/include/nuttx/power/power_ioctl.h
a nuttx-export-0.0.0/include/nuttx/rpmsg/rpmsg_ping.h
a nuttx-export-0.0.0/include/nuttx/rpmsg/rpmsg.h
a nuttx-export-0.0.0/include/arch/spinlock.h
a nuttx-export-0.0.0/include/arch/inttypes.h
a nuttx-export-0.0.0/include/arch/thead
a nuttx-export-0.0.0/include/arch/barriers.h
a nuttx-export-0.0.0/include/arch/csr.h
a nuttx-export-0.0.0/include/arch/mpfs
a nuttx-export-0.0.0/include/arch/board
a nuttx-export-0.0.0/include/arch/types.h
a nuttx-export-0.0.0/include/arch/esp32c3
a nuttx-export-0.0.0/include/arch/limits.h
a nuttx-export-0.0.0/include/arch/rv32m1
a nuttx-export-0.0.0/include/arch/sg2000
a nuttx-export-0.0.0/include/arch/bl602
a nuttx-export-0.0.0/include/arch/qemu-rv
a nuttx-export-0.0.0/include/arch/k210
a nuttx-export-0.0.0/include/arch/chip
a nuttx-export-0.0.0/include/arch/hpm6000
a nuttx-export-0.0.0/include/arch/esp32c3-legacy
a nuttx-export-0.0.0/include/arch/fe310
a nuttx-export-0.0.0/include/arch/setjmp.h
a nuttx-export-0.0.0/include/arch/elf.h
a nuttx-export-0.0.0/include/arch/hpm6750
a nuttx-export-0.0.0/include/arch/mode.h
a nuttx-export-0.0.0/include/arch/.gitignore
a nuttx-export-0.0.0/include/arch/esp32c6
a nuttx-export-0.0.0/include/arch/jh7110
a nuttx-export-0.0.0/include/arch/k230
a nuttx-export-0.0.0/include/arch/irq.h
a nuttx-export-0.0.0/include/arch/stdarg.h
a nuttx-export-0.0.0/include/arch/esp32h2
a nuttx-export-0.0.0/include/arch/bl808
a nuttx-export-0.0.0/include/arch/litex
a nuttx-export-0.0.0/include/arch/c906
a nuttx-export-0.0.0/include/arch/syscall.h
a nuttx-export-0.0.0/include/arch/arch.h
a nuttx-export-0.0.0/include/arch/c906/chip.h
a nuttx-export-0.0.0/include/arch/c906/irq.h
a nuttx-export-0.0.0/include/arch/litex/chip.h
a nuttx-export-0.0.0/include/arch/litex/irq.h
a nuttx-export-0.0.0/include/arch/bl808/chip.h
a nuttx-export-0.0.0/include/arch/bl808/irq.h
a nuttx-export-0.0.0/include/arch/esp32h2/.gitignore
a nuttx-export-0.0.0/include/arch/esp32h2/chip.h
a nuttx-export-0.0.0/include/arch/k230/chip.h
a nuttx-export-0.0.0/include/arch/k230/irq.h
a nuttx-export-0.0.0/include/arch/jh7110/chip.h
a nuttx-export-0.0.0/include/arch/jh7110/irq.h
a nuttx-export-0.0.0/include/arch/esp32c6/.gitignore
a nuttx-export-0.0.0/include/arch/esp32c6/chip.h
a nuttx-export-0.0.0/include/arch/hpm6750/chip.h
a nuttx-export-0.0.0/include/arch/hpm6750/irq.h
a nuttx-export-0.0.0/include/arch/fe310/chip.h
a nuttx-export-0.0.0/include/arch/fe310/irq.h
a nuttx-export-0.0.0/include/arch/esp32c3-legacy/chip.h
a nuttx-export-0.0.0/include/arch/esp32c3-legacy/irq.h
a nuttx-export-0.0.0/include/arch/esp32c3-legacy/esp_efuse_table.h
a nuttx-export-0.0.0/include/arch/hpm6000/hpm_irq.h
a nuttx-export-0.0.0/include/arch/hpm6000/chip.h
a nuttx-export-0.0.0/include/arch/hpm6000/irq.h
a nuttx-export-0.0.0/include/arch/chip/chip.h
a nuttx-export-0.0.0/include/arch/chip/irq.h
a nuttx-export-0.0.0/include/arch/k210/chip.h
a nuttx-export-0.0.0/include/arch/k210/irq.h
a nuttx-export-0.0.0/include/arch/qemu-rv/chip.h
a nuttx-export-0.0.0/include/arch/qemu-rv/irq.h
a nuttx-export-0.0.0/include/arch/bl602/chip.h
a nuttx-export-0.0.0/include/arch/bl602/irq.h
a nuttx-export-0.0.0/include/arch/sg2000/chip.h
a nuttx-export-0.0.0/include/arch/sg2000/irq.h
a nuttx-export-0.0.0/include/arch/rv32m1/rv32m1ri5cy_irq.h
a nuttx-export-0.0.0/include/arch/rv32m1/chip.h
a nuttx-export-0.0.0/include/arch/rv32m1/irq.h
a nuttx-export-0.0.0/include/arch/esp32c3/.gitignore
a nuttx-export-0.0.0/include/arch/esp32c3/chip.h
a nuttx-export-0.0.0/include/arch/board/board.h
a nuttx-export-0.0.0/include/arch/board/board_memorymap.h
a nuttx-export-0.0.0/include/arch/mpfs/chip.h
a nuttx-export-0.0.0/include/arch/mpfs/irq.h
a nuttx-export-0.0.0/include/arch/thead/c9xx_csr.h
a nuttx-export-0.0.0/include/android/fdsan.h
a nuttx-export-0.0.0/include/sys/time.h
a nuttx-export-0.0.0/include/sys/sockio.h
a nuttx-export-0.0.0/include/sys/ioctl.h
a nuttx-export-0.0.0/include/sys/sendfile.h
a nuttx-export-0.0.0/include/sys/statvfs.h
a nuttx-export-0.0.0/include/sys/signalfd.h
a nuttx-export-0.0.0/include/sys/syscall_lookup.h
a nuttx-export-0.0.0/include/sys/uio.h
a nuttx-export-0.0.0/include/sys/types.h
a nuttx-export-0.0.0/include/sys/times.h
a nuttx-export-0.0.0/include/sys/endian.h
a nuttx-export-0.0.0/include/sys/epoll.h
a nuttx-export-0.0.0/include/sys/wait.h
a nuttx-export-0.0.0/include/sys/eventfd.h
a nuttx-export-0.0.0/include/sys/sysinfo.h
a nuttx-export-0.0.0/include/sys/ipc.h
a nuttx-export-0.0.0/include/sys/file.h
a nuttx-export-0.0.0/include/sys/video_controls.h
a nuttx-export-0.0.0/include/sys/videoio.h
a nuttx-export-0.0.0/include/sys/stat.h
a nuttx-export-0.0.0/include/sys/statfs.h
a nuttx-export-0.0.0/include/sys/tree.h
a nuttx-export-0.0.0/include/sys/mman.h
a nuttx-export-0.0.0/include/sys/un.h
a nuttx-export-0.0.0/include/sys/vfs.h
a nuttx-export-0.0.0/include/sys/utsname.h
a nuttx-export-0.0.0/include/sys/msg.h
a nuttx-export-0.0.0/include/sys/custom_file.h
a nuttx-export-0.0.0/include/sys/sysmacros.h
a nuttx-export-0.0.0/include/sys/param.h
a nuttx-export-0.0.0/include/sys/prctl.h
a nuttx-export-0.0.0/include/sys/shm.h
a nuttx-export-0.0.0/include/sys/resource.h
a nuttx-export-0.0.0/include/sys/poll.h
a nuttx-export-0.0.0/include/sys/mount.h
a nuttx-export-0.0.0/include/sys/timerfd.h
a nuttx-export-0.0.0/include/sys/syscall.h
a nuttx-export-0.0.0/include/sys/socket.h
a nuttx-export-0.0.0/include/sys/boardctl.h
a nuttx-export-0.0.0/include/sys/queue.h
a nuttx-export-0.0.0/include/sys/random.h
a nuttx-export-0.0.0/include/sys/select.h
a nuttx-export-0.0.0/include/netinet/tcp.h
a nuttx-export-0.0.0/include/netinet/if_ether.h
a nuttx-export-0.0.0/include/netinet/in.h
a nuttx-export-0.0.0/include/netinet/ip6.h
a nuttx-export-0.0.0/include/netinet/arp.h
a nuttx-export-0.0.0/include/netinet/icmp6.h
a nuttx-export-0.0.0/include/netinet/ip.h
a nuttx-export-0.0.0/include/netinet/ether.h
a nuttx-export-0.0.0/include/netinet/udp.h
a nuttx-export-0.0.0/include/arpa/inet.h
a nuttx-export-0.0.0/include/cxx/ctime
a nuttx-export-0.0.0/include/cxx/cstdlib
a nuttx-export-0.0.0/include/cxx/cstdint
a nuttx-export-0.0.0/include/cxx/cctype
a nuttx-export-0.0.0/include/cxx/cstdbool
a nuttx-export-0.0.0/include/cxx/cerrno
a nuttx-export-0.0.0/include/cxx/csignal
a nuttx-export-0.0.0/include/cxx/cstring
a nuttx-export-0.0.0/include/cxx/clocale
a nuttx-export-0.0.0/include/cxx/cstddef
a nuttx-export-0.0.0/include/cxx/cwchar
a nuttx-export-0.0.0/include/cxx/cwctype
a nuttx-export-0.0.0/include/cxx/cstdio
a nuttx-export-0.0.0/include/cxx/climits
a nuttx-export-0.0.0/include/cxx/cassert
a nuttx-export-0.0.0/include/cxx/cmath
a nuttx-export-0.0.0/include/cxx/cstdarg
a nuttx-export-0.0.0/include/cxx/cinttypes
a nuttx-export-0.0.0/include/netpacket/can.h
a nuttx-export-0.0.0/include/netpacket/bluetooth.h
a nuttx-export-0.0.0/include/netpacket/netlink.h
a nuttx-export-0.0.0/include/netpacket/rpmsg.h
a nuttx-export-0.0.0/include/netpacket/packet.h
a nuttx-export-0.0.0/include/netpacket/if_addr.h
a nuttx-export-0.0.0/include/netpacket/ieee802154.h
a nuttx-export-0.0.0/include/net/route.h
a nuttx-export-0.0.0/include/net/ethernet.h
a nuttx-export-0.0.0/include/net/if_arp.h
a nuttx-export-0.0.0/include/net/if.h
a nuttx-export-0.0.0/include/ssp/ssp.h
a nuttx-export-0.0.0/include/crypto/bn.h
a nuttx-export-0.0.0/include/crypto/key_wrap.h
a nuttx-export-0.0.0/include/crypto/poly1305.h
a nuttx-export-0.0.0/include/crypto/siphash.h
a nuttx-export-0.0.0/include/crypto/md5.h
a nuttx-export-0.0.0/include/crypto/blf.h
a nuttx-export-0.0.0/include/crypto/chachapoly.h
a nuttx-export-0.0.0/include/crypto/cryptosoft.h
a nuttx-export-0.0.0/include/crypto/rmd160.h
a nuttx-export-0.0.0/include/crypto/idgen.h
a nuttx-export-0.0.0/include/crypto/gmac.h
a nuttx-export-0.0.0/include/crypto/sha2.h
a nuttx-export-0.0.0/include/crypto/hmac.h
a nuttx-export-0.0.0/include/crypto/xform.h
a nuttx-export-0.0.0/include/crypto/aes.h
a nuttx-export-0.0.0/include/crypto/cast.h
a nuttx-export-0.0.0/include/crypto/cryptodev.h
a nuttx-export-0.0.0/include/crypto/rijndael.h
a nuttx-export-0.0.0/include/crypto/sha1.h
a nuttx-export-0.0.0/include/crypto/curve25519.h
a nuttx-export-0.0.0/include/crypto/cmac.h
a nuttx-export-0.0.0/tools/copydir.bat
a nuttx-export-0.0.0/tools/unlink.sh
a nuttx-export-0.0.0/tools/copydir.sh
a nuttx-export-0.0.0/tools/define.bat
a nuttx-export-0.0.0/tools/mkdeps.c
a nuttx-export-0.0.0/tools/unlink.bat
a nuttx-export-0.0.0/tools/incdir.bat
a nuttx-export-0.0.0/tools/link.bat
a nuttx-export-0.0.0/tools/Config.mk
a nuttx-export-0.0.0/tools/link.sh
a nuttx-export-0.0.0/tools/define.sh
a nuttx-export-0.0.0/tools/incdir.sh
a nuttx-export-0.0.0/tools/incdir.c
+ pushd ../apps
~/ox64/apps ~/ox64/nuttx ~/ox64/nuttx
+ ./tools/mkimport.sh -z -x ../nuttx/nuttx-export-0.0.0.tar.gz
+ make -j 8 import
cc -O2 -Wall -Wstrict-prototypes -Wshadow -DHAVE_STRTOK_C=1 /Users/luppy/ox64/apps/import/tools/mkdeps.c -o /Users/luppy/ox64/apps/import/tools/mkdeps
cc -O2 -Wall -Wstrict-prototypes -Wshadow -DHAVE_STRTOK_C=1 /Users/luppy/ox64/apps/import/tools/incdir.c -o "/Users/luppy/ox64/apps/import/tools/incdir"
LN: platform/board to /Users/luppy/ox64/apps/platform/dummy
make[2]: Nothing to be done for `context_wasm'.
make[1]: Nothing to be done for `register'.
+ popd
~/ox64/nuttx ~/ox64/nuttx
+ popd
~/ox64/nuttx
+ rm -f /tmp/pattern.txt
+ start=570779904
+ set +x
+ cat /tmp/pattern.txt
+ xxd -revert -plain
+ genromfs -f initrd -d ../apps/bin -V NuttXBootVol
+ riscv-none-elf-size nuttx
text data bss dec hex filename
171206 593 31936 203735 31bd7 nuttx
+ riscv-none-elf-objcopy -O binary nuttx nuttx.bin
+ head -c 65536 /dev/zero
+ cat nuttx.bin /tmp/nuttx.pad initrd
+ cp .config nuttx.config
+ riscv-none-elf-objdump --syms --source --reloc --demangle --line-numbers --wide --debugging nuttx
+ cp /Users/luppy/riscv/nuttx-tinyemu/docs/quickjs/root-riscv64.cfg .
+ /Users/luppy/riscv/ox64-tinyemu/temu root-riscv64.cfg
TinyEMU Emulator for Ox64 BL808 RISC-V SBC
virtio_console_init
Patched DCACHE.IALL (Invalidate all Page Table Entries in the D-Cache) at 0x50200bf2
Patched SYNC.S (Ensure that all Cache Operations are completed) at 0x50200bf6
Found ECALL (Start System Timer) at 0x5020befa
Patched RDTIME (Read System Time) at 0x5020bf00
elf_len=0
virtio_console_resize_event
ABC
NuttShell (NSH)
nsh> uname -a
NuttX 0.0.0 9668253bf9b Jun 25 2024 17:12:24 risc-v ox64
nsh> hello
Hello, World!!
nsh> free
total used free maxused maxfree nused nfree
Kmem: 2061304 10728 2050576 51072 2045520 37 6
Page: 20971520 647168 20324352 20324352
nsh> getprime
Set thread priority to 10
Set thread policy to SCHED_RR
Start thread #0
thread #0 started, looking for primes < 10000, doing 10 run(s)
thread #0 finished, found 1230 primes, last one was 9973
Done
getprime took 2959 msec
nsh> hello
Hello, World!!
nsh> getprime
Set thread priority to 10
Set thread policy to SCHED_RR
Start thread #0
thread #0 started, looking for primes < 10000, doing 10 run(s)
thread #0 finished, found 1230 primes, last one was 9973
Done
getprime took 2938 msec
nsh> ps
PID GROUP PRI POLICY TYPE NPX STATE EVENT SIGMASK STACK USED FILLED COMMAND
0 0 0 FIFO Kthread - Ready 0000000000000000 003056 000720 23.5% Idle_Task
1 0 100 RR Kthread - Waiting Semaphore 0000000000000000 001968 000720 36.5% lpwork 0x50402b70 0x50402b98
3 3 100 RR Task - Running 0000000000000000 003008 001416 47.0% /system/bin/init
nsh> ls -l /dev
/dev:
crw-rw-rw- 0 console
crw-rw-rw- 0 null
brw-rw-rw- 16777216 ram0
crw-rw-rw- 0 zero
nsh> ostest
stdio_test: write fd=1
stdio_test: Standard I/O Check: printf
stdio_test: write fd=2
stdio_test: Standard I/O Check: fprintf to stderr
ostest_main: putenv(Variable1=BadValue3)
ostest_main: setenv(Variable1, GoodValue1, TRUE)
ostest_main: setenv(Variable2, BadValue1, FALSE)
ostest_main: setenv(Variable2, GoodValue2, TRUE)
ostest_main: setenv(Variable3, GoodValue3, FALSE)
ostest_main: setenv(Variable3, BadValue2, FALSE)
show_variable: Variable=Variable1 has value=GoodValue1
show_variable: Variable=Variable2 has value=GoodValue2
show_variable: Variable=Variable3 has value=GoodValue3
ostest_main: Started user_main at PID=11
user_main: Begin argument test
user_main: Started with argc=5
user_main: argv[0]="user_main"
user_main: argv[1]="Arg1"
user_main: argv[2]="Arg2"
user_main: argv[3]="Arg3"
user_main: argv[4]="Arg4"
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 2 2
mxordblk 7cff0 7cff0
uordblks 2678 2678
fordblks 7e980 7e980
user_main: getopt() test
getopt(): Simple test
getopt(): Invalid argument
getopt(): Missing optional argument
getopt_long(): Simple test
getopt_long(): No short options
getopt_long(): Argument for --option=argument
getopt_long(): Invalid long option
getopt_long(): Mixed long and short options
getopt_long(): Invalid short option
getopt_long(): Missing optional arguments
getopt_long_only(): Mixed long and short options
getopt_long_only(): Single hyphen long options
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 2 2
mxordblk 7cff0 7cff0
uordblks 2678 2678
fordblks 7e980 7e980
user_main: libc tests
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 2 2
mxordblk 7cff0 7cff0
uordblks 2678 2678
fordblks 7e980 7e980
show_variable: Variable=Variable1 has value=GoodValue1
show_variable: Variable=Variable2 has value=GoodValue2
show_variable: Variable=Variable3 has value=GoodValue3
show_variable: Variable=Variable1 has no value
show_variable: Variable=Variable2 has value=GoodValue2
show_variable: Variable=Variable3 has value=GoodValue3
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 2 3
mxordblk 7cff0 7cff0
uordblks 2678 2658
fordblks 7e980 7e9a0
show_variable: Variable=Variable1 has no value
show_variable: Variable=Variable2 has no value
show_variable: Variable=Variable3 has no value
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 3 2
mxordblk 7cff0 7cff0
uordblks 2658 2578
fordblks 7e9a0 7ea80
user_main: setvbuf test
setvbuf_test: Test NO buffering
setvbuf_test: Using NO buffering
setvbuf_test: Test default FULL buffering
setvbuf_test: Using default FULL buffering
setvbuf_test: Test FULL buffering, buffer size 64
setvbuf_test: Using FULL buffering, buffer size 64
setvbuf_test: Test FULL buffering, pre-allocated buffer
setvbuf_test: Using FULL buffering, pre-allocated buffer
setvbuf_test: Test LINE buffering, buffer size 64
setvbuf_test: Using LINE buffering, buffer size 64
setvbuf_test: Test FULL buffering, pre-allocated buffer
setvbuf_test: Using FULL buffering, pre-allocated buffer
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 2 2
mxordblk 7cff0 7cff0
uordblks 2578 2578
fordblks 7ea80 7ea80
user_main: /dev/null test
dev_null: Read 0 bytes from /dev/null
dev_null: Wrote 1024 bytes to /dev/null
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 2 2
mxordblk 7cff0 7cff0
uordblks 2578 2578
fordblks 7ea80 7ea80
user_main: mutex test
Initializing mutex
Starting thread 1
Starting thread 2
Thread1 Thread2
Loops 32 32
Errors 0 0
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 2 4
mxordblk 7cff0 787f0
uordblks 2578 3598
fordblks 7ea80 7da60
user_main: timed mutex test
mutex_test: Initializing mutex
mutex_test: Starting thread
pthread: Started
pthread: Waiting for lock or timeout
mutex_test: Unlocking
pthread: Got the lock
pthread: Waiting for lock or timeout
pthread: Got the timeout. Terminating
mutex_test: PASSED
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 4 3
mxordblk 787f0 7a7f0
uordblks 3598 2d88
fordblks 7da60 7e270
user_main: cancel test
cancel_test: Test 1a: Normal Cancellation
cancel_test: Starting thread
start_thread: Initializing mutex
start_thread: Initializing cond
start_thread: Starting thread
start_thread: Yielding
sem_waiter: Taking mutex
sem_waiter: Starting wait for condition
cancel_test: Canceling thread
cancel_test: Joining
cancel_test: waiter exited with result=0xffffffffffffffff
cancel_test: PASS thread terminated with PTHREAD_CANCELED
cancel_test: Test 2: Asynchronous Cancellation
... Skipped
cancel_test: Test 3: Cancellation of detached thread
cancel_test: Re-starting thread
restart_thread: Destroying cond
restart_thread: Destroying mutex
restart_thread: Re-starting thread
start_thread: Initializing mutex
start_thread: Initializing cond
start_thread: Starting thread
start_thread: Yielding
sem_waiter: Taking mutex
sem_waiter: Starting wait for condition
cancel_test: Canceling thread
cancel_test: Joining
cancel_test: PASS pthread_join failed with status=ESRCH
cancel_test: Test 5: Non-cancelable threads
cancel_test: Re-starting thread (non-cancelable)
restart_thread: Destroying cond
restart_thread: Destroying mutex
restart_thread: Re-starting thread
start_thread: Initializing mutex
start_thread: Initializing cond
start_thread: Starting thread
start_thread: Yielding
sem_waiter: Taking mutex
sem_waiter: Starting wait for condition
sem_waiter: Setting non-cancelable
cancel_test: Canceling thread
cancel_test: Joining
sem_waiter: Releasing mutex
sem_waiter: Setting cancelable
cancel_test: waiter exited with result=0xffffffffffffffff
cancel_test: PASS thread terminated with PTHREAD_CANCELED
cancel_test: Test 6: Cancel message queue wait
cancel_test: Starting thread (cancelable)
Skipped
cancel_test: Test 7: Cancel signal wait
cancel_test: Starting thread (cancelable)
Skipped
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 3 3
mxordblk 7a7f0 78ff0
uordblks 2d88 4588
fordblks 7e270 7ca70
user_main: robust test
robust_test: Initializing mutex
robust_test: Starting thread
robust_waiter: Taking mutex
robust_waiter: Exiting with mutex
robust_test: Take the lock again
robust_test: Make the mutex consistent again.
robust_test: Take the lock again
robust_test: Joining
robust_test: waiter exited with result=0
robust_test: Test complete with nerrors=0
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 3 3
mxordblk 78ff0 78ff0
uordblks 4588 4588
fordblks 7ca70 7ca70
user_main: semaphore test
sem_test: Initializing semaphore to 0
sem_test: Starting waiter thread 1
sem_test: Set thread 1 priority to 191
waiter_func: Thread 1 Started
waiter_func: Thread 1 initial semaphore value = 0
waiter_func: Thread 1 waiting on semaphore
sem_test: Starting waiter thread 2
sem_test: Set thread 2 priority to 128
waiter_func: Thread 2 Started
waiter_func: Thread 2 initial semaphore value = -1
waiter_func: Thread 2 waiting on semaphore
sem_test: Starting poster thread 3
sem_test: Set thread 3 priority to 64
poster_func: Thread 3 started
poster_func: Thread 3 semaphore value = -2
poster_func: Thread 3 posting semaphore
waiter_func: Thread 1 awakened
waiter_func: Thread 1 new semaphore value = -1
waiter_func: Thread 1 done
poster_func: Thread 3 new semaphore value = -1
poster_func: Thread 3 semaphore value = -1
poster_func: Thread 3 posting semaphore
waiter_func: Thread 2 awakened
waiter_func: Thread 2 new semaphore value = 0
waiter_func: Thread 2 done
poster_func: Thread 3 new semaphore value = 0
poster_func: Thread 3 done
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 3 5
mxordblk 78ff0 767f0
uordblks 4588 3da8
fordblks 7ca70 7d250
user_main: timed semaphore test
semtimed_test: Initializing semaphore to 0
semtimed_test: Waiting for two second timeout
semtimed_test: PASS: first test returned timeout
BEFORE: (440 sec, 636000000 nsec)
AFTER: (442 sec, 751000000 nsec)
semtimed_test: Starting poster thread
semtimed_test: Set thread 1 priority to 191
semtimed_test: Starting poster thread 3
semtimed_test: Set thread 3 priority to 64
semtimed_test: Waiting for two second timeout
poster_func: Waiting for 1 second
poster_func: Posting
semtimed_test: PASS: sem_timedwait succeeded
BEFORE: (442 sec, 751000000 nsec)
AFTER: (443 sec, 756000000 nsec)
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 5 3
mxordblk 767f0 7a7f0
uordblks 3da8 2d88
fordblks 7d250 7e270
user_main: condition variable test
cond_test: Initializing mutex
cond_test: Initializing cond
cond_test: Starting waiter
cond_test: Set thread 1 priority to 128
waiter_thread: Started
cond_test: Starting signaler
cond_test: Set thread 2 priority to 64
thread_signaler: Started
thread_signaler: Terminating
cond_test: signaler terminated, now cancel the waiter
cond_test: Waiter Signaler
cond_test: Loops 32 32
cond_test: Errors 0 0
cond_test:
cond_test: 0 times, waiter did not have to wait for data
cond_test: 0 times, data was already available when the signaler run
cond_test: 0 times, the waiter was in an unexpected state when the signaler ran
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 3 3
mxordblk 7a7f0 787f0
uordblks 2d88 2d88
fordblks 7e270 7e270
user_main: pthread_exit() test
pthread_exit_test: Started pthread_exit_main at PID=30
pthread_exit_main 30: Starting pthread_exit_thread
pthread_exit_main 30: Sleeping for 5 seconds
pthread_exit_thread 31: Sleeping for 10 second
pthread_exit_main 30: Calling pthread_exit()
pthread_exit_thread 31: Still running...
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 3 4
mxordblk 787f0 767f0
uordblks 2d88 4d98
fordblks 7e270 7c260
user_main: pthread_rwlock test
pthread_rwlock: Initializing rwlock
pthread_exit_thread 31: Exiting
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 4 5
mxordblk 767f0 747f0
uordblks 4d98 3da8
fordblks 7c260 7d250
user_main: pthread_rwlock_cancel test
pthread_rwlock_cancel: Starting test
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 5 2
mxordblk 747f0 7cff0
uordblks 3da8 2578
fordblks 7d250 7ea80
user_main: timed wait test
thread_waiter: Initializing mutex
timedwait_test: Initializing cond
timedwait_test: Starting waiter
timedwait_test: Set thread 2 priority to 177
thread_waiter: Taking mutex
thread_waiter: Starting 5 second wait for condition
timedwait_test: Joining
thread_waiter: pthread_cond_timedwait timed out
thread_waiter: Releasing mutex
thread_waiter: Exit with status 0x12345678
timedwait_test: waiter exited with result=0x12345678
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 2 3
mxordblk 7cff0 7a7f0
uordblks 2578 2d88
fordblks 7ea80 7e270
user_main: message queue test
mqueue_test: Starting receiver
mqueue_test: Set receiver priority to 128
receiver_thread: Starting
mqueue_test: Starting sender
mqueue_test: Set sender thread priority to 64
mqueue_test: Waiting for sender to complete
sender_thread: Starting
receiver_thread: mq_receive succeeded on msg 0
sender_thread: mq_send succeeded on msg 0
receiver_thread: mq_receive succeeded on msg 1
sender_thread: mq_send succeeded on msg 1
receiver_thread: mq_receive succeeded on msg 2
sender_thread: mq_send succeeded on msg 2
receiver_thread: mq_receive succeeded on msg 3
sender_thread: mq_send succeeded on msg 3
receiver_thread: mq_receive succeeded on msg 4
sender_thread: mq_send succeeded on msg 4
receiver_thread: mq_receive succeeded on msg 5
sender_thread: mq_send succeeded on msg 5
receiver_thread: mq_receive succeeded on msg 6
sender_thread: mq_send succeeded on msg 6
receiver_thread: mq_receive succeeded on msg 7
sender_thread: mq_send succeeded on msg 7
receiver_thread: mq_receive succeeded on msg 8
sender_thread: mq_send succeeded on msg 8
receiver_thread: mq_receive succeeded on msg 9
sender_thread: mq_send succeeded on msg 9
sender_thread: returning nerrors=0
mqueue_test: Killing receiver
receiver_thread: mq_receive interrupted!
receiver_thread: returning nerrors=0
mqueue_test: Canceling receiver
mqueue_test: receiver has already terminated
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 3 4
mxordblk 7a7f0 74ff0
uordblks 2d88 6598
fordblks 7e270 7aa60
user_main: timed message queue test
timedmqueue_test: Starting sender
timedmqueue_test: Waiting for sender to complete
sender_thread: Starting
sender_thread: mq_timedsend succeeded on msg 0
sender_thread: mq_timedsend succeeded on msg 1
sender_thread: mq_timedsend succeeded on msg 2
sender_thread: mq_timedsend succeeded on msg 3
sender_thread: mq_timedsend succeeded on msg 4
sender_thread: mq_timedsend succeeded on msg 5
sender_thread: mq_timedsend succeeded on msg 6
sender_thread: mq_timedsend succeeded on msg 7
sender_thread: mq_timedsend succeeded on msg 8
sender_thread: mq_timedsend 9 timed out as expected
sender_thread: returning nerrors=0
timedmqueue_test: Starting receiver
timedmqueue_test: Waiting for receiver to complete
receiver_thread: Starting
receiver_thread: mq_timedreceive succeed on msg 0
receiver_thread: mq_timedreceive succeed on msg 1
receiver_thread: mq_timedreceive succeed on msg 2
receiver_thread: mq_timedreceive succeed on msg 3
receiver_thread: mq_timedreceive succeed on msg 4
receiver_thread: mq_timedreceive succeed on msg 5
receiver_thread: mq_timedreceive succeed on msg 6
receiver_thread: mq_timedreceive succeed on msg 7
receiver_thread: mq_timedreceive succeed on msg 8
receiver_thread: Receive 9 timed out as expected
receiver_thread: returning nerrors=0
timedmqueue_test: Test complete
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 4 3
mxordblk 74ff0 78ff0
uordblks 6598 4588
fordblks 7aa60 7ca70
user_main: sigprocmask test
sigprocmask_test: SUCCESS
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 3 3
mxordblk 78ff0 78ff0
uordblks 4588 4588
fordblks 7ca70 7ca70
user_main: signal handler test
sighand_test: Initializing semaphore to 0
sighand_test: Unmasking SIGCHLD
sighand_test: Registering SIGCHLD handler
sighand_test: Starting waiter task
sighand_test: Started waiter_main pid=50
waiter_main: Waiter started
waiter_main: Unmasking signal 32
waiter_main: Registering signal handler
waiter_main: oact.sigaction=0 oact.sa_flags=0 oact.sa_mask=0000000000000000
waiter_main: Waiting on semaphore
sighand_test: Signaling pid=50 with signo=32 sigvalue=42
waiter_main: sem_wait() successfully interrupted by signal
waiter_main: done
sighand_test: done
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 3 3
mxordblk 78ff0 78ff0
uordblks 4588 4588
fordblks 7ca70 7ca70
user_main: nested signal handler test
signest_test: Starting signal waiter task at priority 101
waiter_main: Waiter started
waiter_main: Setting signal mask
waiter_main: Registering signal handler
waiter_main: Waiting on semaphore
signest_test: Started waiter_main pid=52
signest_test: Starting interfering task at priority 102
interfere_main: Waiting on semaphore
signest_test: Started interfere_main pid=53
signest_test: Simple case:
Total signalled 1240 Odd=620 Even=620
Total handled 1240 Odd=620 Even=620
Total nested 0 Odd=0 Even=0
signest_test: With task locking
Total signalled 2480 Odd=1240 Even=1240
Total handled 2480 Odd=1240 Even=1240
Total nested 0 Odd=0 Even=0
signest_test: With intefering thread
Total signalled 3720 Odd=1860 Even=1860
Total handled 3720 Odd=1860 Even=1860
Total nested 0 Odd=0 Even=0
signest_test: done
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 3 4
mxordblk 78ff0 74ff0
uordblks 4588 6598
fordblks 7ca70 7aa60
user_main: POSIX timer test
timer_test: Initializing semaphore to 0
timer_test: Unmasking signal 32
timer_test: Registering signal handler
timer_test: oact.sigaction=0x800084d4 oact.sa_flags=0 oact.sa_mask=2aaaaaaaaaaaaaaa
timer_test: Creating timer
timer_test: Starting timer
timer_test: Waiting on semaphore
timer_expiration: Received signal 32
timer_expiration: sival_int=42
timer_expiration: si_code=2 (SI_TIMER)
timer_expiration: ucontext=0
timer_test: sem_wait() successfully interrupted by signal
timer_test: g_nsigreceived=1
timer_test: Waiting on semaphore
timer_expiration: Received signal 32
timer_expiration: sival_int=42
timer_expiration: si_code=2 (SI_TIMER)
timer_expiration: ucontext=0
timer_test: sem_wait() successfully interrupted by signal
timer_test: g_nsigreceived=2
timer_test: Waiting on semaphore
timer_expiration: Received signal 32
timer_expiration: sival_int=42
timer_expiration: si_code=2 (SI_TIMER)
timer_expiration: ucontext=0
timer_test: sem_wait() successfully interrupted by signal
timer_test: g_nsigreceived=3
timer_test: Waiting on semaphore
timer_expiration: Received signal 32
timer_expiration: sival_int=42
timer_expiration: si_code=2 (SI_TIMER)
timer_expiration: ucontext=0
timer_test: sem_wait() successfully interrupted by signal
timer_test: g_nsigreceived=4
timer_test: Waiting on semaphore
timer_expiration: Received signal 32
timer_expiration: sival_int=42
timer_expiration: si_code=2 (SI_TIMER)
timer_expiration: ucontext=0
timer_test: sem_wait() successfully interrupted by signal
timer_test: g_nsigreceived=5
timer_test: Deleting timer
timer_test: done
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 4 4
mxordblk 74ff0 74ff0
uordblks 6598 6598
fordblks 7aa60 7aa60
user_main: round-robin scheduler test
rr_test: Set thread priority to 1
rr_test: Set thread policy to SCHED_RR
rr_test: Starting first get_primes_thread
First get_primes_thread: 54
rr_test: Starting second get_primes_thread
Second get_primes_thread: 55
rr_test: Waiting for threads to complete -- this should take awhile
If RR scheduling is working, they should start and complete at
about the same time
get_primes_thread id=1 started, looking for primes < 10000, doing 10 run(s)
get_primes_thread id=2 started, looking for primes < 10000, doing 10 run(s)
get_primes_thread id=2 finished, found 1230 primes, last one was 9973
get_primes_thread id=1 finished, found 1230 primes, last one was 9973
rr_test: Done
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 4 4
mxordblk 74ff0 787f0
uordblks 6598 3598
fordblks 7aa60 7da60
user_main: barrier test
barrier_test: Initializing barrier
barrier_test: Thread 0 created
barrier_test: Thread 1 created
barrier_test: Thread 2 created
barrier_test: Thread 3 created
barrier_test: Thread 4 created
barrier_test: Thread 5 created
barrier_test: Thread 6 created
barrier_test: Thread 7 created
barrier_func: Thread 0 started
barrier_func: Thread 1 started
barrier_func: Thread 2 started
barrier_func: Thread 3 started
barrier_func: Thread 4 started
barrier_func: Thread 5 started
barrier_func: Thread 6 started
barrier_func: Thread 7 started
barrier_func: Thread 0 calling pthread_barrier_wait()
barrier_func: Thread 1 calling pthread_barrier_wait()
barrier_func: Thread 2 calling pthread_barrier_wait()
barrier_func: Thread 3 calling pthread_barrier_wait()
barrier_func: Thread 4 calling pthread_barrier_wait()
barrier_func: Thread 5 calling pthread_barrier_wait()
barrier_func: Thread 6 calling pthread_barrier_wait()
barrier_func: Thread 7 calling pthread_barrier_wait()
barrier_func: Thread 7, back with status=PTHREAD_BARRIER_SERIAL_THREAD (I AM SPECIAL)
barrier_func: Thread 0, back with status=0 (I am not special)
barrier_func: Thread 1, back with status=0 (I am not special)
barrier_func: Thread 2, back with status=0 (I am not special)
barrier_func: Thread 3, back with status=0 (I am not special)
barrier_func: Thread 4, back with status=0 (I am not special)
barrier_func: Thread 5, back with status=0 (I am not special)
barrier_func: Thread 6, back with status=0 (I am not special)
barrier_func: Thread 7 done
barrier_func: Thread 0 done
barrier_func: Thread 1 done
barrier_func: Thread 2 done
barrier_func: Thread 3 done
barrier_func: Thread 4 done
barrier_func: Thread 5 done
barrier_func: Thread 6 done
barrier_test: Thread 0 completed with result=0
barrier_test: Thread 1 completed with result=0
barrier_test: Thread 2 completed with result=0
barrier_test: Thread 3 completed with result=0
barrier_test: Thread 4 completed with result=0
barrier_test: Thread 5 completed with result=0
barrier_test: Thread 6 completed with result=0
barrier_test: Thread 7 completed with result=0
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 4 10
mxordblk 787f0 6c7f0
uordblks 3598 65f8
fordblks 7da60 7aa00
user_main: scheduler lock test
sched_lock: Starting lowpri_thread at 97
sched_lock: Set lowpri_thread priority to 97
sched_lock: Starting highpri_thread at 98
sched_lock: Set highpri_thread priority to 98
sched_lock: Waiting...
sched_lock: PASSED No pre-emption occurred while scheduler was locked.
sched_lock: Starting lowpri_thread at 97
sched_lock: Set lowpri_thread priority to 97
sched_lock: Starting highpri_thread at 98
sched_lock: Set highpri_thread priority to 98
sched_lock: Waiting...
sched_lock: PASSED No pre-emption occurred while scheduler was locked.
sched_lock: Finished
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 10 4
mxordblk 6c7f0 787f0
uordblks 65f8 3598
fordblks 7aa00 7da60
user_main: vfork() test DISABLED (CONFIG_BUILD_KERNEL)
Final memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 2 4
mxordblk 7cff0 787f0
uordblks 2678 3598
fordblks 7e980 7da60
user_main: Exiting
ostest_main: Exiting with status 0
nsh>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment