Created
September 25, 2024 12:29
-
-
Save lupyuen/429d215b859f8d90d66dfac37b45fce2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ riscv $ script /tmp/special-qemu-riscv-knsh64.log $HOME/riscv/nuttx-riscv64/special-qemu-riscv-knsh64.sh | |
cat /tmp/special-qemu-riscv-knsh64.log \ | |
| tr -d '\r' \ | |
| tr -d '\r' \ | |
| sed 's/\x08/ /g' \ | |
| sed 's/\x1B(B//g' \ | |
| sed 's/\x1B\[K//g' \ | |
| sed 's/\x1B[<=>]//g' \ | |
| sed 's/\x1B\[[0-9:;<=>?]*[!]*[A-Za-z]//g' \ | |
| sed 's/\x1B[@A-Z\\\]^_]\|\x1B\[[0-9:;<=>?]*[-!"#$%&'"'"'()*+,.\/]*[][\\@A-Z^_`a-z{|}~]//g' \ | |
>/tmp/special-qemu-riscv-knsh64-clean.log | |
cat /tmp/special-qemu-riscv-knsh64-clean.log | \ | |
gh gist create \ | |
--public \ | |
--desc "Special Build and Test NuttX for QEMU RISC-V 64-bit (Kernel Build)" \ | |
--filename "special-qemu-riscv-knsh64.log" | |
Script started, output file is /tmp/special-qemu-riscv-knsh64.log | |
+ tmp_path=/tmp/special-qemu-riscv-knsh64 | |
+ rm -rf /tmp/special-qemu-riscv-knsh64 | |
+ mkdir /tmp/special-qemu-riscv-knsh64 | |
+ cd /tmp/special-qemu-riscv-knsh64 | |
+ neofetch | |
'c. luppy@Luppys-Mac-mini | |
,xNMM. --------------------- | |
.OMMMMo OS: macOS 14.6.1 23G93 arm64 | |
OMMM0, Host: Mac14,12 | |
.;loddo:' loolloddol;. Kernel: 23.6.0 | |
cKMMMMMMMMMMNWMMMMMMMMMM0: Uptime: 10 days, 7 hours, 29 mins | |
.KMMMMMMMMMMMMMMMMMMMMMMMWd. Packages: 103 (brew) | |
XMMMMMMMMMMMMMMMMMMMMMMMX. Shell: zsh 5.9 | |
;MMMMMMMMMMMMMMMMMMMMMMMM: Resolution: 3840x2160 | |
:MMMMMMMMMMMMMMMMMMMMMMMM: DE: Aqua | |
.MMMMMMMMMMMMMMMMMMMMMMMMX. WM: Quartz Compositor | |
kMMMMMMMMMMMMMMMMMMMMMMMMWd. WM Theme: Blue (Dark) | |
.XMMMMMMMMMMMMMMMMMMMMMMMMMMk Terminal: vscode | |
.XMMMMMMMMMMMMMMMMMMMMMMMMK. CPU: Apple M2 Pro | |
kMMMMMMMMMMMMMMMMMMMMMMd GPU: Apple M2 Pro | |
;KMMMMMMMWXXWMMMMMMMk. Memory: 5072MiB / 32768MiB | |
.cooc,. .,coo:. | |
+ set -x | |
+ source=https://github.com/anjiahao1/nuttx/tree/092001 | |
+ pattern='\(.*\)\/tree\/\(.*\)' | |
++ echo https://github.com/anjiahao1/nuttx/tree/092001 | |
++ sed 's/\(.*\)\/tree\/\(.*\)/\1/' | |
+ url=https://github.com/anjiahao1/nuttx | |
++ echo https://github.com/anjiahao1/nuttx/tree/092001 | |
++ sed 's/\(.*\)\/tree\/\(.*\)/\2/' | |
+ branch=092001 | |
+ mkdir nuttx | |
+ cd nuttx | |
+ git clone https://github.com/anjiahao1/nuttx --branch 092001 nuttx | |
Cloning into 'nuttx'... | |
remote: Enumerating objects: 784803, done. | |
remote: Counting objects: 100% (41/41), done. | |
remote: Compressing objects: 100% (32/32), done. | |
remote: Total 784803 (delta 21), reused 10 (delta 9), pack-reused 784762 (from 1) | |
Receiving objects: 100% (784803/784803), 266.74 MiB | 17.30 MiB/s, done. | |
Resolving deltas: 100% (610126/610126), done. | |
Updating files: 100% (22888/22888), done. | |
+ git clone https://github.com/apache/nuttx-apps apps | |
Cloning into 'apps'... | |
remote: Enumerating objects: 85699, done. | |
remote: Counting objects: 100% (1248/1248), done. | |
remote: Compressing objects: 100% (683/683), done. | |
remote: Total 85699 (delta 732), reused 871 (delta 559), pack-reused 84451 (from 1) | |
Receiving objects: 100% (85699/85699), 22.22 MiB | 11.49 MiB/s, done. | |
Resolving deltas: 100% (69245/69245), done. | |
+ cd .. | |
+ cd nuttx/nuttx | |
++ git rev-parse HEAD | |
+ hash1=3aedbcc085285bb333c83e328741438538494e33 | |
+ pushd ../apps | |
/tmp/special-qemu-riscv-knsh64/nuttx/apps /tmp/special-qemu-riscv-knsh64/nuttx/nuttx | |
++ git rev-parse HEAD | |
+ hash2=778ae8495b5b06f39e4187a18f5103da0acb5fdb | |
+ popd | |
/tmp/special-qemu-riscv-knsh64/nuttx/nuttx | |
+ echo NuttX Source: https://github.com/apache/nuttx/tree/3aedbcc085285bb333c83e328741438538494e33 | |
+ echo NuttX Apps: https://github.com/apache/nuttx-apps/tree/778ae8495b5b06f39e4187a18f5103da0acb5fdb | |
+ cat nuttx.hash | |
NuttX Source: https://github.com/apache/nuttx/tree/3aedbcc085285bb333c83e328741438538494e33 | |
NuttX Apps: https://github.com/apache/nuttx-apps/tree/778ae8495b5b06f39e4187a18f5103da0acb5fdb | |
+ 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) | |
+ rustup --version | |
rustup 1.27.1 (54dd3d00f 2024-04-24) | |
info: This is the version for the rustup toolchain manager, not the rustc compiler. | |
info: The currently active `rustc` version is `rustc 1.78.0 (9b00956e5 2024-04-29)` | |
+ rustc --version | |
rustc 1.78.0 (9b00956e5 2024-04-29) | |
+ tools/configure.sh rv-virt:knsh64 | |
Copy files | |
Select CONFIG_HOST_MACOS=y | |
Select CONFIG_HOST_ARM64=y | |
Refreshing... | |
CP: arch/dummy/Kconfig to /private/tmp/special-qemu-riscv-knsh64/nuttx/nuttx/arch/dummy/dummy_kconfig | |
CP: boards/dummy/Kconfig to /private/tmp/special-qemu-riscv-knsh64/nuttx/nuttx/boards/dummy/dummy_kconfig | |
LN: platform/board to /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/platform/dummy | |
LN: include/arch to arch/risc-v/include | |
LN: include/arch/board to /private/tmp/special-qemu-riscv-knsh64/nuttx/nuttx/boards/risc-v/qemu-rv/rv-virt/include | |
LN: drivers/platform to /private/tmp/special-qemu-riscv-knsh64/nuttx/nuttx/drivers/dummy | |
LN: include/arch/chip to /private/tmp/special-qemu-riscv-knsh64/nuttx/nuttx/arch/risc-v/include/qemu-rv | |
LN: arch/risc-v/src/chip to /private/tmp/special-qemu-riscv-knsh64/nuttx/nuttx/arch/risc-v/src/qemu-rv | |
LN: arch/risc-v/src/board to /private/tmp/special-qemu-riscv-knsh64/nuttx/nuttx/boards/risc-v/qemu-rv/rv-virt/src | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/audioutils | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/benchmarks | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/boot | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/canutils | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/crypto | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/database | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/examples/mcuboot | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/examples | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/fsutils | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/games | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/graphics | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/industry | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/inertial | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/interpreters/luamodules | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/interpreters | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/logging | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/lte | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/math | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/mlearning | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/netutils | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/sdr | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/system | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/testing | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/videoutils | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/wireless/bluetooth | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/wireless/ieee802154 | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/wireless | |
mkkconfig in /private/tmp/special-qemu-riscv-knsh64/nuttx/apps | |
# | |
# configuration written to .config | |
# | |
+ cp .config nuttx.config | |
+ make -j | |
Create version.h | |
LN: platform/board to /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/platform/dummy | |
Register: getprime | |
Register: hello | |
Register: init | |
Register: ostest | |
Register: sh | |
CPP: /private/tmp/special-qemu-riscv-knsh64/nuttx/nuttx/boards/risc-v/qemu-rv/rv-virt/scripts/ld-kernel.script-> /private/tmp/special-qemu-riscv-knsh64/nuttx/nuttx/boards/risc-v/qemu-rvLD: nuttx | |
+ make export | |
a nuttx-export-10.1.0 | |
a nuttx-export-10.1.0/.config | |
a nuttx-export-10.1.0/tools | |
a nuttx-export-10.1.0/include | |
a nuttx-export-10.1.0/libs | |
a nuttx-export-10.1.0/System.map | |
a nuttx-export-10.1.0/scripts | |
a nuttx-export-10.1.0/registry | |
a nuttx-export-10.1.0/startup | |
a nuttx-export-10.1.0/startup/crt0.o | |
a nuttx-export-10.1.0/scripts/toolchain.cmake | |
a nuttx-export-10.1.0/scripts/Make.defs | |
a nuttx-export-10.1.0/scripts/target.cmake | |
a nuttx-export-10.1.0/scripts/gnu-elf.ld | |
a nuttx-export-10.1.0/libs/libproxies.a | |
a nuttx-export-10.1.0/libs/libarch.a | |
a nuttx-export-10.1.0/libs/libmm.a | |
a nuttx-export-10.1.0/libs/libm.a | |
a nuttx-export-10.1.0/libs/libc.a | |
a nuttx-export-10.1.0/libs/libgcc.a | |
a nuttx-export-10.1.0/include/time.h | |
a nuttx-export-10.1.0/include/semaphore.h | |
a nuttx-export-10.1.0/include/ftw.h | |
a nuttx-export-10.1.0/include/pwd.h | |
a nuttx-export-10.1.0/include/utime.h | |
a nuttx-export-10.1.0/include/err.h | |
a nuttx-export-10.1.0/include/pty.h | |
a nuttx-export-10.1.0/include/inttypes.h | |
a nuttx-export-10.1.0/include/resolv.h | |
a nuttx-export-10.1.0/include/crypto | |
a nuttx-export-10.1.0/include/ssp | |
a nuttx-export-10.1.0/include/stdlib.h | |
a nuttx-export-10.1.0/include/debug.h | |
a nuttx-export-10.1.0/include/net | |
a nuttx-export-10.1.0/include/stdnoreturn.h | |
a nuttx-export-10.1.0/include/malloc.h | |
a nuttx-export-10.1.0/include/float.h | |
a nuttx-export-10.1.0/include/aio.h | |
a nuttx-export-10.1.0/include/locale.h | |
a nuttx-export-10.1.0/include/uuid.h | |
a nuttx-export-10.1.0/include/elf64.h | |
a nuttx-export-10.1.0/include/mqueue.h | |
a nuttx-export-10.1.0/include/langinfo.h | |
a nuttx-export-10.1.0/include/limits.h | |
a nuttx-export-10.1.0/include/endian.h | |
a nuttx-export-10.1.0/include/netpacket | |
a nuttx-export-10.1.0/include/unistd.h | |
a nuttx-export-10.1.0/include/stddef.h | |
a nuttx-export-10.1.0/include/wctype.h | |
a nuttx-export-10.1.0/include/fcntl.h | |
a nuttx-export-10.1.0/include/dspb16.h | |
a nuttx-export-10.1.0/include/signal.h | |
a nuttx-export-10.1.0/include/cxx | |
a nuttx-export-10.1.0/include/dirent.h | |
a nuttx-export-10.1.0/include/spawn.h | |
a nuttx-export-10.1.0/include/regex.h | |
a nuttx-export-10.1.0/include/arpa | |
a nuttx-export-10.1.0/include/syslog.h | |
a nuttx-export-10.1.0/include/threads.h | |
a nuttx-export-10.1.0/include/netinet | |
a nuttx-export-10.1.0/include/libgen.h | |
a nuttx-export-10.1.0/include/nxflat.h | |
a nuttx-export-10.1.0/include/elf.h | |
a nuttx-export-10.1.0/include/fixedmath.h | |
a nuttx-export-10.1.0/include/hex2bin.h | |
a nuttx-export-10.1.0/include/getopt.h | |
a nuttx-export-10.1.0/include/dlfcn.h | |
a nuttx-export-10.1.0/include/strings.h | |
a nuttx-export-10.1.0/include/fnmatch.h | |
a nuttx-export-10.1.0/include/elf32.h | |
a nuttx-export-10.1.0/include/execinfo.h | |
a nuttx-export-10.1.0/include/byteswap.h | |
a nuttx-export-10.1.0/include/alloca.h | |
a nuttx-export-10.1.0/include/sys | |
a nuttx-export-10.1.0/include/iconv.h | |
a nuttx-export-10.1.0/include/.gitignore | |
a nuttx-export-10.1.0/include/grp.h | |
a nuttx-export-10.1.0/include/ctype.h | |
a nuttx-export-10.1.0/include/obstack.h | |
a nuttx-export-10.1.0/include/android | |
a nuttx-export-10.1.0/include/arch | |
a nuttx-export-10.1.0/include/nl_types.h | |
a nuttx-export-10.1.0/include/wchar.h | |
a nuttx-export-10.1.0/include/stdbool.h | |
a nuttx-export-10.1.0/include/sched.h | |
a nuttx-export-10.1.0/include/iso646.h | |
a nuttx-export-10.1.0/include/libintl.h | |
a nuttx-export-10.1.0/include/netdb.h | |
a nuttx-export-10.1.0/include/pthread.h | |
a nuttx-export-10.1.0/include/math.h | |
a nuttx-export-10.1.0/include/dsp.h | |
a nuttx-export-10.1.0/include/errno.h | |
a nuttx-export-10.1.0/include/termios.h | |
a nuttx-export-10.1.0/include/poll.h | |
a nuttx-export-10.1.0/include/stdio.h | |
a nuttx-export-10.1.0/include/lzf.h | |
a nuttx-export-10.1.0/include/search.h | |
a nuttx-export-10.1.0/include/assert.h | |
a nuttx-export-10.1.0/include/syscall.h | |
a nuttx-export-10.1.0/include/glob.h | |
a nuttx-export-10.1.0/include/ifaddrs.h | |
a nuttx-export-10.1.0/include/stdint.h | |
a nuttx-export-10.1.0/include/nuttx | |
a nuttx-export-10.1.0/include/string.h | |
a nuttx-export-10.1.0/include/nuttx/wqueue.h | |
a nuttx-export-10.1.0/include/nuttx/notifier.h | |
a nuttx-export-10.1.0/include/nuttx/vt100.h | |
a nuttx-export-10.1.0/include/nuttx/rpmsg | |
a nuttx-export-10.1.0/include/nuttx/semaphore.h | |
a nuttx-export-10.1.0/include/nuttx/power | |
a nuttx-export-10.1.0/include/nuttx/himem | |
a nuttx-export-10.1.0/include/nuttx/analog | |
a nuttx-export-10.1.0/include/nuttx/note | |
a nuttx-export-10.1.0/include/nuttx/spinlock.h | |
a nuttx-export-10.1.0/include/nuttx/progmem.h | |
a nuttx-export-10.1.0/include/nuttx/crc8.h | |
a nuttx-export-10.1.0/include/nuttx/lin.h | |
a nuttx-export-10.1.0/include/nuttx/sensors | |
a nuttx-export-10.1.0/include/nuttx/crypto | |
a nuttx-export-10.1.0/include/nuttx/pci | |
a nuttx-export-10.1.0/include/nuttx/page.h | |
a nuttx-export-10.1.0/include/nuttx/video | |
a nuttx-export-10.1.0/include/nuttx/hwspinlock | |
a nuttx-export-10.1.0/include/nuttx/contactless | |
a nuttx-export-10.1.0/include/nuttx/can | |
a nuttx-export-10.1.0/include/nuttx/version.h | |
a nuttx-export-10.1.0/include/nuttx/syslog | |
a nuttx-export-10.1.0/include/nuttx/net | |
a nuttx-export-10.1.0/include/nuttx/drivers | |
a nuttx-export-10.1.0/include/nuttx/tls.h | |
a nuttx-export-10.1.0/include/nuttx/panic_notifier.h | |
a nuttx-export-10.1.0/include/nuttx/crc16.h | |
a nuttx-export-10.1.0/include/nuttx/nuttx.h | |
a nuttx-export-10.1.0/include/nuttx/compiler.h | |
a nuttx-export-10.1.0/include/nuttx/streams.h | |
a nuttx-export-10.1.0/include/nuttx/zoneinfo.h | |
a nuttx-export-10.1.0/include/nuttx/pinctrl | |
a nuttx-export-10.1.0/include/nuttx/virtio | |
a nuttx-export-10.1.0/include/nuttx/kthread.h | |
a nuttx-export-10.1.0/include/nuttx/config.h | |
a nuttx-export-10.1.0/include/nuttx/envpath.h | |
a nuttx-export-10.1.0/include/nuttx/mqueue.h | |
a nuttx-export-10.1.0/include/nuttx/event.h | |
a nuttx-export-10.1.0/include/nuttx/hashtable.h | |
a nuttx-export-10.1.0/include/nuttx/input | |
a nuttx-export-10.1.0/include/nuttx/sdio_slave.h | |
a nuttx-export-10.1.0/include/nuttx/timers | |
a nuttx-export-10.1.0/include/nuttx/binfmt | |
a nuttx-export-10.1.0/include/nuttx/lirc.h | |
a nuttx-export-10.1.0/include/nuttx/pgalloc.h | |
a nuttx-export-10.1.0/include/nuttx/crc64.h | |
a nuttx-export-10.1.0/include/nuttx/wdog.h | |
a nuttx-export-10.1.0/include/nuttx/atexit.h | |
a nuttx-export-10.1.0/include/nuttx/reset | |
a nuttx-export-10.1.0/include/nuttx/cache.h | |
a nuttx-export-10.1.0/include/nuttx/signal.h | |
a nuttx-export-10.1.0/include/nuttx/i2c | |
a nuttx-export-10.1.0/include/nuttx/gdbstub.h | |
a nuttx-export-10.1.0/include/nuttx/spawn.h | |
a nuttx-export-10.1.0/include/nuttx/can.h | |
a nuttx-export-10.1.0/include/nuttx/regmap | |
a nuttx-export-10.1.0/include/nuttx/coresight | |
a nuttx-export-10.1.0/include/nuttx/reboot_notifier.h | |
a nuttx-export-10.1.0/include/nuttx/instrument.h | |
a nuttx-export-10.1.0/include/nuttx/rwsem.h | |
a nuttx-export-10.1.0/include/nuttx/environ.h | |
a nuttx-export-10.1.0/include/nuttx/userspace.h | |
a nuttx-export-10.1.0/include/nuttx/symtab.h | |
a nuttx-export-10.1.0/include/nuttx/elf.h | |
a nuttx-export-10.1.0/include/nuttx/math | |
a nuttx-export-10.1.0/include/nuttx/rf | |
a nuttx-export-10.1.0/include/nuttx/rptun | |
a nuttx-export-10.1.0/include/nuttx/kmalloc.h | |
a nuttx-export-10.1.0/include/nuttx/leds | |
a nuttx-export-10.1.0/include/nuttx/mbox | |
a nuttx-export-10.1.0/include/nuttx/ascii.h | |
a nuttx-export-10.1.0/include/nuttx/sdio.h | |
a nuttx-export-10.1.0/include/nuttx/mmcsd.h | |
a nuttx-export-10.1.0/include/nuttx/usb | |
a nuttx-export-10.1.0/include/nuttx/list.h | |
a nuttx-export-10.1.0/include/nuttx/spi | |
a nuttx-export-10.1.0/include/nuttx/motor | |
a nuttx-export-10.1.0/include/nuttx/audio | |
a nuttx-export-10.1.0/include/nuttx/trace.h | |
a nuttx-export-10.1.0/include/nuttx/1wire | |
a nuttx-export-10.1.0/include/nuttx/.gitignore | |
a nuttx-export-10.1.0/include/nuttx/addrenv.h | |
a nuttx-export-10.1.0/include/nuttx/wireless | |
a nuttx-export-10.1.0/include/nuttx/sched_note.h | |
a nuttx-export-10.1.0/include/nuttx/idr.h | |
a nuttx-export-10.1.0/include/nuttx/nx | |
a nuttx-export-10.1.0/include/nuttx/ipcc.h | |
a nuttx-export-10.1.0/include/nuttx/memoryregion.h | |
a nuttx-export-10.1.0/include/nuttx/lcd | |
a nuttx-export-10.1.0/include/nuttx/sched.h | |
a nuttx-export-10.1.0/include/nuttx/uorb.h | |
a nuttx-export-10.1.0/include/nuttx/tee.h | |
a nuttx-export-10.1.0/include/nuttx/lib | |
a nuttx-export-10.1.0/include/nuttx/mm | |
a nuttx-export-10.1.0/include/nuttx/segger | |
a nuttx-export-10.1.0/include/nuttx/irq.h | |
a nuttx-export-10.1.0/include/nuttx/modem | |
a nuttx-export-10.1.0/include/nuttx/pthread.h | |
a nuttx-export-10.1.0/include/nuttx/usrsock | |
a nuttx-export-10.1.0/include/nuttx/dma | |
a nuttx-export-10.1.0/include/nuttx/mutex.h | |
a nuttx-export-10.1.0/include/nuttx/board.h | |
a nuttx-export-10.1.0/include/nuttx/eeprom | |
a nuttx-export-10.1.0/include/nuttx/module.h | |
a nuttx-export-10.1.0/include/nuttx/mtd | |
a nuttx-export-10.1.0/include/nuttx/fdt.h | |
a nuttx-export-10.1.0/include/nuttx/allsyms.h | |
a nuttx-export-10.1.0/include/nuttx/ioexpander | |
a nuttx-export-10.1.0/include/nuttx/coredump.h | |
a nuttx-export-10.1.0/include/nuttx/init.h | |
a nuttx-export-10.1.0/include/nuttx/fs | |
a nuttx-export-10.1.0/include/nuttx/crc32.h | |
a nuttx-export-10.1.0/include/nuttx/fdcheck.h | |
a nuttx-export-10.1.0/include/nuttx/ethtool.h | |
a nuttx-export-10.1.0/include/nuttx/rc | |
a nuttx-export-10.1.0/include/nuttx/scsi.h | |
a nuttx-export-10.1.0/include/nuttx/clk | |
a nuttx-export-10.1.0/include/nuttx/clock.h | |
a nuttx-export-10.1.0/include/nuttx/efuse | |
a nuttx-export-10.1.0/include/nuttx/queue.h | |
a nuttx-export-10.1.0/include/nuttx/random.h | |
a nuttx-export-10.1.0/include/nuttx/cancelpt.h | |
a nuttx-export-10.1.0/include/nuttx/serial | |
a nuttx-export-10.1.0/include/nuttx/bits.h | |
a nuttx-export-10.1.0/include/nuttx/rmt | |
a nuttx-export-10.1.0/include/nuttx/arch.h | |
a nuttx-export-10.1.0/include/nuttx/atomic.h | |
a nuttx-export-10.1.0/include/nuttx/thermal.h | |
a nuttx-export-10.1.0/include/nuttx/rmt/rmt.h | |
a nuttx-export-10.1.0/include/nuttx/rmt/rmtchar.h | |
a nuttx-export-10.1.0/include/nuttx/serial/pty.h | |
a nuttx-export-10.1.0/include/nuttx/serial/uart_bth4.h | |
a nuttx-export-10.1.0/include/nuttx/serial/tioctl.h | |
a nuttx-export-10.1.0/include/nuttx/serial/uart_pci_16550.h | |
a nuttx-export-10.1.0/include/nuttx/serial/uart_ram.h | |
a nuttx-export-10.1.0/include/nuttx/serial/uart_16550.h | |
a nuttx-export-10.1.0/include/nuttx/serial/serial.h | |
a nuttx-export-10.1.0/include/nuttx/serial/uart_rpmsg.h | |
a nuttx-export-10.1.0/include/nuttx/serial/mxser.h | |
a nuttx-export-10.1.0/include/nuttx/serial/uart_pl011.h | |
a nuttx-export-10.1.0/include/nuttx/serial/uart_cmsdk.h | |
a nuttx-export-10.1.0/include/nuttx/serial/uart_bth5.h | |
a nuttx-export-10.1.0/include/nuttx/efuse/sama5_sfc_fuses.h | |
a nuttx-export-10.1.0/include/nuttx/efuse/efuse.h | |
a nuttx-export-10.1.0/include/nuttx/clk/clk.h | |
a nuttx-export-10.1.0/include/nuttx/clk/clk_provider.h | |
a nuttx-export-10.1.0/include/nuttx/rc/lirc_dev.h | |
a nuttx-export-10.1.0/include/nuttx/rc/dummy.h | |
a nuttx-export-10.1.0/include/nuttx/fs/procfs.h | |
a nuttx-export-10.1.0/include/nuttx/fs/ioctl.h | |
a nuttx-export-10.1.0/include/nuttx/fs/smart.h | |
a nuttx-export-10.1.0/include/nuttx/fs/automount.h | |
a nuttx-export-10.1.0/include/nuttx/fs/nfs.h | |
a nuttx-export-10.1.0/include/nuttx/fs/hostfs.h | |
a nuttx-export-10.1.0/include/nuttx/fs/partition.h | |
a nuttx-export-10.1.0/include/nuttx/fs/loop.h | |
a nuttx-export-10.1.0/include/nuttx/fs/nxffs.h | |
a nuttx-export-10.1.0/include/nuttx/fs/loopmtd.h | |
a nuttx-export-10.1.0/include/nuttx/fs/userfs.h | |
a nuttx-export-10.1.0/include/nuttx/fs/fs.h | |
a nuttx-export-10.1.0/include/nuttx/fs/fat.h | |
a nuttx-export-10.1.0/include/nuttx/ioexpander/ioe_rpmsg.h | |
a nuttx-export-10.1.0/include/nuttx/ioexpander/pca9555.h | |
a nuttx-export-10.1.0/include/nuttx/ioexpander/tca64xx.h | |
a nuttx-export-10.1.0/include/nuttx/ioexpander/pcf8574.h | |
a nuttx-export-10.1.0/include/nuttx/ioexpander/iso1h812g.h | |
a nuttx-export-10.1.0/include/nuttx/ioexpander/icjx.h | |
a nuttx-export-10.1.0/include/nuttx/ioexpander/mcp23x17.h | |
a nuttx-export-10.1.0/include/nuttx/ioexpander/ioe_dummy.h | |
a nuttx-export-10.1.0/include/nuttx/ioexpander/sx1509.h | |
a nuttx-export-10.1.0/include/nuttx/ioexpander/pca9538.h | |
a nuttx-export-10.1.0/include/nuttx/ioexpander/pcf8575.h | |
a nuttx-export-10.1.0/include/nuttx/ioexpander/gpio.h | |
a nuttx-export-10.1.0/include/nuttx/ioexpander/ioexpander.h | |
a nuttx-export-10.1.0/include/nuttx/ioexpander/iso1i813t.h | |
a nuttx-export-10.1.0/include/nuttx/mtd/nand.h | |
a nuttx-export-10.1.0/include/nuttx/mtd/hamming.h | |
a nuttx-export-10.1.0/include/nuttx/mtd/nand_config.h | |
a nuttx-export-10.1.0/include/nuttx/mtd/onfi.h | |
a nuttx-export-10.1.0/include/nuttx/mtd/mtd.h | |
a nuttx-export-10.1.0/include/nuttx/mtd/configdata.h | |
a nuttx-export-10.1.0/include/nuttx/mtd/nand_scheme.h | |
a nuttx-export-10.1.0/include/nuttx/mtd/smart.h | |
a nuttx-export-10.1.0/include/nuttx/mtd/nand_ram.h | |
a nuttx-export-10.1.0/include/nuttx/mtd/nand_ecc.h | |
a nuttx-export-10.1.0/include/nuttx/mtd/nand_model.h | |
a nuttx-export-10.1.0/include/nuttx/mtd/nand_raw.h | |
a nuttx-export-10.1.0/include/nuttx/mtd/nand_wrapper.h | |
a nuttx-export-10.1.0/include/nuttx/eeprom/spi_xx25xx.h | |
a nuttx-export-10.1.0/include/nuttx/eeprom/i2c_xx24xx.h | |
a nuttx-export-10.1.0/include/nuttx/dma/dma.h | |
a nuttx-export-10.1.0/include/nuttx/usrsock/usrsock_rpmsg.h | |
a nuttx-export-10.1.0/include/nuttx/modem/ioctl.h | |
a nuttx-export-10.1.0/include/nuttx/modem/u-blox.h | |
a nuttx-export-10.1.0/include/nuttx/modem/alt1250.h | |
a nuttx-export-10.1.0/include/nuttx/segger/rtt.h | |
a nuttx-export-10.1.0/include/nuttx/segger/note_rtt.h | |
a nuttx-export-10.1.0/include/nuttx/segger/sysview.h | |
a nuttx-export-10.1.0/include/nuttx/mm/circbuf.h | |
a nuttx-export-10.1.0/include/nuttx/mm/map.h | |
a nuttx-export-10.1.0/include/nuttx/mm/mm.h | |
a nuttx-export-10.1.0/include/nuttx/mm/iob.h | |
a nuttx-export-10.1.0/include/nuttx/mm/kmap.h | |
a nuttx-export-10.1.0/include/nuttx/mm/mempool.h | |
a nuttx-export-10.1.0/include/nuttx/mm/kasan.h | |
a nuttx-export-10.1.0/include/nuttx/mm/gran.h | |
a nuttx-export-10.1.0/include/nuttx/lib/xorshift128.h | |
a nuttx-export-10.1.0/include/nuttx/lib/float.h | |
a nuttx-export-10.1.0/include/nuttx/lib/builtin.h | |
a nuttx-export-10.1.0/include/nuttx/lib/modlib.h | |
a nuttx-export-10.1.0/include/nuttx/lib/setjmp.h | |
a nuttx-export-10.1.0/include/nuttx/lib/lib.h | |
a nuttx-export-10.1.0/include/nuttx/lib/math32.h | |
a nuttx-export-10.1.0/include/nuttx/lib/math.h | |
a nuttx-export-10.1.0/include/nuttx/lib/stdarg.h | |
a nuttx-export-10.1.0/include/nuttx/lib/stdatomic.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/lcd_dev.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/lcddrv_spiif.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/st7567.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/tda19988.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/lcd_ioctl.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/mio283qt2.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/hd4478ou.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/jd9851.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/ili9325.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/ili9225.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/lcd.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/ili9340.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/st7789.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/ft80x.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/ug-9664hswag01.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/apa102.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/max7219.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/lpm013m091a.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/gc9a01.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/slcd_codec.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/ili9488.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/p14201.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/st7565.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/ssd1306.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/ili9341.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/mio283qt9a.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/ht16k33.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/pcd8544.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/st7735.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/ssd1680.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/pcf8574_lcd_backpack.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/st7032.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/ssd1289.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/ra8875.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/ug-2864ambag01.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/memlcd.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/slcd_ioctl.h | |
a nuttx-export-10.1.0/include/nuttx/lcd/ssd1351.h | |
a nuttx-export-10.1.0/include/nuttx/nx/nxtypes.h | |
a nuttx-export-10.1.0/include/nuttx/nx/nxfonts.h | |
a nuttx-export-10.1.0/include/nuttx/nx/nxcursor.h | |
a nuttx-export-10.1.0/include/nuttx/nx/nxterm.h | |
a nuttx-export-10.1.0/include/nuttx/nx/nxmu.h | |
a nuttx-export-10.1.0/include/nuttx/nx/nx.h | |
a nuttx-export-10.1.0/include/nuttx/nx/nxbe.h | |
a nuttx-export-10.1.0/include/nuttx/nx/nxtk.h | |
a nuttx-export-10.1.0/include/nuttx/nx/nxglib.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/lte | |
a nuttx-export-10.1.0/include/nuttx/wireless/ieee802154 | |
a nuttx-export-10.1.0/include/nuttx/wireless/ioctl.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/pktradio.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/ieee80211 | |
a nuttx-export-10.1.0/include/nuttx/wireless/gs2200m.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/lpwan | |
a nuttx-export-10.1.0/include/nuttx/wireless/wireless.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/bluetooth | |
a nuttx-export-10.1.0/include/nuttx/wireless/cc1101.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/cellular | |
a nuttx-export-10.1.0/include/nuttx/wireless/nrf24l01.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/spirit.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/cellular/cellular.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/bluetooth/bt_uuid.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/bluetooth/bt_rpmsghci.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/bluetooth/bt_buf.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/bluetooth/bt_uart_shim.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/bluetooth/bt_ioctl.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/bluetooth/bt_core.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/bluetooth/bt_uart.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/bluetooth/bt_hci.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/bluetooth/bt_null.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/bluetooth/bt_driver.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/bluetooth/bt_bridge.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/bluetooth/bt_gatt.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/lpwan/sx127x.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/ieee80211/bcmf_board.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/ieee80211/bcmf_sdio.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/ieee80211/bcmf_netdev.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/ieee80211/bcmf_gpio.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/ieee80211/ieee80211.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/ieee80211/bcmf_gspi.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/ieee80211/ieee80211_cypto.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/ieee802154/at86rf23x.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/ieee802154/ieee802154_mac.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/ieee802154/xbee.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/ieee802154/mrf24j40.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/ieee802154/ieee802154_loopback.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/ieee802154/ieee802154_device.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/ieee802154/ieee802154_radio.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/lte/lte_ioctl.h | |
a nuttx-export-10.1.0/include/nuttx/wireless/lte/lte.h | |
a nuttx-export-10.1.0/include/nuttx/1wire/1wire.h | |
a nuttx-export-10.1.0/include/nuttx/1wire/ds28e17.h | |
a nuttx-export-10.1.0/include/nuttx/1wire/1wire_master.h | |
a nuttx-export-10.1.0/include/nuttx/1wire/1wire_crc.h | |
a nuttx-export-10.1.0/include/nuttx/audio/cs43l22.h | |
a nuttx-export-10.1.0/include/nuttx/audio/es8388.h | |
a nuttx-export-10.1.0/include/nuttx/audio/vs1053.h | |
a nuttx-export-10.1.0/include/nuttx/audio/audio_null.h | |
a nuttx-export-10.1.0/include/nuttx/audio/wm8994.h | |
a nuttx-export-10.1.0/include/nuttx/audio/cs4344.h | |
a nuttx-export-10.1.0/include/nuttx/audio/i2s.h | |
a nuttx-export-10.1.0/include/nuttx/audio/audio.h | |
a nuttx-export-10.1.0/include/nuttx/audio/wm8776.h | |
a nuttx-export-10.1.0/include/nuttx/audio/audio_i2s.h | |
a nuttx-export-10.1.0/include/nuttx/audio/tone.h | |
a nuttx-export-10.1.0/include/nuttx/audio/pcm.h | |
a nuttx-export-10.1.0/include/nuttx/audio/audio_dma.h | |
a nuttx-export-10.1.0/include/nuttx/audio/wm8904.h | |
a nuttx-export-10.1.0/include/nuttx/audio/es8311.h | |
a nuttx-export-10.1.0/include/nuttx/audio/audio_comp.h | |
a nuttx-export-10.1.0/include/nuttx/motor/drv8825.h | |
a nuttx-export-10.1.0/include/nuttx/motor/foc | |
a nuttx-export-10.1.0/include/nuttx/motor/motor.h | |
a nuttx-export-10.1.0/include/nuttx/motor/stepper_ioctl.h | |
a nuttx-export-10.1.0/include/nuttx/motor/stepper.h | |
a nuttx-export-10.1.0/include/nuttx/motor/motor_ioctl.h | |
a nuttx-export-10.1.0/include/nuttx/motor/a4988.h | |
a nuttx-export-10.1.0/include/nuttx/motor/foc/drv8301.h | |
a nuttx-export-10.1.0/include/nuttx/motor/foc/foc.h | |
a nuttx-export-10.1.0/include/nuttx/motor/foc/foc_dummy.h | |
a nuttx-export-10.1.0/include/nuttx/motor/foc/foc_pwr.h | |
a nuttx-export-10.1.0/include/nuttx/motor/foc/foc_lower.h | |
a nuttx-export-10.1.0/include/nuttx/spi/spi_bitbang.h | |
a nuttx-export-10.1.0/include/nuttx/spi/slave.h | |
a nuttx-export-10.1.0/include/nuttx/spi/spi_flash.h | |
a nuttx-export-10.1.0/include/nuttx/spi/spi_bitbang.c | |
a nuttx-export-10.1.0/include/nuttx/spi/spi_transfer.h | |
a nuttx-export-10.1.0/include/nuttx/spi/spi.h | |
a nuttx-export-10.1.0/include/nuttx/spi/qspi.h | |
a nuttx-export-10.1.0/include/nuttx/spi/qspi_flash.h | |
a nuttx-export-10.1.0/include/nuttx/spi/ice40.h | |
a nuttx-export-10.1.0/include/nuttx/usb/max3421e.h | |
a nuttx-export-10.1.0/include/nuttx/usb/composite.h | |
a nuttx-export-10.1.0/include/nuttx/usb/cdc.h | |
a nuttx-export-10.1.0/include/nuttx/usb/cdcncm.h | |
a nuttx-export-10.1.0/include/nuttx/usb/ohci.h | |
a nuttx-export-10.1.0/include/nuttx/usb/usbmonitor.h | |
a nuttx-export-10.1.0/include/nuttx/usb/hid.h | |
a nuttx-export-10.1.0/include/nuttx/usb/rndis.h | |
a nuttx-export-10.1.0/include/nuttx/usb/usbdev_trace.h | |
a nuttx-export-10.1.0/include/nuttx/usb/ehci.h | |
a nuttx-export-10.1.0/include/nuttx/usb/audio.h | |
a nuttx-export-10.1.0/include/nuttx/usb/usbmsc.h | |
a nuttx-export-10.1.0/include/nuttx/usb/fusb303.h | |
a nuttx-export-10.1.0/include/nuttx/usb/usbhost.h | |
a nuttx-export-10.1.0/include/nuttx/usb/mtp.h | |
a nuttx-export-10.1.0/include/nuttx/usb/usbdev.h | |
a nuttx-export-10.1.0/include/nuttx/usb/hid_parser.h | |
a nuttx-export-10.1.0/include/nuttx/usb/hub.h | |
a nuttx-export-10.1.0/include/nuttx/usb/storage.h | |
a nuttx-export-10.1.0/include/nuttx/usb/usbhost_trace.h | |
a nuttx-export-10.1.0/include/nuttx/usb/pl2303.h | |
a nuttx-export-10.1.0/include/nuttx/usb/usb.h | |
a nuttx-export-10.1.0/include/nuttx/usb/fusb302.h | |
a nuttx-export-10.1.0/include/nuttx/usb/cdcecm.h | |
a nuttx-export-10.1.0/include/nuttx/usb/adb.h | |
a nuttx-export-10.1.0/include/nuttx/usb/dfu.h | |
a nuttx-export-10.1.0/include/nuttx/usb/usbhost_devaddr.h | |
a nuttx-export-10.1.0/include/nuttx/usb/fusb301.h | |
a nuttx-export-10.1.0/include/nuttx/usb/cdcacm.h | |
a nuttx-export-10.1.0/include/nuttx/mbox/mbox.h | |
a nuttx-export-10.1.0/include/nuttx/leds/rgbled.h | |
a nuttx-export-10.1.0/include/nuttx/leds/pca9635pw.h | |
a nuttx-export-10.1.0/include/nuttx/leds/ncp5623c.h | |
a nuttx-export-10.1.0/include/nuttx/leds/ws2812.h | |
a nuttx-export-10.1.0/include/nuttx/leds/lp503x.h | |
a nuttx-export-10.1.0/include/nuttx/leds/apa102.h | |
a nuttx-export-10.1.0/include/nuttx/leds/max7219.h | |
a nuttx-export-10.1.0/include/nuttx/leds/userled.h | |
a nuttx-export-10.1.0/include/nuttx/rptun/rptun_ivshmem.h | |
a nuttx-export-10.1.0/include/nuttx/rptun/openamp.h | |
a nuttx-export-10.1.0/include/nuttx/rptun/rptun.h | |
a nuttx-export-10.1.0/include/nuttx/rf/ioctl.h | |
a nuttx-export-10.1.0/include/nuttx/rf/dat-31r5-sp.h | |
a nuttx-export-10.1.0/include/nuttx/rf/attenuator.h | |
a nuttx-export-10.1.0/include/nuttx/math/fft.h | |
a nuttx-export-10.1.0/include/nuttx/math/mpi.h | |
a nuttx-export-10.1.0/include/nuttx/math/cordic.h | |
a nuttx-export-10.1.0/include/nuttx/math/math_ioctl.h | |
a nuttx-export-10.1.0/include/nuttx/math/math.h | |
a nuttx-export-10.1.0/include/nuttx/coresight/coresight_replicator.h | |
a nuttx-export-10.1.0/include/nuttx/coresight/coresight_stm.h | |
a nuttx-export-10.1.0/include/nuttx/coresight/coresight_etm.h | |
a nuttx-export-10.1.0/include/nuttx/coresight/coresight_tmc.h | |
a nuttx-export-10.1.0/include/nuttx/coresight/coresight_tpiu.h | |
a nuttx-export-10.1.0/include/nuttx/coresight/coresight.h | |
a nuttx-export-10.1.0/include/nuttx/coresight/coresight_etb.h | |
a nuttx-export-10.1.0/include/nuttx/coresight/coresight_funnel.h | |
a nuttx-export-10.1.0/include/nuttx/regmap/regmap.h | |
a nuttx-export-10.1.0/include/nuttx/i2c/i2c_bitbang.h | |
a nuttx-export-10.1.0/include/nuttx/i2c/i2c_slave.h | |
a nuttx-export-10.1.0/include/nuttx/i2c/pca9540bdp.h | |
a nuttx-export-10.1.0/include/nuttx/i2c/tca9548a.h | |
a nuttx-export-10.1.0/include/nuttx/i2c/i2c_master.h | |
a nuttx-export-10.1.0/include/nuttx/reset/reset-controller.h | |
a nuttx-export-10.1.0/include/nuttx/reset/reset.h | |
a nuttx-export-10.1.0/include/nuttx/binfmt/ieee695.h | |
a nuttx-export-10.1.0/include/nuttx/binfmt/nxflat.h | |
a nuttx-export-10.1.0/include/nuttx/binfmt/binfmt.h | |
a nuttx-export-10.1.0/include/nuttx/binfmt/symtab.h | |
a nuttx-export-10.1.0/include/nuttx/binfmt/elf.h | |
a nuttx-export-10.1.0/include/nuttx/timers/capture.h | |
a nuttx-export-10.1.0/include/nuttx/timers/mcp794xx.h | |
a nuttx-export-10.1.0/include/nuttx/timers/watchdog.h | |
a nuttx-export-10.1.0/include/nuttx/timers/rx8010.h | |
a nuttx-export-10.1.0/include/nuttx/timers/arch_timer.h | |
a nuttx-export-10.1.0/include/nuttx/timers/pl031.h | |
a nuttx-export-10.1.0/include/nuttx/timers/pwm.h | |
a nuttx-export-10.1.0/include/nuttx/timers/pcf85263.h | |
a nuttx-export-10.1.0/include/nuttx/timers/oneshot.h | |
a nuttx-export-10.1.0/include/nuttx/timers/rpmsg_rtc.h | |
a nuttx-export-10.1.0/include/nuttx/timers/timer.h | |
a nuttx-export-10.1.0/include/nuttx/timers/rtc.h | |
a nuttx-export-10.1.0/include/nuttx/timers/arch_alarm.h | |
a nuttx-export-10.1.0/include/nuttx/timers/arch_rtc.h | |
a nuttx-export-10.1.0/include/nuttx/timers/ds3231.h | |
a nuttx-export-10.1.0/include/nuttx/timers/cs2100-cp.h | |
a nuttx-export-10.1.0/include/nuttx/input/touchscreen.h | |
a nuttx-export-10.1.0/include/nuttx/input/ioctl.h | |
a nuttx-export-10.1.0/include/nuttx/input/mxt.h | |
a nuttx-export-10.1.0/include/nuttx/input/max11802.h | |
a nuttx-export-10.1.0/include/nuttx/input/x11_xf86keysym.h | |
a nuttx-export-10.1.0/include/nuttx/input/x11_keysymdef.h | |
a nuttx-export-10.1.0/include/nuttx/input/x11_keysym.h | |
a nuttx-export-10.1.0/include/nuttx/input/tsc2007.h | |
a nuttx-export-10.1.0/include/nuttx/input/djoystick.h | |
a nuttx-export-10.1.0/include/nuttx/input/goldfish_events.h | |
a nuttx-export-10.1.0/include/nuttx/input/xbox-controller.h | |
a nuttx-export-10.1.0/include/nuttx/input/stmpe811.h | |
a nuttx-export-10.1.0/include/nuttx/input/nunchuck.h | |
a nuttx-export-10.1.0/include/nuttx/input/mouse.h | |
a nuttx-export-10.1.0/include/nuttx/input/ff.h | |
a nuttx-export-10.1.0/include/nuttx/input/ads7843e.h | |
a nuttx-export-10.1.0/include/nuttx/input/virtio-input-event-codes.h | |
a nuttx-export-10.1.0/include/nuttx/input/ff_dummy.h | |
a nuttx-export-10.1.0/include/nuttx/input/keyboard.h | |
a nuttx-export-10.1.0/include/nuttx/input/ft5x06.h | |
a nuttx-export-10.1.0/include/nuttx/input/ajoystick.h | |
a nuttx-export-10.1.0/include/nuttx/input/spq10kbd.h | |
a nuttx-export-10.1.0/include/nuttx/input/aw86225.h | |
a nuttx-export-10.1.0/include/nuttx/input/kbd_codec.h | |
a nuttx-export-10.1.0/include/nuttx/input/uinput.h | |
a nuttx-export-10.1.0/include/nuttx/input/cypress_mbr3108.h | |
a nuttx-export-10.1.0/include/nuttx/input/buttons.h | |
a nuttx-export-10.1.0/include/nuttx/input/gt9xx.h | |
a nuttx-export-10.1.0/include/nuttx/virtio/virtio.h | |
a nuttx-export-10.1.0/include/nuttx/virtio/virtio-mmio.h | |
a nuttx-export-10.1.0/include/nuttx/virtio/virtio-pci.h | |
a nuttx-export-10.1.0/include/nuttx/pinctrl/pinctrl.h | |
a nuttx-export-10.1.0/include/nuttx/drivers/optee.h | |
a nuttx-export-10.1.0/include/nuttx/drivers/drivers.h | |
a nuttx-export-10.1.0/include/nuttx/drivers/addrenv.h | |
a nuttx-export-10.1.0/include/nuttx/drivers/rpmsgblk.h | |
a nuttx-export-10.1.0/include/nuttx/drivers/ramdisk.h | |
a nuttx-export-10.1.0/include/nuttx/drivers/rpmsgdev.h | |
a nuttx-export-10.1.0/include/nuttx/drivers/goldfish_pipe.h | |
a nuttx-export-10.1.0/include/nuttx/drivers/rwbuffer.h | |
a nuttx-export-10.1.0/include/nuttx/net/enc28j60.h | |
a nuttx-export-10.1.0/include/nuttx/net/tcp.h | |
a nuttx-export-10.1.0/include/nuttx/net/ioctl.h | |
a nuttx-export-10.1.0/include/nuttx/net/phy.h | |
a nuttx-export-10.1.0/include/nuttx/net/igmp.h | |
a nuttx-export-10.1.0/include/nuttx/net/neighbor.h | |
a nuttx-export-10.1.0/include/nuttx/net/netdev_lowerhalf.h | |
a nuttx-export-10.1.0/include/nuttx/net/telnet.h | |
a nuttx-export-10.1.0/include/nuttx/net/igc.h | |
a nuttx-export-10.1.0/include/nuttx/net/net.h | |
a nuttx-export-10.1.0/include/nuttx/net/icmp.h | |
a nuttx-export-10.1.0/include/nuttx/net/slip.h | |
a nuttx-export-10.1.0/include/nuttx/net/radiodev.h | |
a nuttx-export-10.1.0/include/nuttx/net/usrsock.h | |
a nuttx-export-10.1.0/include/nuttx/net/sms.h | |
a nuttx-export-10.1.0/include/nuttx/net/mld.h | |
a nuttx-export-10.1.0/include/nuttx/net/mii.h | |
a nuttx-export-10.1.0/include/nuttx/net/snoop.h | |
a nuttx-export-10.1.0/include/nuttx/net/wifi_sim.h | |
a nuttx-export-10.1.0/include/nuttx/net/netdev.h | |
a nuttx-export-10.1.0/include/nuttx/net/can.h | |
a nuttx-export-10.1.0/include/nuttx/net/icmpv6.h | |
a nuttx-export-10.1.0/include/nuttx/net/netfilter | |
a nuttx-export-10.1.0/include/nuttx/net/lan9250.h | |
a nuttx-export-10.1.0/include/nuttx/net/loopback.h | |
a nuttx-export-10.1.0/include/nuttx/net/bluetooth.h | |
a nuttx-export-10.1.0/include/nuttx/net/netlink.h | |
a nuttx-export-10.1.0/include/nuttx/net/ipv6ext.h | |
a nuttx-export-10.1.0/include/nuttx/net/w5500.h | |
a nuttx-export-10.1.0/include/nuttx/net/ethernet.h | |
a nuttx-export-10.1.0/include/nuttx/net/ipopt.h | |
a nuttx-export-10.1.0/include/nuttx/net/encx24j600.h | |
a nuttx-export-10.1.0/include/nuttx/net/rpmsg.h | |
a nuttx-export-10.1.0/include/nuttx/net/if_bridge.h | |
a nuttx-export-10.1.0/include/nuttx/net/ksz9477.h | |
a nuttx-export-10.1.0/include/nuttx/net/rfc6775.h | |
a nuttx-export-10.1.0/include/nuttx/net/rpmsgdrv.h | |
a nuttx-export-10.1.0/include/nuttx/net/e1000.h | |
a nuttx-export-10.1.0/include/nuttx/net/pkt.h | |
a nuttx-export-10.1.0/include/nuttx/net/lan91c111.h | |
a nuttx-export-10.1.0/include/nuttx/net/netstats.h | |
a nuttx-export-10.1.0/include/nuttx/net/ieee802154.h | |
a nuttx-export-10.1.0/include/nuttx/net/dns.h | |
a nuttx-export-10.1.0/include/nuttx/net/ip.h | |
a nuttx-export-10.1.0/include/nuttx/net/gmii.h | |
a nuttx-export-10.1.0/include/nuttx/net/sixlowpan.h | |
a nuttx-export-10.1.0/include/nuttx/net/netconfig.h | |
a nuttx-export-10.1.0/include/nuttx/net/tun.h | |
a nuttx-export-10.1.0/include/nuttx/net/udp.h | |
a nuttx-export-10.1.0/include/nuttx/net/ftmac100.h | |
a nuttx-export-10.1.0/include/nuttx/net/netfilter/x_tables.h | |
a nuttx-export-10.1.0/include/nuttx/net/netfilter/netfilter.h | |
a nuttx-export-10.1.0/include/nuttx/net/netfilter/ip_tables.h | |
a nuttx-export-10.1.0/include/nuttx/net/netfilter/ip6_tables.h | |
a nuttx-export-10.1.0/include/nuttx/net/netfilter/nf_nat.h | |
a nuttx-export-10.1.0/include/nuttx/syslog/syslog.h | |
a nuttx-export-10.1.0/include/nuttx/syslog/syslog_rpmsg.h | |
a nuttx-export-10.1.0/include/nuttx/syslog/syslog_console.h | |
a nuttx-export-10.1.0/include/nuttx/syslog/ramlog.h | |
a nuttx-export-10.1.0/include/nuttx/can/can.h | |
a nuttx-export-10.1.0/include/nuttx/can/mcp2515.h | |
a nuttx-export-10.1.0/include/nuttx/can/sja1000.h | |
a nuttx-export-10.1.0/include/nuttx/contactless/ioctl.h | |
a nuttx-export-10.1.0/include/nuttx/contactless/pn532.h | |
a nuttx-export-10.1.0/include/nuttx/contactless/mfrc522.h | |
a nuttx-export-10.1.0/include/nuttx/hwspinlock/hwspinlock.h | |
a nuttx-export-10.1.0/include/nuttx/video/mipi_display.h | |
a nuttx-export-10.1.0/include/nuttx/video/goldfish_fb.h | |
a nuttx-export-10.1.0/include/nuttx/video/rfb.h | |
a nuttx-export-10.1.0/include/nuttx/video/videomode.h | |
a nuttx-export-10.1.0/include/nuttx/video/ov2640.h | |
a nuttx-export-10.1.0/include/nuttx/video/mipi_dsi.h | |
a nuttx-export-10.1.0/include/nuttx/video/vnc.h | |
a nuttx-export-10.1.0/include/nuttx/video/goldfish_camera.h | |
a nuttx-export-10.1.0/include/nuttx/video/isx012.h | |
a nuttx-export-10.1.0/include/nuttx/video/max7456.h | |
a nuttx-export-10.1.0/include/nuttx/video/imgsensor.h | |
a nuttx-export-10.1.0/include/nuttx/video/fb.h | |
a nuttx-export-10.1.0/include/nuttx/video/vesagtf.h | |
a nuttx-export-10.1.0/include/nuttx/video/isx019.h | |
a nuttx-export-10.1.0/include/nuttx/video/v4l2_cap.h | |
a nuttx-export-10.1.0/include/nuttx/video/video.h | |
a nuttx-export-10.1.0/include/nuttx/video/v4l2_m2m.h | |
a nuttx-export-10.1.0/include/nuttx/video/edid.h | |
a nuttx-export-10.1.0/include/nuttx/video/goldfish_gpu_fb.h | |
a nuttx-export-10.1.0/include/nuttx/video/imgdata.h | |
a nuttx-export-10.1.0/include/nuttx/video/rgbcolors.h | |
a nuttx-export-10.1.0/include/nuttx/pci/pci_regs.h | |
a nuttx-export-10.1.0/include/nuttx/pci/pci_ivshmem.h | |
a nuttx-export-10.1.0/include/nuttx/pci/pci_epc.h | |
a nuttx-export-10.1.0/include/nuttx/pci/pci_qemu_edu.h | |
a nuttx-export-10.1.0/include/nuttx/pci/pci_epf.h | |
a nuttx-export-10.1.0/include/nuttx/pci/pci_qemu_test.h | |
a nuttx-export-10.1.0/include/nuttx/pci/pci_ids.h | |
a nuttx-export-10.1.0/include/nuttx/pci/pci_ecam.h | |
a nuttx-export-10.1.0/include/nuttx/pci/pci.h | |
a nuttx-export-10.1.0/include/nuttx/crypto/blake2s.h | |
a nuttx-export-10.1.0/include/nuttx/crypto/crypto.h | |
a nuttx-export-10.1.0/include/nuttx/crypto/tea.h | |
a nuttx-export-10.1.0/include/nuttx/crypto/se05x.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/sps30.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/bmi270.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/apds9960.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/rpr0521rs.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/lis331dl.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/ioctl.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/lsm9ds1.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/amg88xx.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/as5048a.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/sht3x.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/bmi160.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/apds9930.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/sensor.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/goldfish_sensor.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/adt7320.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/wtgahrs2.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/max6675.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/lis3dh.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/mb7040.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/veml6070.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/as726x.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/hts221.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/bme680.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/adxl362.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/aht10.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/lis2dh.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/lt1pa01.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/as5048b.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/max31855.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/mlx90614.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/scd30.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/bmm150.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/bh1749nuc.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/kx022.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/scd41.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/bmp180.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/ms58xx.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/lsm303agr.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/lis3dsh.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/cluster_driver.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/isl29023.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/fakesensor.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/msa301.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/bh1745nuc.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/bmp280.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/adxl372.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/ms56xx.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/lsm6dsl.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/hall3ph.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/ltr308.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/gnss.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/ina219.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/mpu60x0.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/lm75.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/apds9922.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/lm92.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/lps25h.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/l3gd20.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/cxd5610_gnss.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/mlx90393.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/bh1750fvi.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/hyt271.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/ina226.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/ltc4151.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/xen1210.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/max31865.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/mpu9250.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/goldfish_gnss.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/mpl115a.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/msxxxx_crc4.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/t67xx.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/adxl345.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/sgp30.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/qencoder.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/lis3mdl.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/hdc1008.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/lsm330.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/ak09912.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/bh1721fvc.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/ina3221.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/vl53l1x.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/bm1383glv.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/mcp9844.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/hc_sr04.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/sht4x.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/zerocross.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/ds18b20.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/bm1422gmv.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/dhtxx.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/max44009.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/kxtj9.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/sht21.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/fxos8700cq.h | |
a nuttx-export-10.1.0/include/nuttx/sensors/bmg160.h | |
a nuttx-export-10.1.0/include/nuttx/note/notectl_driver.h | |
a nuttx-export-10.1.0/include/nuttx/note/note_driver.h | |
a nuttx-export-10.1.0/include/nuttx/note/noteram_driver.h | |
a nuttx-export-10.1.0/include/nuttx/note/notesnap_driver.h | |
a nuttx-export-10.1.0/include/nuttx/note/notelog_driver.h | |
a nuttx-export-10.1.0/include/nuttx/analog/lmp92001.h | |
a nuttx-export-10.1.0/include/nuttx/analog/adc.h | |
a nuttx-export-10.1.0/include/nuttx/analog/ads7828.h | |
a nuttx-export-10.1.0/include/nuttx/analog/ioctl.h | |
a nuttx-export-10.1.0/include/nuttx/analog/ltc1867l.h | |
a nuttx-export-10.1.0/include/nuttx/analog/dac.h | |
a nuttx-export-10.1.0/include/nuttx/analog/mcp48xx.h | |
a nuttx-export-10.1.0/include/nuttx/analog/ads1242.h | |
a nuttx-export-10.1.0/include/nuttx/analog/opamp.h | |
a nuttx-export-10.1.0/include/nuttx/analog/max1161x.h | |
a nuttx-export-10.1.0/include/nuttx/analog/comp.h | |
a nuttx-export-10.1.0/include/nuttx/analog/hx711.h | |
a nuttx-export-10.1.0/include/nuttx/analog/pga11x.h | |
a nuttx-export-10.1.0/include/nuttx/himem/himem.h | |
a nuttx-export-10.1.0/include/nuttx/power/battery_monitor.h | |
a nuttx-export-10.1.0/include/nuttx/power/pm.h | |
a nuttx-export-10.1.0/include/nuttx/power/axp202.h | |
a nuttx-export-10.1.0/include/nuttx/power/smps.h | |
a nuttx-export-10.1.0/include/nuttx/power/bq27426.h | |
a nuttx-export-10.1.0/include/nuttx/power/bq769x0.h | |
a nuttx-export-10.1.0/include/nuttx/power/battery_charger.h | |
a nuttx-export-10.1.0/include/nuttx/power/powerled.h | |
a nuttx-export-10.1.0/include/nuttx/power/battery_gauge.h | |
a nuttx-export-10.1.0/include/nuttx/power/bq2429x.h | |
a nuttx-export-10.1.0/include/nuttx/power/battery_ioctl.h | |
a nuttx-export-10.1.0/include/nuttx/power/relay.h | |
a nuttx-export-10.1.0/include/nuttx/power/mcp73871.h | |
a nuttx-export-10.1.0/include/nuttx/power/consumer.h | |
a nuttx-export-10.1.0/include/nuttx/power/act8945a.h | |
a nuttx-export-10.1.0/include/nuttx/power/regulator.h | |
a nuttx-export-10.1.0/include/nuttx/power/pm_runtime.h | |
a nuttx-export-10.1.0/include/nuttx/power/power_ioctl.h | |
a nuttx-export-10.1.0/include/nuttx/rpmsg/rpmsg_router.h | |
a nuttx-export-10.1.0/include/nuttx/rpmsg/rpmsg_virtio_ivshmem.h | |
a nuttx-export-10.1.0/include/nuttx/rpmsg/rpmsg_ping.h | |
a nuttx-export-10.1.0/include/nuttx/rpmsg/rpmsg_virtio.h | |
a nuttx-export-10.1.0/include/nuttx/rpmsg/rpmsg.h | |
a nuttx-export-10.1.0/include/nuttx/rpmsg/rpmsg_port.h | |
a nuttx-export-10.1.0/include/arch/spinlock.h | |
a nuttx-export-10.1.0/include/arch/inttypes.h | |
a nuttx-export-10.1.0/include/arch/thead | |
a nuttx-export-10.1.0/include/arch/barriers.h | |
a nuttx-export-10.1.0/include/arch/csr.h | |
a nuttx-export-10.1.0/include/arch/mpfs | |
a nuttx-export-10.1.0/include/arch/board | |
a nuttx-export-10.1.0/include/arch/types.h | |
a nuttx-export-10.1.0/include/arch/esp32c3 | |
a nuttx-export-10.1.0/include/arch/limits.h | |
a nuttx-export-10.1.0/include/arch/rv32m1 | |
a nuttx-export-10.1.0/include/arch/sg2000 | |
a nuttx-export-10.1.0/include/arch/bl602 | |
a nuttx-export-10.1.0/include/arch/qemu-rv | |
a nuttx-export-10.1.0/include/arch/k210 | |
a nuttx-export-10.1.0/include/arch/chip | |
a nuttx-export-10.1.0/include/arch/hpm6000 | |
a nuttx-export-10.1.0/include/arch/esp32c3-legacy | |
a nuttx-export-10.1.0/include/arch/fe310 | |
a nuttx-export-10.1.0/include/arch/setjmp.h | |
a nuttx-export-10.1.0/include/arch/elf.h | |
a nuttx-export-10.1.0/include/arch/hpm6750 | |
a nuttx-export-10.1.0/include/arch/mode.h | |
a nuttx-export-10.1.0/include/arch/.gitignore | |
a nuttx-export-10.1.0/include/arch/esp32c6 | |
a nuttx-export-10.1.0/include/arch/jh7110 | |
a nuttx-export-10.1.0/include/arch/k230 | |
a nuttx-export-10.1.0/include/arch/irq.h | |
a nuttx-export-10.1.0/include/arch/stdarg.h | |
a nuttx-export-10.1.0/include/arch/esp32h2 | |
a nuttx-export-10.1.0/include/arch/bl808 | |
a nuttx-export-10.1.0/include/arch/litex | |
a nuttx-export-10.1.0/include/arch/c906 | |
a nuttx-export-10.1.0/include/arch/syscall.h | |
a nuttx-export-10.1.0/include/arch/arch.h | |
a nuttx-export-10.1.0/include/arch/c906/chip.h | |
a nuttx-export-10.1.0/include/arch/c906/irq.h | |
a nuttx-export-10.1.0/include/arch/litex/chip.h | |
a nuttx-export-10.1.0/include/arch/litex/irq.h | |
a nuttx-export-10.1.0/include/arch/bl808/chip.h | |
a nuttx-export-10.1.0/include/arch/bl808/irq.h | |
a nuttx-export-10.1.0/include/arch/esp32h2/.gitignore | |
a nuttx-export-10.1.0/include/arch/esp32h2/chip.h | |
a nuttx-export-10.1.0/include/arch/k230/chip.h | |
a nuttx-export-10.1.0/include/arch/k230/irq.h | |
a nuttx-export-10.1.0/include/arch/jh7110/chip.h | |
a nuttx-export-10.1.0/include/arch/jh7110/irq.h | |
a nuttx-export-10.1.0/include/arch/esp32c6/.gitignore | |
a nuttx-export-10.1.0/include/arch/esp32c6/chip.h | |
a nuttx-export-10.1.0/include/arch/hpm6750/chip.h | |
a nuttx-export-10.1.0/include/arch/hpm6750/irq.h | |
a nuttx-export-10.1.0/include/arch/fe310/chip.h | |
a nuttx-export-10.1.0/include/arch/fe310/irq.h | |
a nuttx-export-10.1.0/include/arch/esp32c3-legacy/chip.h | |
a nuttx-export-10.1.0/include/arch/esp32c3-legacy/irq.h | |
a nuttx-export-10.1.0/include/arch/esp32c3-legacy/esp_efuse_table.h | |
a nuttx-export-10.1.0/include/arch/hpm6000/hpm_irq.h | |
a nuttx-export-10.1.0/include/arch/hpm6000/chip.h | |
a nuttx-export-10.1.0/include/arch/hpm6000/irq.h | |
a nuttx-export-10.1.0/include/arch/chip/chip.h | |
a nuttx-export-10.1.0/include/arch/chip/irq.h | |
a nuttx-export-10.1.0/include/arch/k210/chip.h | |
a nuttx-export-10.1.0/include/arch/k210/irq.h | |
a nuttx-export-10.1.0/include/arch/qemu-rv/chip.h | |
a nuttx-export-10.1.0/include/arch/qemu-rv/irq.h | |
a nuttx-export-10.1.0/include/arch/bl602/chip.h | |
a nuttx-export-10.1.0/include/arch/bl602/irq.h | |
a nuttx-export-10.1.0/include/arch/sg2000/chip.h | |
a nuttx-export-10.1.0/include/arch/sg2000/irq.h | |
a nuttx-export-10.1.0/include/arch/rv32m1/rv32m1ri5cy_irq.h | |
a nuttx-export-10.1.0/include/arch/rv32m1/chip.h | |
a nuttx-export-10.1.0/include/arch/rv32m1/irq.h | |
a nuttx-export-10.1.0/include/arch/esp32c3/.gitignore | |
a nuttx-export-10.1.0/include/arch/esp32c3/chip.h | |
a nuttx-export-10.1.0/include/arch/board/board.h | |
a nuttx-export-10.1.0/include/arch/board/board_memorymap.h | |
a nuttx-export-10.1.0/include/arch/mpfs/chip.h | |
a nuttx-export-10.1.0/include/arch/mpfs/irq.h | |
a nuttx-export-10.1.0/include/arch/thead/c9xx_csr.h | |
a nuttx-export-10.1.0/include/android/fdsan.h | |
a nuttx-export-10.1.0/include/sys/time.h | |
a nuttx-export-10.1.0/include/sys/sockio.h | |
a nuttx-export-10.1.0/include/sys/ioctl.h | |
a nuttx-export-10.1.0/include/sys/sendfile.h | |
a nuttx-export-10.1.0/include/sys/statvfs.h | |
a nuttx-export-10.1.0/include/sys/signalfd.h | |
a nuttx-export-10.1.0/include/sys/syscall_lookup.h | |
a nuttx-export-10.1.0/include/sys/uio.h | |
a nuttx-export-10.1.0/include/sys/types.h | |
a nuttx-export-10.1.0/include/sys/times.h | |
a nuttx-export-10.1.0/include/sys/endian.h | |
a nuttx-export-10.1.0/include/sys/epoll.h | |
a nuttx-export-10.1.0/include/sys/wait.h | |
a nuttx-export-10.1.0/include/sys/eventfd.h | |
a nuttx-export-10.1.0/include/sys/sysinfo.h | |
a nuttx-export-10.1.0/include/sys/ipc.h | |
a nuttx-export-10.1.0/include/sys/file.h | |
a nuttx-export-10.1.0/include/sys/video_controls.h | |
a nuttx-export-10.1.0/include/sys/videoio.h | |
a nuttx-export-10.1.0/include/sys/stat.h | |
a nuttx-export-10.1.0/include/sys/statfs.h | |
a nuttx-export-10.1.0/include/sys/tree.h | |
a nuttx-export-10.1.0/include/sys/mman.h | |
a nuttx-export-10.1.0/include/sys/un.h | |
a nuttx-export-10.1.0/include/sys/vfs.h | |
a nuttx-export-10.1.0/include/sys/utsname.h | |
a nuttx-export-10.1.0/include/sys/msg.h | |
a nuttx-export-10.1.0/include/sys/custom_file.h | |
a nuttx-export-10.1.0/include/sys/sysmacros.h | |
a nuttx-export-10.1.0/include/sys/param.h | |
a nuttx-export-10.1.0/include/sys/prctl.h | |
a nuttx-export-10.1.0/include/sys/shm.h | |
a nuttx-export-10.1.0/include/sys/resource.h | |
a nuttx-export-10.1.0/include/sys/pciio.h | |
a nuttx-export-10.1.0/include/sys/inotify.h | |
a nuttx-export-10.1.0/include/sys/poll.h | |
a nuttx-export-10.1.0/include/sys/mount.h | |
a nuttx-export-10.1.0/include/sys/timerfd.h | |
a nuttx-export-10.1.0/include/sys/syscall.h | |
a nuttx-export-10.1.0/include/sys/socket.h | |
a nuttx-export-10.1.0/include/sys/boardctl.h | |
a nuttx-export-10.1.0/include/sys/queue.h | |
a nuttx-export-10.1.0/include/sys/random.h | |
a nuttx-export-10.1.0/include/sys/select.h | |
a nuttx-export-10.1.0/include/netinet/tcp.h | |
a nuttx-export-10.1.0/include/netinet/if_ether.h | |
a nuttx-export-10.1.0/include/netinet/in.h | |
a nuttx-export-10.1.0/include/netinet/ip6.h | |
a nuttx-export-10.1.0/include/netinet/arp.h | |
a nuttx-export-10.1.0/include/netinet/icmp6.h | |
a nuttx-export-10.1.0/include/netinet/ip.h | |
a nuttx-export-10.1.0/include/netinet/ether.h | |
a nuttx-export-10.1.0/include/netinet/udp.h | |
a nuttx-export-10.1.0/include/arpa/inet.h | |
a nuttx-export-10.1.0/include/cxx/ctime | |
a nuttx-export-10.1.0/include/cxx/cstdlib | |
a nuttx-export-10.1.0/include/cxx/cstdint | |
a nuttx-export-10.1.0/include/cxx/cctype | |
a nuttx-export-10.1.0/include/cxx/cstdbool | |
a nuttx-export-10.1.0/include/cxx/cerrno | |
a nuttx-export-10.1.0/include/cxx/csignal | |
a nuttx-export-10.1.0/include/cxx/cstring | |
a nuttx-export-10.1.0/include/cxx/clocale | |
a nuttx-export-10.1.0/include/cxx/cstddef | |
a nuttx-export-10.1.0/include/cxx/cwchar | |
a nuttx-export-10.1.0/include/cxx/cwctype | |
a nuttx-export-10.1.0/include/cxx/cstdio | |
a nuttx-export-10.1.0/include/cxx/climits | |
a nuttx-export-10.1.0/include/cxx/cassert | |
a nuttx-export-10.1.0/include/cxx/cmath | |
a nuttx-export-10.1.0/include/cxx/cstdarg | |
a nuttx-export-10.1.0/include/cxx/cinttypes | |
a nuttx-export-10.1.0/include/netpacket/bluetooth.h | |
a nuttx-export-10.1.0/include/netpacket/netlink.h | |
a nuttx-export-10.1.0/include/netpacket/rpmsg.h | |
a nuttx-export-10.1.0/include/netpacket/packet.h | |
a nuttx-export-10.1.0/include/netpacket/if_addr.h | |
a nuttx-export-10.1.0/include/netpacket/ieee802154.h | |
a nuttx-export-10.1.0/include/net/route.h | |
a nuttx-export-10.1.0/include/net/ethernet.h | |
a nuttx-export-10.1.0/include/net/if_arp.h | |
a nuttx-export-10.1.0/include/net/if.h | |
a nuttx-export-10.1.0/include/ssp/ssp.h | |
a nuttx-export-10.1.0/include/crypto/bn.h | |
a nuttx-export-10.1.0/include/crypto/key_wrap.h | |
a nuttx-export-10.1.0/include/crypto/poly1305.h | |
a nuttx-export-10.1.0/include/crypto/siphash.h | |
a nuttx-export-10.1.0/include/crypto/md5.h | |
a nuttx-export-10.1.0/include/crypto/blf.h | |
a nuttx-export-10.1.0/include/crypto/chachapoly.h | |
a nuttx-export-10.1.0/include/crypto/cryptosoft.h | |
a nuttx-export-10.1.0/include/crypto/rmd160.h | |
a nuttx-export-10.1.0/include/crypto/idgen.h | |
a nuttx-export-10.1.0/include/crypto/gmac.h | |
a nuttx-export-10.1.0/include/crypto/sha2.h | |
a nuttx-export-10.1.0/include/crypto/hmac.h | |
a nuttx-export-10.1.0/include/crypto/xform.h | |
a nuttx-export-10.1.0/include/crypto/aes.h | |
a nuttx-export-10.1.0/include/crypto/cast.h | |
a nuttx-export-10.1.0/include/crypto/cryptodev.h | |
a nuttx-export-10.1.0/include/crypto/rijndael.h | |
a nuttx-export-10.1.0/include/crypto/sha1.h | |
a nuttx-export-10.1.0/include/crypto/curve25519.h | |
a nuttx-export-10.1.0/include/crypto/cmac.h | |
a nuttx-export-10.1.0/tools/copydir.bat | |
a nuttx-export-10.1.0/tools/unlink.sh | |
a nuttx-export-10.1.0/tools/copydir.sh | |
a nuttx-export-10.1.0/tools/define.bat | |
a nuttx-export-10.1.0/tools/mkdeps.c | |
a nuttx-export-10.1.0/tools/unlink.bat | |
a nuttx-export-10.1.0/tools/incdir.bat | |
a nuttx-export-10.1.0/tools/link.bat | |
a nuttx-export-10.1.0/tools/Config.mk | |
a nuttx-export-10.1.0/tools/link.sh | |
a nuttx-export-10.1.0/tools/define.sh | |
a nuttx-export-10.1.0/tools/incdir.sh | |
a nuttx-export-10.1.0/tools/incdir.c | |
+ pushd ../apps | |
/tmp/special-qemu-riscv-knsh64/nuttx/apps /tmp/special-qemu-riscv-knsh64/nuttx/nuttx | |
+ ./tools/mkimport.sh -z -x ../nuttx/nuttx-export-10.1.0.tar.gz | |
+ make import | |
cc -O2 -Wall -Wstrict-prototypes -Wshadow -DHAVE_STRTOK_C=1 /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/import/tools/mkdeps.c -o /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/import/tools/mkdeps | |
cc -O2 -Wall -Wstrict-prototypes -Wshadow -DHAVE_STRTOK_C=1 /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/import/tools/incdir.c -o "/private/tmp/special-qemu-riscv-knsh64/nuttx/apps/import/tools/incdir" | |
LN: platform/board to /private/tmp/special-qemu-riscv-knsh64/nuttx/apps/platform/dummy | |
make[2]: Nothing to be done for `context_wasm'. | |
make[1]: Nothing to be done for `register'. | |
cp nsh_alias.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_alias.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_command.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_command.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_console.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_console.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_consolemain.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_consolemain.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_dbgcmds.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_dbgcmds.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_ddcmd.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_ddcmd.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_envcmds.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_envcmds.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_fileapps.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_fileapps.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_fscmds.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_fscmds.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_fsutils.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_fsutils.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_init.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_init.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_mmcmds.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_mmcmds.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_mntcmds.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_mntcmds.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_parse.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_parse.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_printf.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_printf.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_proccmds.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_proccmds.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_prompt.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_prompt.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_script.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_script.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_session.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_session.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_syscmds.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_syscmds.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_system.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_system.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_test.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_test.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp nsh_timcmds.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib.o nsh_timcmds.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.nshlib_1.o | |
cp dummy.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.platform.o dummy.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.platform_1.o | |
cp readline.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.system.readline.o readline.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.system.readline_1.o | |
cp readline_common.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.system.readline.o readline_common.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.system.readline_1.o | |
cp readline_fd.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.system.readline.o readline_fd.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.system.readline_1.o | |
cp readline_stream.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.system.readline.o readline_stream.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.system.readline_1.o | |
cp barrier.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o barrier.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp cancel.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o cancel.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp cond.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o cond.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp dev_null.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o dev_null.c.private.tmp.special-qemu-riscv-knsh64.nuttx.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.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o fpu.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp getopt.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o getopt.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp libc_memmem.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o libc_memmem.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp mqueue.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o mqueue.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp mutex.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o mutex.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp posixtimer.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o posixtimer.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp pthread_exit.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o pthread_exit.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp pthread_rwlock.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o pthread_rwlock.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp pthread_rwlock_cancel.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o pthread_rwlock_cancel.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp restart.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o restart.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp robust.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o robust.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp roundrobin.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o roundrobin.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp schedlock.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o schedlock.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp sem.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o sem.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp semtimed.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o semtimed.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp setvbuf.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o setvbuf.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp sighand.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o sighand.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp sighelper.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o sighelper.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp signest.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o signest.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp sigprocmask.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o sigprocmask.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp timedmqueue.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o timedmqueue.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp timedmutex.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o timedmutex.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp timedwait.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o timedwait.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp vfork.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o vfork.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp waitpid.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o waitpid.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
cp wqueue.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest.o wqueue.c.private.tmp.special-qemu-riscv-knsh64.nuttx.apps.testing.ostest_1.o | |
+ popd | |
/tmp/special-qemu-riscv-knsh64/nuttx/nuttx | |
+ riscv-none-elf-size nuttx | |
text data bss dec hex filename | |
114778 769 25344 140891 2265b nuttx | |
+ riscv-none-elf-objdump --syms --source --reloc --demangle --line-numbers --wide --debugging nuttx | |
+ riscv-none-elf-objdump --syms --source --reloc --demangle --line-numbers --wide --debugging ../apps/bin/init | |
+ riscv-none-elf-objdump --syms --source --reloc --demangle --line-numbers --wide --debugging ../apps/bin/hello | |
+ zip nuttx.zip nuttx nuttx-export-10.1.0.tar.gz nuttx.S nuttx.config nuttx.hash nuttx.manifest nuttx.map initrd init.S hello.S Image System.map | |
zip warning: name not matched: initrd | |
zip warning: name not matched: Image | |
adding: nuttx (deflated 68%) | |
adding: nuttx-export-10.1.0.tar.gz (deflated 3%) | |
adding: nuttx.S (deflated 88%) | |
adding: nuttx.config (deflated 78%) | |
adding: nuttx.hash (deflated 30%) | |
adding: nuttx.manifest (deflated 15%) | |
adding: nuttx.map (deflated 93%) | |
adding: init.S (deflated 88%) | |
adding: hello.S (deflated 87%) | |
adding: System.map (deflated 76%) | |
+ qemu-system-riscv64 --version | |
QEMU emulator version 9.0.2 | |
Copyright (c) 2003-2024 Fabrice Bellard and the QEMU Project developers | |
+ set -x | |
+ script=qemu-riscv-knsh64 | |
+ wget https://raw.githubusercontent.com/lupyuen/nuttx-riscv64/main/qemu-riscv-knsh64.exp | |
--2024-09-25 20:26:47-- https://raw.githubusercontent.com/lupyuen/nuttx-riscv64/main/qemu-riscv-knsh64.exp | |
Resolving raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ... | |
Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.108.133|:443... connected. | |
HTTP request sent, awaiting response... 200 OK | |
Length: 1294 (1.3K) [text/plain] | |
Saving to: ‘qemu-riscv-knsh64.exp’ | |
qemu-riscv-knsh64.exp 100%[============================>] 1.26K --.-KB/s in 0s | |
2024-09-25 20:26:48 (137 MB/s) - ‘qemu-riscv-knsh64.exp’ saved [1294/1294] | |
+ chmod +x qemu-riscv-knsh64.exp | |
+ ls -l | |
total 210792 | |
-rw-r--r-- 1 luppy wheel 2230 Sep 25 20:26 AUTHORS | |
-rw-r--r-- 1 luppy wheel 27099 Sep 25 20:26 CMakeLists.txt | |
-rw-r--r-- 1 luppy wheel 1692 Sep 25 20:26 CONTRIBUTING.md | |
drwxr-xr-x 28 luppy wheel 896 Sep 25 20:26 Documentation | |
-rw-r--r-- 1 luppy wheel 4051 Sep 25 20:26 INVIOLABLES.md | |
-rw-r--r-- 1 luppy wheel 64797 Sep 25 20:26 Kconfig | |
-rw-r--r-- 1 luppy wheel 415557 Sep 25 20:26 LICENSE | |
lrwxr-xr-x 1 luppy wheel 99 Sep 25 20:26 Make.defs -> /tmp/special-qemu-riscv-knsh64/nuttx/nuttx/tools/../boards/risc-v/qemu-rv/rv-virt/scripts/Make.defs | |
-rw-r--r-- 1 luppy wheel 1455 Sep 25 20:26 Makefile | |
-rw-r--r-- 1 luppy wheel 3107 Sep 25 20:26 NOTICE | |
-rw-r--r-- 1 luppy wheel 2790 Sep 25 20:26 README.md | |
-rw-r--r-- 1 luppy wheel 750 Sep 25 20:26 ReleaseNotes | |
-rw-r--r-- 1 luppy wheel 42099 Sep 25 20:26 System.map | |
drwxr-xr-x 23 luppy wheel 736 Sep 25 20:26 arch | |
drwxr-xr-x 8 luppy wheel 256 Sep 25 20:26 audio | |
drwxr-xr-x 54 luppy wheel 1728 Sep 25 20:26 binfmt | |
drwxr-xr-x 33 luppy wheel 1056 Sep 25 20:26 boards | |
drwxr-xr-x 25 luppy wheel 800 Sep 25 20:26 cmake | |
drwxr-xr-x 41 luppy wheel 1312 Sep 25 20:26 crypto | |
-rw-r--r-- 1 luppy wheel 2762 Sep 25 20:26 defconfig | |
drwxr-xr-x 88 luppy wheel 2816 Sep 25 20:26 drivers | |
drwxr-xr-x 5 luppy wheel 160 Sep 25 20:26 dummy | |
drwxr-xr-x 127 luppy wheel 4064 Sep 25 20:26 fs | |
drwxr-xr-x 9 luppy wheel 288 Sep 25 20:26 graphics | |
-rw-r--r-- 1 luppy wheel 2120760 Sep 25 20:26 hello.S | |
drwxr-xr-x 86 luppy wheel 2752 Sep 25 20:26 include | |
-rw-r--r-- 1 luppy wheel 12644431 Sep 25 20:26 init.S | |
drwxr-xr-x 8 luppy wheel 256 Sep 25 20:26 libs | |
drwxr-xr-x 23 luppy wheel 736 Sep 25 20:26 mm | |
drwxr-xr-x 35 luppy wheel 1120 Sep 25 20:26 net | |
-rwxr-xr-x 1 luppy wheel 3032360 Sep 25 20:26 nuttx | |
-rw-r--r-- 1 luppy wheel 4358334 Sep 25 20:26 nuttx-export-10.1.0.tar.gz | |
-rw-r--r-- 1 luppy wheel 67588416 Sep 25 20:26 nuttx.S | |
-rw-r--r--@ 1 luppy wheel 47745 Sep 25 20:26 nuttx.config | |
-rw-r--r-- 1 luppy wheel 187 Sep 25 20:26 nuttx.hash | |
-rw-r--r-- 1 luppy wheel 27 Sep 25 20:26 nuttx.manifest | |
-rw-r--r-- 1 luppy wheel 2079181 Sep 25 20:26 nuttx.map | |
-rw-r--r-- 1 luppy wheel 15380516 Sep 25 20:26 nuttx.zip | |
drwxr-xr-x 34 luppy wheel 1088 Sep 25 20:26 openamp | |
drwxr-xr-x 5 luppy wheel 160 Sep 25 20:26 pass1 | |
-rwxr-xr-x@ 1 luppy wheel 1294 Sep 25 20:26 qemu-riscv-knsh64.exp | |
drwxr-xr-x 239 luppy wheel 7648 Sep 25 20:26 sched | |
drwxr-xr-x 17 luppy wheel 544 Sep 25 20:26 staging | |
drwxr-xr-x 438 luppy wheel 14016 Sep 25 20:26 syscall | |
drwxr-xr-x 128 luppy wheel 4096 Sep 25 20:26 tools | |
drwxr-xr-x 6 luppy wheel 192 Sep 25 20:26 video | |
drwxr-xr-x 8 luppy wheel 256 Sep 25 20:26 wireless | |
+ ls -l ../apps/bin | |
total 4400 | |
-rwxr-xr-x 1 luppy wheel 187448 Sep 25 20:26 getprime | |
-rwxr-xr-x 1 luppy wheel 114488 Sep 25 20:26 hello | |
-rwxr-xr-x 1 luppy wheel 636416 Sep 25 20:26 init | |
-rwxr-xr-x 1 luppy wheel 673056 Sep 25 20:26 ostest | |
-rwxr-xr-x 1 luppy wheel 633352 Sep 25 20:26 sh | |
+ cat nuttx.hash | |
NuttX Source: https://github.com/apache/nuttx/tree/3aedbcc085285bb333c83e328741438538494e33 | |
NuttX Apps: https://github.com/apache/nuttx-apps/tree/778ae8495b5b06f39e4187a18f5103da0acb5fdb | |
+ ./qemu-riscv-knsh64.exp | |
spawn qemu-system-riscv64 -semihosting -M virt,aclint=on -cpu rv64 -kernel nuttx -nographic | |
OpenSBI v1.4 | |
____ _____ ____ _____ | |
/ __ \ / ____| _ \_ _| | |
| | | |_ __ ___ _ __ | (___ | |_) || | | |
| | | | '_ \ / _ \ '_ \ \___ \| _ < | | | |
| |__| | |_) | __/ | | |____) | |_) || |_ | |
\____/| .__/ \___|_| |_|_____/|____/_____| | |
| | | |
|_| | |
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 : semihosting | |
Platform HSM Device : --- | |
Platform PMU Device : --- | |
Platform Reboot Device : syscon-reboot | |
Platform Shutdown Device : syscon-poweroff | |
Platform Suspend Device : --- | |
Platform CPPC Device : --- | |
Firmware Base : 0x80000000 | |
Firmware Size : 323 KB | |
Firmware RW Offset : 0x40000 | |
Firmware RW Size : 67 KB | |
Firmware Heap Offset : 0x48000 | |
Firmware Heap Size : 35 KB (total), 2 KB (reserved), 9 KB (used), 23 KB (free) | |
Firmware Scratch Size : 4096 B (total), 328 B (used), 3768 B (free) | |
Runtime SBI Version : 2.0 | |
Domain0 Name : root | |
Domain0 Boot HART : 0 | |
Domain0 HARTs : 0* | |
Domain0 Region00 : 0x0000000000100000-0x0000000000100fff M: (I,R,W) S/U: (R,W) | |
Domain0 Region01 : 0x0000000002000000-0x000000000200ffff M: (I,R,W) S/U: () | |
Domain0 Region02 : 0x0000000080040000-0x000000008005ffff M: (R,W) S/U: () | |
Domain0 Region03 : 0x0000000080000000-0x000000008003ffff M: (R,X) S/U: () | |
Domain0 Region04 : 0x000000000c400000-0x000000000c5fffff M: (I,R,W) S/U: (R,W) | |
Domain0 Region05 : 0x000000000c000000-0x000000000c3fffff M: (I,R,W) S/U: (R,W) | |
Domain0 Region06 : 0x0000000000000000-0xffffffffffffffff M: () S/U: (R,W,X) | |
Domain0 Next Address : 0x0000000080200000 | |
Domain0 Next Arg1 : 0x0000000087e00000 | |
Domain0 Next Mode : S-mode | |
Domain0 SysReset : yes | |
Domain0 SysSuspend : yes | |
Boot HART ID : 0 | |
Boot HART Domain : root | |
Boot HART Priv Version : v1.12 | |
Boot HART Base ISA : rv64imafdch | |
Boot HART ISA Extensions : sstc,zicntr,zihpm,zicboz,zicbom | |
Boot HART PMP Count : 16 | |
Boot HART PMP Granularity : 2 bits | |
Boot HART PMP Address Bits: 54 | |
Boot HART MHPM Info : 16 (0x0007fff8) | |
Boot HART MIDELEG : 0x0000000000001666 | |
Boot HART MEDELEG : 0x0000000000f0b509 | |
ABC | |
NuttShell (NSH) NuttX-10.1.0 | |
nsh> uname -a | |
NuttX 10.1.0 3aedbcc085 Sep 25 2024 20:26:33 risc-v rv-virt | |
nsh> free | |
total used free maxused maxfree nused nfree | |
Kmem: 2064632 9752 2054880 21904 2051040 25 3 | |
Page: 4194304 602112 3592192 3592192 | |
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 57 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 57 msec | |
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=10 | |
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: (15 sec, 447000000 nsec) | |
AFTER: (17 sec, 448000000 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: (17 sec, 449000000 nsec) | |
AFTER: (18 sec, 451000000 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=29 | |
pthread_exit_main 29: Starting pthread_exit_thread | |
pthread_exit_main 29: Sleeping for 5 seconds | |
pthread_exit_thread 30: Sleeping for 10 second | |
pthread_exit_main 29: Calling pthread_exit() | |
pthread_exit_thread 30: 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 30: 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=47 | |
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=47 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=51 | |
signest_test: Starting interfering task at priority 102 | |
interfere_main: Waiting on semaphore | |
signest_test: Started interfere_main pid=52 | |
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 | |
[ 55.089000] riscv_exception: EXCEPTION: Instruction page fault. MCAUSE: 000000000000000c, EPC: 00000000c000265a, MTVAL: 00000000c000265a | |
[ 55.089000] riscv_exception: Segmentation fault in PID 10: ostest | |
ostest_main: Exiting with status 2816 | |
nsh> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment