Skip to content

Instantly share code, notes, and snippets.

@lupyuen
Last active May 4, 2024 05:30
Show Gist options
  • Save lupyuen/da195386a4873c572aa26961e4c81d79 to your computer and use it in GitHub Desktop.
Save lupyuen/da195386a4873c572aa26961e4c81d79 to your computer and use it in GitHub Desktop.
# Luppy at Luppys-MBP in /tmp [12:47:43]
→ mkdir qemu-s-mode
# Luppy at Luppys-MBP in /tmp [12:47:53]
→ cd qemu-s-mode
# Luppy at Luppys-MBP in /tmp/qemu-s-mode [12:47:56]
→ ls
# Luppy at Luppys-MBP in /tmp/qemu-s-mode [12:47:57]
→ git clone https://github.com/inochisa/nuttx --branch qemu-s-mode
Cloning into 'nuttx'...
remote: Enumerating objects: 757215, done.
remote: Counting objects: 100% (196/196), done.
remote: Compressing objects: 100% (128/128), done.
remote: Total 757215 (delta 80), reused 146 (delta 62), pack-reused 757019
Receiving objects: 100% (757215/757215), 249.22 MiB | 4.93 MiB/s, done.
Resolving deltas: 100% (588935/588935), done.
Checking connectivity... done.
Checking out files: 100% (22032/22032), done.
# Luppy at Luppys-MBP in /tmp/qemu-s-mode [12:49:58]
→ git clone https://github.com/apache/nuttx-apps apps
Cloning into 'apps'...
remote: Enumerating objects: 83603, done.
remote: Counting objects: 100% (422/422), done.
remote: Compressing objects: 100% (269/269), done.
remote: Total 83603 (delta 184), reused 339 (delta 147), pack-reused 83181
Receiving objects: 100% (83603/83603), 21.47 MiB | 4.55 MiB/s, done.
Resolving deltas: 100% (67756/67756), done.
Checking connectivity... done.
# Luppy at Luppys-MBP in /tmp/qemu-s-mode [12:50:20]
→ cd nuttx
# Luppy at Luppys-MBP in /tmp/qemu-s-mode/nuttx on git:qemu-s-mode ● [12:50:39]
→ git status && hash1=`git rev-parse HEAD`
pushd ../apps
git status && hash2=`git rev-parse HEAD`
popd
echo NuttX Source: https://github.com/apache/nuttx/tree/$hash1 >nuttx.hash
echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/$hash2 >>nuttx.hash
cat nuttx.hash
On branch qemu-s-mode
Your branch is up-to-date with 'origin/qemu-s-mode'.
nothing to commit, working tree clean
/tmp/qemu-s-mode/apps /tmp/qemu-s-mode/nuttx /tmp/qemu-s-mode /tmp ~
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
/tmp/qemu-s-mode/nuttx /tmp/qemu-s-mode /tmp ~
NuttX Source: https://github.com/apache/nuttx/tree/02c1a95c96069ea59401255169961c082471f826
NuttX Apps: https://github.com/apache/nuttx-apps/tree/943aa68069142545db7c2342ff608c9e6a0670c9
# Luppy at Luppys-MBP in /tmp/qemu-s-mode/nuttx on git:qemu-s-mode ● [13:10:45]
→ make distclean
# Luppy at Luppys-MBP in /tmp/qemu-s-mode/nuttx on git:qemu-s-mode ● [13:11:10]
→ ./tools/configure.sh rv-virt:knsh64
Copy files
Select CONFIG_HOST_MACOS=y
Refreshing...
CP: arch/dummy/Kconfig to /private/tmp/qemu-s-mode/nuttx/arch/dummy/dummy_kconfig
CP: boards/dummy/Kconfig to /private/tmp/qemu-s-mode/nuttx/boards/dummy/dummy_kconfig
LN: platform/board to /private/tmp/qemu-s-mode/apps/platform/dummy
LN: include/arch to arch/risc-v/include
LN: include/arch/board to /private/tmp/qemu-s-mode/nuttx/boards/risc-v/qemu-rv/rv-virt/include
LN: drivers/platform to /private/tmp/qemu-s-mode/nuttx/drivers/dummy
LN: include/arch/chip to /private/tmp/qemu-s-mode/nuttx/arch/risc-v/include/qemu-rv
LN: arch/risc-v/src/chip to /private/tmp/qemu-s-mode/nuttx/arch/risc-v/src/qemu-rv
LN: arch/risc-v/src/board to /private/tmp/qemu-s-mode/nuttx/boards/risc-v/qemu-rv/rv-virt/src
mkkconfig in /private/tmp/qemu-s-mode/apps/audioutils
mkkconfig in /private/tmp/qemu-s-mode/apps/benchmarks
mkkconfig in /private/tmp/qemu-s-mode/apps/boot
mkkconfig in /private/tmp/qemu-s-mode/apps/canutils
mkkconfig in /private/tmp/qemu-s-mode/apps/crypto
mkkconfig in /private/tmp/qemu-s-mode/apps/database
mkkconfig in /private/tmp/qemu-s-mode/apps/examples/mcuboot
mkkconfig in /private/tmp/qemu-s-mode/apps/examples
mkkconfig in /private/tmp/qemu-s-mode/apps/fsutils
mkkconfig in /private/tmp/qemu-s-mode/apps/games
mkkconfig in /private/tmp/qemu-s-mode/apps/graphics
mkkconfig in /private/tmp/qemu-s-mode/apps/industry
mkkconfig in /private/tmp/qemu-s-mode/apps/inertial
mkkconfig in /private/tmp/qemu-s-mode/apps/interpreters/luamodules
mkkconfig in /private/tmp/qemu-s-mode/apps/interpreters
mkkconfig in /private/tmp/qemu-s-mode/apps/logging
mkkconfig in /private/tmp/qemu-s-mode/apps/lte
mkkconfig in /private/tmp/qemu-s-mode/apps/math
mkkconfig in /private/tmp/qemu-s-mode/apps/mlearning
mkkconfig in /private/tmp/qemu-s-mode/apps/netutils
mkkconfig in /private/tmp/qemu-s-mode/apps/sdr
mkkconfig in /private/tmp/qemu-s-mode/apps/system
mkkconfig in /private/tmp/qemu-s-mode/apps/testing
mkkconfig in /private/tmp/qemu-s-mode/apps/wireless/bluetooth
mkkconfig in /private/tmp/qemu-s-mode/apps/wireless/ieee802154
mkkconfig in /private/tmp/qemu-s-mode/apps/wireless
mkkconfig in /private/tmp/qemu-s-mode/apps
#
# configuration written to .config
#
# Luppy at Luppys-MBP in /tmp/qemu-s-mode/nuttx on git:qemu-s-mode ● [13:11:27]
→ make menuconfig
CP: arch/dummy/Kconfig to /private/tmp/qemu-s-mode/nuttx/arch/dummy/dummy_kconfig
CP: boards/dummy/Kconfig to /private/tmp/qemu-s-mode/nuttx/boards/dummy/dummy_kconfig
LN: platform/board to /private/tmp/qemu-s-mode/apps/platform/dummy
LN: include/arch to arch/risc-v/include
LN: include/arch/board to /private/tmp/qemu-s-mode/nuttx/boards/risc-v/qemu-rv/rv-virt/include
LN: drivers/platform to /private/tmp/qemu-s-mode/nuttx/drivers/dummy
LN: include/arch/chip to /private/tmp/qemu-s-mode/nuttx/arch/risc-v/include/qemu-rv
LN: arch/risc-v/src/chip to /private/tmp/qemu-s-mode/nuttx/arch/risc-v/src/qemu-rv
LN: arch/risc-v/src/board to /private/tmp/qemu-s-mode/nuttx/boards/risc-v/qemu-rv/rv-virt/src
*** End of the configuration.
*** Execute 'make' to start the build or try 'make help'.
# Luppy at Luppys-MBP in /tmp/qemu-s-mode/nuttx on git:qemu-s-mode ● [13:12:19]
→ ## Disable "Enable RISC-V SSTC extension support"
# Luppy at Luppys-MBP in /tmp/qemu-s-mode/nuttx on git:qemu-s-mode ● [13:12:36]
→ grep SSTC .config
# CONFIG_ARCH_RV_EXT_SSTC is not set
# Luppy at Luppys-MBP in /tmp/qemu-s-mode/nuttx on git:qemu-s-mode ● [13:12:41]
→ make
Create version.h
LN: platform/board to /private/tmp/qemu-s-mode/apps/platform/dummy
Register: hello
Register: init
Register: sh
Register: getprime
Register: ostest
LD: nuttx
CP: nuttx.hex
# Luppy at Luppys-MBP in /tmp/qemu-s-mode/nuttx on git:qemu-s-mode ● [13:17:51]
→ make 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/float.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/math.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_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/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/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/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
# Luppy at Luppys-MBP in /tmp/qemu-s-mode/nuttx on git:qemu-s-mode ● [13:18:06]
→ pushd ../apps
/tmp/qemu-s-mode/apps /tmp/qemu-s-mode/nuttx /tmp/qemu-s-mode /tmp ~
# Luppy at Luppys-MBP in /tmp/qemu-s-mode/apps on git:master ● [13:18:09]
→ ./tools/mkimport.sh -z -x ../nuttx/nuttx-export-*.tar.gz
# Luppy at Luppys-MBP in /tmp/qemu-s-mode/apps on git:master ● [13:18:17]
→ make import
cc -O2 -Wall -Wstrict-prototypes -Wshadow -DHAVE_STRTOK_C=1 /private/tmp/qemu-s-mode/apps/import/tools/mkdeps.c -o /private/tmp/qemu-s-mode/apps/import/tools/mkdeps
cc -O2 -Wall -Wstrict-prototypes -Wshadow -DHAVE_STRTOK_C=1 /private/tmp/qemu-s-mode/apps/import/tools/incdir.c -o "/private/tmp/qemu-s-mode/apps/import/tools/incdir"
make[1]: Entering directory '/private/tmp/qemu-s-mode/apps'
make[2]: Entering directory '/private/tmp/qemu-s-mode/apps'
make[3]: Entering directory '/private/tmp/qemu-s-mode/apps/examples/hello'
make[3]: Leaving directory '/private/tmp/qemu-s-mode/apps/examples/hello'
make[3]: Entering directory '/private/tmp/qemu-s-mode/apps/nshlib'
make[3]: Leaving directory '/private/tmp/qemu-s-mode/apps/nshlib'
make[3]: Entering directory '/private/tmp/qemu-s-mode/apps/platform'
LN: platform/board to /private/tmp/qemu-s-mode/apps/platform/dummy
make[3]: Leaving directory '/private/tmp/qemu-s-mode/apps/platform'
make[3]: Entering directory '/private/tmp/qemu-s-mode/apps/system/nsh'
make[3]: Leaving directory '/private/tmp/qemu-s-mode/apps/system/nsh'
make[3]: Entering directory '/private/tmp/qemu-s-mode/apps/system/readline'
make[3]: Leaving directory '/private/tmp/qemu-s-mode/apps/system/readline'
make[3]: Entering directory '/private/tmp/qemu-s-mode/apps/testing/getprime'
make[3]: Leaving directory '/private/tmp/qemu-s-mode/apps/testing/getprime'
make[3]: Entering directory '/private/tmp/qemu-s-mode/apps/testing/ostest'
make[3]: Leaving directory '/private/tmp/qemu-s-mode/apps/testing/ostest'
make[2]: Leaving directory '/private/tmp/qemu-s-mode/apps'
make[2]: Entering directory '/private/tmp/qemu-s-mode/apps'
make[3]: Entering directory '/private/tmp/qemu-s-mode/apps/examples/hello'
make[3]: Leaving directory '/private/tmp/qemu-s-mode/apps/examples/hello'
make[3]: Entering directory '/private/tmp/qemu-s-mode/apps/nshlib'
make[3]: Leaving directory '/private/tmp/qemu-s-mode/apps/nshlib'
make[3]: Entering directory '/private/tmp/qemu-s-mode/apps/platform'
make[3]: Leaving directory '/private/tmp/qemu-s-mode/apps/platform'
make[3]: Entering directory '/private/tmp/qemu-s-mode/apps/system/nsh'
make[3]: Leaving directory '/private/tmp/qemu-s-mode/apps/system/nsh'
make[3]: Entering directory '/private/tmp/qemu-s-mode/apps/system/readline'
make[3]: Leaving directory '/private/tmp/qemu-s-mode/apps/system/readline'
make[3]: Entering directory '/private/tmp/qemu-s-mode/apps/testing/getprime'
make[3]: Leaving directory '/private/tmp/qemu-s-mode/apps/testing/getprime'
make[3]: Entering directory '/private/tmp/qemu-s-mode/apps/testing/ostest'
make[3]: Leaving directory '/private/tmp/qemu-s-mode/apps/testing/ostest'
make[2]: Leaving directory '/private/tmp/qemu-s-mode/apps'
make[2]: Entering directory '/private/tmp/qemu-s-mode/apps'
make[2]: Nothing to be done for 'context_wasm'.
make[2]: Leaving directory '/private/tmp/qemu-s-mode/apps'
make[1]: Leaving directory '/private/tmp/qemu-s-mode/apps'
make[1]: Entering directory '/private/tmp/qemu-s-mode/apps'
make[1]: Nothing to be done for 'register'.
make[1]: Leaving directory '/private/tmp/qemu-s-mode/apps'
make[1]: Entering directory '/private/tmp/qemu-s-mode/apps'
make[2]: Entering directory '/private/tmp/qemu-s-mode/apps/examples/hello'
make[2]: Leaving directory '/private/tmp/qemu-s-mode/apps/examples/hello'
make[2]: Entering directory '/private/tmp/qemu-s-mode/apps/nshlib'
make[2]: Leaving directory '/private/tmp/qemu-s-mode/apps/nshlib'
make[2]: Entering directory '/private/tmp/qemu-s-mode/apps/platform'
make[2]: Leaving directory '/private/tmp/qemu-s-mode/apps/platform'
make[2]: Entering directory '/private/tmp/qemu-s-mode/apps/system/nsh'
make[2]: Leaving directory '/private/tmp/qemu-s-mode/apps/system/nsh'
make[2]: Entering directory '/private/tmp/qemu-s-mode/apps/system/readline'
make[2]: Leaving directory '/private/tmp/qemu-s-mode/apps/system/readline'
make[2]: Entering directory '/private/tmp/qemu-s-mode/apps/testing/getprime'
make[2]: Leaving directory '/private/tmp/qemu-s-mode/apps/testing/getprime'
make[2]: Entering directory '/private/tmp/qemu-s-mode/apps/testing/ostest'
make[2]: Leaving directory '/private/tmp/qemu-s-mode/apps/testing/ostest'
make[1]: Leaving directory '/private/tmp/qemu-s-mode/apps'
make[1]: Entering directory '/private/tmp/qemu-s-mode/apps'
make[2]: Entering directory '/private/tmp/qemu-s-mode/apps/examples/hello'
make[2]: Leaving directory '/private/tmp/qemu-s-mode/apps/examples/hello'
make[2]: Entering directory '/private/tmp/qemu-s-mode/apps/nshlib'
cp nsh_alias.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_alias.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_command.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_command.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_console.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_console.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_consolemain.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_consolemain.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_dbgcmds.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_dbgcmds.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_ddcmd.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_ddcmd.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_envcmds.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_envcmds.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_fileapps.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_fileapps.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_fscmds.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_fscmds.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_fsutils.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_fsutils.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_init.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_init.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_mmcmds.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_mmcmds.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_mntcmds.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_mntcmds.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_parse.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_parse.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_printf.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_printf.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_proccmds.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_proccmds.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_prompt.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_prompt.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_script.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_script.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_session.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_session.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_syscmds.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_syscmds.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_system.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_system.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_test.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_test.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
cp nsh_timcmds.c.private.tmp.qemu-s-mode.apps.nshlib.o nsh_timcmds.c.private.tmp.qemu-s-mode.apps.nshlib_1.o
make[2]: Leaving directory '/private/tmp/qemu-s-mode/apps/nshlib'
make[2]: Entering directory '/private/tmp/qemu-s-mode/apps/platform'
cp dummy.c.private.tmp.qemu-s-mode.apps.platform.o dummy.c.private.tmp.qemu-s-mode.apps.platform_1.o
make[2]: Leaving directory '/private/tmp/qemu-s-mode/apps/platform'
make[2]: Entering directory '/private/tmp/qemu-s-mode/apps/system/nsh'
make[2]: Leaving directory '/private/tmp/qemu-s-mode/apps/system/nsh'
make[2]: Entering directory '/private/tmp/qemu-s-mode/apps/system/readline'
cp readline.c.private.tmp.qemu-s-mode.apps.system.readline.o readline.c.private.tmp.qemu-s-mode.apps.system.readline_1.o
cp readline_common.c.private.tmp.qemu-s-mode.apps.system.readline.o readline_common.c.private.tmp.qemu-s-mode.apps.system.readline_1.o
cp readline_fd.c.private.tmp.qemu-s-mode.apps.system.readline.o readline_fd.c.private.tmp.qemu-s-mode.apps.system.readline_1.o
cp readline_stream.c.private.tmp.qemu-s-mode.apps.system.readline.o readline_stream.c.private.tmp.qemu-s-mode.apps.system.readline_1.o
make[2]: Leaving directory '/private/tmp/qemu-s-mode/apps/system/readline'
make[2]: Entering directory '/private/tmp/qemu-s-mode/apps/testing/getprime'
make[2]: Leaving directory '/private/tmp/qemu-s-mode/apps/testing/getprime'
make[2]: Entering directory '/private/tmp/qemu-s-mode/apps/testing/ostest'
cp barrier.c.private.tmp.qemu-s-mode.apps.testing.ostest.o barrier.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp cancel.c.private.tmp.qemu-s-mode.apps.testing.ostest.o cancel.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp cond.c.private.tmp.qemu-s-mode.apps.testing.ostest.o cond.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp dev_null.c.private.tmp.qemu-s-mode.apps.testing.ostest.o dev_null.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
CC: fpu.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 fpu.c.private.tmp.qemu-s-mode.apps.testing.ostest.o fpu.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp getopt.c.private.tmp.qemu-s-mode.apps.testing.ostest.o getopt.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp libc_memmem.c.private.tmp.qemu-s-mode.apps.testing.ostest.o libc_memmem.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp mqueue.c.private.tmp.qemu-s-mode.apps.testing.ostest.o mqueue.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp mutex.c.private.tmp.qemu-s-mode.apps.testing.ostest.o mutex.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp posixtimer.c.private.tmp.qemu-s-mode.apps.testing.ostest.o posixtimer.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp pthread_exit.c.private.tmp.qemu-s-mode.apps.testing.ostest.o pthread_exit.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp pthread_rwlock.c.private.tmp.qemu-s-mode.apps.testing.ostest.o pthread_rwlock.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp pthread_rwlock_cancel.c.private.tmp.qemu-s-mode.apps.testing.ostest.o pthread_rwlock_cancel.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp restart.c.private.tmp.qemu-s-mode.apps.testing.ostest.o restart.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp robust.c.private.tmp.qemu-s-mode.apps.testing.ostest.o robust.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp roundrobin.c.private.tmp.qemu-s-mode.apps.testing.ostest.o roundrobin.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp schedlock.c.private.tmp.qemu-s-mode.apps.testing.ostest.o schedlock.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp sem.c.private.tmp.qemu-s-mode.apps.testing.ostest.o sem.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp semtimed.c.private.tmp.qemu-s-mode.apps.testing.ostest.o semtimed.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp setvbuf.c.private.tmp.qemu-s-mode.apps.testing.ostest.o setvbuf.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp sighand.c.private.tmp.qemu-s-mode.apps.testing.ostest.o sighand.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp sighelper.c.private.tmp.qemu-s-mode.apps.testing.ostest.o sighelper.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp signest.c.private.tmp.qemu-s-mode.apps.testing.ostest.o signest.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp sigprocmask.c.private.tmp.qemu-s-mode.apps.testing.ostest.o sigprocmask.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp timedmqueue.c.private.tmp.qemu-s-mode.apps.testing.ostest.o timedmqueue.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp timedmutex.c.private.tmp.qemu-s-mode.apps.testing.ostest.o timedmutex.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp timedwait.c.private.tmp.qemu-s-mode.apps.testing.ostest.o timedwait.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp vfork.c.private.tmp.qemu-s-mode.apps.testing.ostest.o vfork.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp waitpid.c.private.tmp.qemu-s-mode.apps.testing.ostest.o waitpid.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
cp wqueue.c.private.tmp.qemu-s-mode.apps.testing.ostest.o wqueue.c.private.tmp.qemu-s-mode.apps.testing.ostest_1.o
make[2]: Leaving directory '/private/tmp/qemu-s-mode/apps/testing/ostest'
make[2]: Entering directory '/private/tmp/qemu-s-mode/apps'
make[3]: Entering directory '/private/tmp/qemu-s-mode/apps/examples/hello'
make[3]: Leaving directory '/private/tmp/qemu-s-mode/apps/examples/hello'
make[3]: Entering directory '/private/tmp/qemu-s-mode/apps/nshlib'
make[3]: Leaving directory '/private/tmp/qemu-s-mode/apps/nshlib'
make[3]: Entering directory '/private/tmp/qemu-s-mode/apps/platform'
make[3]: Leaving directory '/private/tmp/qemu-s-mode/apps/platform'
make[3]: Entering directory '/private/tmp/qemu-s-mode/apps/system/nsh'
make[3]: Leaving directory '/private/tmp/qemu-s-mode/apps/system/nsh'
make[3]: Entering directory '/private/tmp/qemu-s-mode/apps/system/readline'
make[3]: Leaving directory '/private/tmp/qemu-s-mode/apps/system/readline'
make[3]: Entering directory '/private/tmp/qemu-s-mode/apps/testing/getprime'
make[3]: Leaving directory '/private/tmp/qemu-s-mode/apps/testing/getprime'
make[3]: Entering directory '/private/tmp/qemu-s-mode/apps/testing/ostest'
make[3]: Leaving directory '/private/tmp/qemu-s-mode/apps/testing/ostest'
make[2]: Leaving directory '/private/tmp/qemu-s-mode/apps'
make[1]: Leaving directory '/private/tmp/qemu-s-mode/apps'
# Luppy at Luppys-MBP in /tmp/qemu-s-mode/apps on git:master ● [13:18:50]
→ popd
/tmp/qemu-s-mode/nuttx /tmp/qemu-s-mode /tmp ~
# Luppy at Luppys-MBP in /tmp/qemu-s-mode/nuttx on git:qemu-s-mode ● [13:18:54]
→ qemu-system-riscv64 --version
QEMU emulator version 7.0.0
Copyright (c) 2003-2022 Fabrice Bellard and the QEMU Project developers
# Luppy at Luppys-MBP in /tmp/qemu-s-mode/nuttx on git:qemu-s-mode ● [13:27:20]
→ qemu-system-riscv64 -nographic -semihosting -M virt,aclint=on -cpu rv64 -kernel nuttx
OpenSBI v1.0
____ _____ ____ _____
/ __ \ / ____| _ \_ _|
| | | |_ __ ___ _ __ | (___ | |_) || |
| | | | '_ \ / _ \ '_ \ \___ \| _ < | |
| |__| | |_) | __/ | | |____) | |_) || |_
\____/| .__/ \___|_| |_|_____/|____/_____|
| |
|_|
Platform Name : riscv-virtio,qemu
Platform Features : medeleg
Platform HART Count : 1
Platform IPI Device : aclint-mswi
Platform Timer Device : aclint-mtimer @ 10000000Hz
Platform Console Device : uart8250
Platform HSM Device : ---
Platform Reboot Device : sifive_test
Platform Shutdown Device : sifive_test
Firmware Base : 0x80000000
Firmware Size : 252 KB
Runtime SBI Version : 0.3
Domain0 Name : root
Domain0 Boot HART : 0
Domain0 HARTs : 0*
Domain0 Region00 : 0x0000000002000000-0x000000000200ffff (I)
Domain0 Region01 : 0x0000000080000000-0x000000008003ffff ()
Domain0 Region02 : 0x0000000000000000-0xffffffffffffffff (R,W,X)
Domain0 Next Address : 0x0000000080200000
Domain0 Next Arg1 : 0x0000000087000000
Domain0 Next Mode : S-mode
Domain0 SysReset : yes
Boot HART ID : 0
Boot HART Domain : root
Boot HART ISA : rv64imafdcsuh
Boot HART Features : scounteren,mcounteren,time
Boot HART PMP Count : 16
Boot HART PMP Granularity : 4
Boot HART PMP Address Bits: 54
Boot HART MHPM Count : 0
Boot HART MIDELEG : 0x0000000000001666
Boot HART MEDELEG : 0x0000000000f0b509
ABC
NuttShell (NSH)
nsh> usleep 1
nsh> usleep 5
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=4
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 2688 2688
fordblks 7e970 7e970
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 2688 2688
fordblks 7e970 7e970
user_main: libc tests
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 2 2
mxordblk 7cff0 7cff0
uordblks 2688 2688
fordblks 7e970 7e970
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 2688 2668
fordblks 7e970 7e990
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 2668 2588
fordblks 7e990 7ea70
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 2588 2588
fordblks 7ea70 7ea70
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 2588 2588
fordblks 7ea70 7ea70
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 2588 35a8
fordblks 7ea70 7da50
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 35a8 2d98
fordblks 7da50 7e260
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 2d98 4598
fordblks 7e260 7ca60
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 4598 4598
fordblks 7ca60 7ca60
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 4598 3db8
fordblks 7ca60 7d240
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: (96 sec, 39000000 nsec)
AFTER: (98 sec, 40000000 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: (98 sec, 43000000 nsec)
AFTER: (99 sec, 45000000 nsec)
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 5 3
mxordblk 767f0 7a7f0
uordblks 3db8 2d98
fordblks 7d240 7e260
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 2d98 2d98
fordblks 7e260 7e260
user_main: pthread_exit() test
pthread_exit_test: Started pthread_exit_main at PID=38
pthread_exit_main 38: Starting pthread_exit_thread
pthread_exit_main 38: Sleeping for 5 seconds
pthread_exit_thread 39: Sleeping for 10 second
pthread_exit_main 38: Calling pthread_exit()
pthread_exit_thread 39: Still running...
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 3 4
mxordblk 787f0 767f0
uordblks 2d98 4da8
fordblks 7e260 7c250
user_main: pthread_rwlock test
pthread_rwlock: Initializing rwlock
pthread_exit_thread 39: Exiting
End of test memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 4 5
mxordblk 767f0 747f0
uordblks 4da8 3db8
fordblks 7c250 7d240
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 3db8 2588
fordblks 7d240 7ea70
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 2588 2d98
fordblks 7ea70 7e260
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 2d98 65a8
fordblks 7e260 7aa50
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 65a8 4598
fordblks 7aa50 7ca60
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 4598 4598
fordblks 7ca60 7ca60
user_main: signal handler test
sighand_test: Initializing semaphore to 0
sighand_test: Starting waiter task
sighand_test: Started waiter_main pid=77
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=77 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 4598 4598
fordblks 7ca60 7ca60
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=78
signest_test: Starting interfering task at priority 102
interfere_main: Waiting on semaphore
signest_test: Started interfere_main pid=79
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 4598 65a8
fordblks 7ca60 7aa50
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=0xc0006afa 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 65a8 65a8
fordblks 7aa50 7aa50
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: 85
rr_test: Starting second get_primes_thread
Second get_primes_thread: 86
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=1 finished, found 1230 primes, last one was 9973
get_primes_thread id=2 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 65a8 35a8
fordblks 7aa50 7da50
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_test: Thread 0 completed with result=0
barrier_func: Thread 1 done
barrier_test: Thread 1 completed with result=0
barrier_func: Thread 2 done
barrier_func: Thread 3 done
barrier_test: Thread 2 completed with result=0
barrier_test: Thread 3 completed with result=0
barrier_func: Thread 4 done
barrier_func: Thread 5 done
barrier_test: Thread 4 completed with result=0
barrier_test: Thread 5 completed with result=0
barrier_func: Thread 6 done
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 35a8 6608
fordblks 7da50 7a9f0
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 6608 35a8
fordblks 7a9f0 7da50
Final memory usage:
VARIABLE BEFORE AFTER
======== ======== ========
arena 80ff8 80ff8
ordblks 2 4
mxordblk 7cff0 787f0
uordblks 2688 35a8
fordblks 7e970 7da50
user_main: Exiting
ostest_main: Exiting with status -1
nsh>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment