Created
October 3, 2025 22:06
-
-
Save cederom/0b919769a4d896fc97e5bdd05fbb243e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| **************************************** | |
| * NUTTX RTOS RELEASE BUILD TEST SCRIPT * | |
| **************************************** | |
| NX BRANCH : nuttx-12.11.0-RC1 | |
| NX RTOS LOC : /tmp/nuttx/nuttx.git | |
| NX APPS LOC : /tmp/nuttx/nuttx-apps.git | |
| TARGET : ESP32C6-XIAO | |
| BUILD HOST : FreeBSD hexagon 14.3-RELEASE-p3 FreeBSD 14.3-RELEASE-p3 GENERIC amd64 | |
| MFLAGS : -j24 CROSSDEV=riscv32-esp-elf- | |
| LOGFILE : log/nuttx-12.11.0-RC1-1759529059-ESP32C6-XIAO.log | |
| TIMESTAMP : 1759529059 | |
| => | |
| => GIT REPO CLONE CHECK | |
| => | |
| => | |
| => INITIAL CLEAN AND SETUP | |
| => | |
| ++ set -e | |
| ++ cd /tmp/nuttx/nuttx.git | |
| ++ set +e | |
| ++ gmake clean distclean -j24 CROSSDEV=riscv32-esp-elf- | |
| ++ rm -f .config | |
| ++ set -e | |
| ++ git checkout master | |
| Previous HEAD position was a00ac581c5 arch/xtensa/espressif: fix Wi-Fi netpkt copy error | |
| Switched to branch 'master' | |
| Your branch is up to date with 'origin/master'. | |
| ++ git fetch origin | |
| ++ git pull origin | |
| Already up to date. | |
| ++ git checkout nuttx-12.11.0-RC1 | |
| Note: switching to 'nuttx-12.11.0-RC1'. | |
| You are in 'detached HEAD' state. You can look around, make experimental | |
| changes and commit them, and you can discard any commits you make in this | |
| state without impacting any branches by switching back to a branch. | |
| If you want to create a new branch to retain commits you create, you may | |
| do so (now or later) by using -c with the switch command. Example: | |
| git switch -c <new-branch-name> | |
| Or undo this operation with: | |
| git switch - | |
| Turn off this advice by setting config variable advice.detachedHead to false | |
| HEAD is now at a00ac581c5 arch/xtensa/espressif: fix Wi-Fi netpkt copy error | |
| ++ git reset --hard | |
| HEAD is now at a00ac581c5 arch/xtensa/espressif: fix Wi-Fi netpkt copy error | |
| ++ cd /tmp/nuttx/nuttx-apps.git | |
| ++ git checkout master | |
| Previous HEAD position was 61e82925d examples/i2schar: Implement loopback mode check | |
| Switched to branch 'master' | |
| Your branch is up to date with 'origin/master'. | |
| ++ git fetch origin | |
| ++ git pull origin | |
| Already up to date. | |
| ++ git checkout nuttx-12.11.0-RC1 | |
| Note: switching to 'nuttx-12.11.0-RC1'. | |
| You are in 'detached HEAD' state. You can look around, make experimental | |
| changes and commit them, and you can discard any commits you make in this | |
| state without impacting any branches by switching back to a branch. | |
| If you want to create a new branch to retain commits you create, you may | |
| do so (now or later) by using -c with the switch command. Example: | |
| git switch -c <new-branch-name> | |
| Or undo this operation with: | |
| git switch - | |
| Turn off this advice by setting config variable advice.detachedHead to false | |
| HEAD is now at 61e82925d examples/i2schar: Implement loopback mode check | |
| ++ git reset --hard | |
| HEAD is now at 61e82925d examples/i2schar: Implement loopback mode check | |
| ++ cd /tmp/nuttx/nuttx.git | |
| + set +x | |
| => | |
| => BUILDING ESP32C6-XIAO | |
| => | |
| ==> LOGFILE: log/nuttx-12.11.0-RC1-1759529059-ESP32C6-XIAO.log. | |
| Press Return when ready. | |
| + riscv32-esp-elf-gcc --version | |
| riscv32-esp-elf-gcc (crosstool-NG esp-2021r2-patch5) 8.4.0 | |
| Copyright (C) 2018 Free Software Foundation, Inc. | |
| This is free software; see the source for copying conditions. There is NO | |
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
| + for CFG in $CONFIGS | |
| + set +x | |
| ===> | |
| ===> ESP32C6-XIAO: esp32c6-xiao:usbnsh | |
| ===> | |
| + /usr/bin/time -h gmake clean distclean -j24 CROSSDEV=riscv32-esp-elf- | |
| NuttX has not been configured! | |
| To configure the project: | |
| NuttX has not been configured! | |
| tools/configure.sh <config> | |
| To configure the project: | |
| For a list of available configurations: | |
| tools/configure.sh <config> | |
| tools/configure.sh -L | |
| For a list of available configurations: | |
| tools/configure.sh -L | |
| 0,01s real 0,00s user 0,02s sys | |
| + /usr/bin/time -h ./tools/configure.sh -B esp32c6-xiao:usbnsh | |
| Copy files | |
| Select CONFIG_HOST_BSD=y | |
| Refreshing... | |
| CP: arch/dummy/Kconfig to /tmp/nuttx/nuttx.git/arch/dummy/dummy_kconfig | |
| CP: boards/dummy/Kconfig to /tmp/nuttx/nuttx.git/boards/dummy/dummy_kconfig | |
| LN: platform/board to /tmp/nuttx/nuttx-apps.git/platform/dummy | |
| LN: include/arch to arch/risc-v/include | |
| LN: include/arch/board to /tmp/nuttx/nuttx.git/boards/risc-v/esp32c6/esp32c6-xiao/include | |
| LN: drivers/platform to /tmp/nuttx/nuttx.git/drivers/dummy | |
| LN: include/arch/chip to /tmp/nuttx/nuttx.git/arch/risc-v/include/esp32c6 | |
| LN: arch/risc-v/src/chip to /tmp/nuttx/nuttx.git/arch/risc-v/src/esp32c6 | |
| LN: arch/risc-v/src/board to /tmp/nuttx/nuttx.git/boards/risc-v/esp32c6/esp32c6-xiao/../common | |
| LN: arch/risc-v/src/board/board to /tmp/nuttx/nuttx.git/boards/risc-v/esp32c6/esp32c6-xiao/src | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/audioutils | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/benchmarks | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/boot | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/canutils | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/crypto | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/database | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/examples/mcuboot | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/examples/module | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/examples/rust | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/examples/sotest | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/examples | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/fsutils | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/games | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/graphics | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/industry | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/inertial | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/interpreters/luamodules | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/interpreters | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/logging | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/lte | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/math | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/mlearning | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/netutils | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/sdr | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/system | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/tee | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/testing/arch | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/testing/cxx | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/testing/drivers | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/testing/fs | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/testing/libc | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/testing/mm | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/testing/sched | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/testing | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/videoutils | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/wireless/bluetooth | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/wireless/ieee802154 | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/wireless | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git | |
| # | |
| # configuration written to .config | |
| # | |
| 1,93s real 0,99s user 1,13s sys | |
| + /usr/bin/time -h gmake -j24 CROSSDEV=riscv32-esp-elf- | |
| Create version.h | |
| LN: platform/board to /tmp/nuttx/nuttx-apps.git/platform/dummy | |
| Cloning Espressif HAL for 3rd Party Platforms | |
| [1K | |
| Clone: chip/esp-hal-3rdparty Register: nsh | |
| Register: sh | |
| Register: hello | |
| Register: dd | |
| Register: dumpstack | |
| [1K | |
| Espressif HAL for 3rd Party Platforms: 8d7f4177afafdb7941182d8997d3589b1152aec0 | |
| [1K | |
| CC: clock/clock.c [1K | |
| CC: clock/clock_initialize.c [1K | |
| CC: clock/clock_settime.c [1K | |
| CC: clock/clock_systime_timespec.c [1K | |
| CC: clock/clock_gettime.c [1K | |
| CC: clock/clock_perf.c [1K | |
| CC: clock/clock_systime_ticks.c [1K | |
| CC: clock/clock_realtime2absticks.c [1K | |
| CC: environ/env_getenvironptr.c [1K | |
| CC: environ/env_dup.c [1K | |
| CC: environ/env_release.c [1K | |
| CC: environ/env_findvar.c [1K | |
| CC: environ/env_clearenv.c [1K | |
| CC: environ/env_removevar.c [1K | |
| CC: environ/env_getenv.c [1K | |
| CC: environ/env_putenv.c [1K | |
| CC: environ/env_setenv.c [1K | |
| CC: environ/env_unsetenv.c [1K | |
| CC: environ/env_foreach.c [1K | |
| CC: group/group_create.c [1K | |
| CC: group/group_join.c [1K | |
| CC: group/group_leave.c [1K | |
| CC: group/group_setupidlefiles.c [1K | |
| [1K | |
| CC: group/group_setuptaskfiles.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: group/group_foreachchild.c [1K | |
| [1K | |
| [1K | |
| CC: group/group_killchildren.c [1K | |
| [1K | |
| CC: group/group_signal.c [1K | |
| CC: group/group_waiter.c [1K | |
| [1K | |
| CC: init/nx_start.c [1K | |
| [1K | |
| [1K | |
| CC: init/nx_bringup.c [1K | |
| [1K | |
| CC: instrument/instrument.c [1K | |
| CC: irq/irq_initialize.c [1K | |
| [1K | |
| [1K | |
| CC: irq/irq_attach.c [1K | |
| CC: irq/irq_dispatch.c [1K | |
| CC: irq/irq_unexpectedisr.c [1K | |
| CC: irq/irq_attach_thread.c [1K | |
| CC: irq/irq_attach_wqueue.c [1K | |
| [1K | |
| CC: misc/assert.c [1K | |
| [1K | |
| [1K | |
| CC: misc/panic_notifier.c [1K | |
| CC: misc/reboot_notifier.c [1K | |
| CC: mqueue/mq_initialize.c [1K | |
| CC: mqueue/mq_waitirq.c [1K | |
| [1K | |
| [1K | |
| CC: mqueue/mq_recover.c [1K | |
| CC: mqueue/mq_send.c [1K | |
| [1K | |
| CC: mqueue/mq_sndinternal.c [1K | |
| [1K | |
| [1K | |
| CC: mqueue/mq_receive.c [1K | |
| CC: mqueue/mq_rcvinternal.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: mqueue/mq_getattr.c [1K | |
| [1K | |
| [1K | |
| CC: mqueue/mq_msgfree.c [1K | |
| [1K | |
| CC: mqueue/mq_msgqalloc.c [1K | |
| [1K | |
| CC: mqueue/mq_msgqfree.c [1K | |
| CC: mqueue/mq_setattr.c [1K | |
| CC: mqueue/mq_notify.c [1K | |
| CC: mqueue/msgctl.c [1K | |
| CC: mqueue/msgget.c [1K | |
| CC: mqueue/msginternal.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: mqueue/msgrcv.c [1K | |
| CC: mqueue/msgsnd.c [1K | |
| CC: pthread/pthread_create.c [1K | |
| [1K | |
| CC: pthread/pthread_exit.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_join.c [1K | |
| CC: pthread/pthread_detach.c [1K | |
| CC: pthread/pthread_getschedparam.c [1K | |
| CC: pthread/pthread_setschedparam.c [1K | |
| CC: pthread/pthread_mutexinit.c [1K | |
| [1K | |
| CC: pthread/pthread_mutexdestroy.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_mutextimedlock.c [1K | |
| CC: pthread/pthread_mutextrylock.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_mutexunlock.c [1K | |
| [1K | |
| CC: pthread/pthread_condwait.c [1K | |
| CC: pthread/pthread_condsignal.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_condbroadcast.c [1K | |
| CC: pthread/pthread_condclockwait.c [1K | |
| [1K | |
| CC: pthread/pthread_sigmask.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_cancel.c [1K | |
| [1K | |
| CC: pthread/pthread_completejoin.c [1K | |
| [1K | |
| CC: pthread/pthread_findjoininfo.c [1K | |
| CC: pthread/pthread_release.c [1K | |
| CC: pthread/pthread_setschedprio.c [1K | |
| CC: pthread/pthread_mutex.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_mutexconsistent.c [1K | |
| CC: sched/sched_getfiles.c [1K | |
| CC: sched/sched_profil.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_addreadytorun.c [1K | |
| CC: sched/sched_removereadytorun.c [1K | |
| CC: sched/sched_addblocked.c [1K | |
| CC: drivers_initialize.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: loop/losetup.c [1K | |
| CC: misc/dev_null.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: misc/dev_zero.c [1K | |
| [1K | |
| [1K | |
| CC: misc/ramdisk.c [1K | |
| [1K | |
| CC: misc/mkrd.c [1K | |
| CC: sched/sched_removeblocked.c [1K | |
| [1K | |
| CC: pipes/pipe.c [1K | |
| CC: sched/sched_gettcb.c [1K | |
| CC: pipes/fifo.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_verifytcb.c [1K | |
| CC: pipes/pipe_common.c [1K | |
| [1K | |
| CC: serial/serial.c [1K | |
| CC: serial/serial_io.c [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_releasetcb.c [1K | |
| CC: syslog/vsyslog.c [1K | |
| [1K | |
| CC: syslog/syslog_channel.c [1K | |
| [1K | |
| CC: syslog/syslog_write.c [1K | |
| CC: sched/sched_setparam.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_setpriority.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_getparam.c [1K | |
| CC: syslog/syslog_flush.c [1K | |
| [1K | |
| CC: sched/sched_setscheduler.c [1K | |
| CC: syslog/syslog_initialize.c [1K | |
| [1K | |
| CC: sched/sched_getscheduler.c [1K | |
| CC: sched/sched_yield.c [1K | |
| [1K | |
| CC: sched/sched_rrgetinterval.c [1K | |
| CC: sched/sched_foreach.c [1K | |
| [1K | |
| CC: sched/sched_lock.c [1K | |
| [1K | |
| CC: sched/sched_unlock.c [1K | |
| [1K | |
| CC: sched/sched_lockcount.c [1K | |
| [1K | |
| CC: sched/sched_idletask.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_self.c [1K | |
| CC: sched/sched_get_stackinfo.c [1K | |
| [1K | |
| CC: sched/sched_get_tls.c [1K | |
| CC: sched/sched_sysinfo.c [1K | |
| [1K | |
| CC: sched/sched_get_stateinfo.c [1K | |
| CC: sched/sched_getcpu.c [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_reprioritizertr.c [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_mergepending.c [1K | |
| CC: sched/sched_waitpid.c [1K | |
| [1K | |
| CC: sched/sched_roundrobin.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_resumescheduler.c [1K | |
| CC: sched/sched_processtimer.c [1K | |
| CC: sched/sched_backtrace.c [1K | |
| CC: semaphore/sem_destroy.c [1K | |
| [1K | |
| CC: semaphore/sem_wait.c [1K | |
| CC: semaphore/sem_trywait.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: semaphore/sem_tickwait.c [1K | |
| CC: semaphore/sem_timedwait.c [1K | |
| CC: semaphore/sem_clockwait.c [1K | |
| [1K | |
| CC: semaphore/sem_timeout.c [1K | |
| [1K | |
| CC: semaphore/sem_post.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: semaphore/sem_recover.c [1K | |
| [1K | |
| CC: semaphore/sem_reset.c [1K | |
| CC: semaphore/sem_waitirq.c [1K | |
| [1K | |
| CC: semaphore/sem_rw.c [1K | |
| CC: signal/sig_initialize.c [1K | |
| [1K | |
| CC: signal/sig_action.c [1K | |
| CC: signal/sig_procmask.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_pending.c [1K | |
| CC: signal/sig_suspend.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_kill.c [1K | |
| CC: signal/sig_tgkill.c [1K | |
| [1K | |
| CC: signal/sig_queue.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_waitinfo.c [1K | |
| [1K | |
| CC: signal/sig_timedwait.c [1K | |
| CC: signal/sig_findaction.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_allocpendingsigaction.c [1K | |
| CC: signal/sig_releasependingsigaction.c [1K | |
| [1K | |
| CC: signal/sig_unmaskpendingsignal.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_removependingsignal.c [1K | |
| CC: signal/sig_releasependingsignal.c [1K | |
| CC: dummy.c [1K | |
| CC: signal/sig_lowest.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_notification.c [1K | |
| CC: signal/sig_cleanup.c [1K | |
| CC: boardctl.c [1K | |
| CC: signal/sig_dispatch.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_deliver.c [1K | |
| [1K | |
| CC: signal/sig_pause.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_nanosleep.c [1K | |
| CC: signal/sig_usleep.c [1K | |
| CC: signal/sig_sleep.c [1K | |
| CC: signal/sig_ppoll.c [1K | |
| CC: signal/sig_pselect.c [1K | |
| CC: task/task_argvstr.c [1K | |
| CC: task/task_create.c [1K | |
| CC: task/task_init.c [1K | |
| [1K | |
| CC: task/task_setup.c [1K | |
| [1K | |
| CC: task/task_activate.c [1K | |
| CC: task/task_start.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: task/task_delete.c [1K | |
| CC: task/task_exit.c [1K | |
| CC: task/task_exithook.c [1K | |
| [1K | |
| [1K | |
| CC: task/task_getgroup.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: task/task_getpid.c [1K | |
| CC: task/task_prctl.c [1K | |
| [1K | |
| CC: task/task_recover.c [1K | |
| [1K | |
| CC: task/task_restart.c [1K | |
| CC: task/task_spawnparms.c [1K | |
| [1K | |
| [1K | |
| CC: task/task_cancelpt.c [1K | |
| CC: task/task_terminate.c [1K | |
| CC: task/task_gettid.c [1K | |
| [1K | |
| CC: task/exit.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: task/task_join.c [1K | |
| CC: task/task_fork.c [1K | |
| CC: task/task_spawn.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: timer/timer_initialize.c [1K | |
| CC: timer/timer_create.c [1K | |
| [1K | |
| CC: timer/timer_delete.c [1K | |
| [1K | |
| CC: timer/timer_getoverrun.c [1K | |
| CC: timer/timer_getitimer.c [1K | |
| [1K | |
| CC: timer/timer_gettime.c [1K | |
| CC: timer/timer_setitimer.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: timer/timer_settime.c [1K | |
| CC: timer/timer_release.c [1K | |
| CC: tls/task_initinfo.c [1K | |
| CC: tls/task_uninitinfo.c [1K | |
| [1K | |
| CC: tls/tls_initinfo.c [1K | |
| [1K | |
| CC: tls/tls_dupinfo.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: wdog/wd_initialize.c [1K | |
| [1K | |
| CC: wdog/wd_start.c [1K | |
| CC: wdog/wd_cancel.c [1K | |
| CC: wdog/wd_gettime.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: wdog/wd_recover.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: assert/lib_assert.c [1K | |
| CC: assert/lib_stackchk.c [1K | |
| CC: builtin/lib_builtin_getname.c [1K | |
| CC: builtin/lib_builtin_isavail.c [1K | |
| CC: builtin/lib_builtin_forindex.c [1K | |
| CC: ctype/lib_isalnum.c [1K | |
| CC: ctype/lib_isalpha.c [1K | |
| CC: ctype/lib_isascii.c [1K | |
| CC: ctype/lib_isblank.c [1K | |
| CC: ctype/lib_iscntrl.c [1K | |
| CC: ctype/lib_isdigit.c [1K | |
| CC: ctype/lib_isgraph.c [1K | |
| CC: ctype/lib_islower.c [1K | |
| CC: ctype/lib_isprint.c [1K | |
| CC: ctype/lib_ispunct.c [1K | |
| CC: ctype/lib_isspace.c [1K | |
| CC: ctype/lib_isupper.c [1K | |
| CC: ctype/lib_isxdigit.c [1K | |
| CC: ctype/lib_tolower.c [1K | |
| CC: ctype/lib_toupper.c [1K | |
| CC: ctype/lib_ctype.c [1K | |
| CC: dirent/lib_readdirr.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: dirent/lib_telldir.c [1K | |
| CC: dirent/lib_alphasort.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: dirent/lib_scandir.c [1K | |
| [1K | |
| CC: dirent/lib_ftw.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: dirent/lib_nftw.c [1K | |
| CC: dirent/lib_opendir.c [1K | |
| CC: dirent/lib_fdopendir.c [1K | |
| [1K | |
| [1K | |
| CC: dirent/lib_closedir.c [1K | |
| [1K | |
| [1K | |
| CC: dirent/lib_readdir.c [1K | |
| [1K | |
| [1K | |
| CC: dirent/lib_rewinddir.c [1K | |
| [1K | |
| CC: dirent/lib_seekdir.c [1K | |
| [1K | |
| [1K | |
| CC: dirent/lib_dirfd.c [1K | |
| CC: dirent/lib_versionsort.c [1K | |
| CC: dlfcn/lib_dlfind_object.c [1K | |
| CC: errno/lib_errno.c [1K | |
| CC: fixedmath/lib_fixedmath.c [1K | |
| CC: fixedmath/lib_b16sin.c [1K | |
| [1K | |
| CC: fixedmath/lib_b16cos.c [1K | |
| CC: fixedmath/lib_b16atan2.c [1K | |
| CC: fixedmath/lib_ubsqrt.c [1K | |
| CC: grp/lib_getgrgid.c [1K | |
| [1K | |
| CC: grp/lib_getgrgidr.c [1K | |
| [1K | |
| [1K | |
| CC: grp/lib_getgrnam.c [1K | |
| CC: grp/lib_getgrnamr.c [1K | |
| [1K | |
| CC: grp/lib_initgroups.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: grp/lib_getgrbuf.c [1K | |
| [1K | |
| CC: grp/lib_getgrbufr.c [1K | |
| CC: inttypes/lib_imaxabs.c [1K | |
| CC: inttypes/lib_imaxdiv.c [1K | |
| CC: inttypes/lib_strtoimax.c [1K | |
| CC: inttypes/lib_strtoumax.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: libgen/lib_basename.c [1K | |
| [1K | |
| CC: libgen/lib_dirname.c [1K | |
| CC: machine/arch_atomic.c [1K | |
| CC: misc/lib_bitmap.c [1K | |
| CC: misc/lib_circbuf.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_mknod.c [1K | |
| [1K | |
| CC: misc/lib_umask.c [1K | |
| [1K | |
| CC: misc/lib_utsname.c [1K | |
| [1K | |
| CC: misc/lib_getrandom.c [1K | |
| CC: misc/lib_xorshift128.c [1K | |
| CC: misc/lib_tea_encrypt.c [1K | |
| CC: misc/lib_tea_decrypt.c [1K | |
| CC: misc/lib_cxx_initialize.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_impure.c [1K | |
| [1K | |
| CC: misc/lib_memfd.c [1K | |
| [1K | |
| CC: misc/lib_mutex.c [1K | |
| CC: mm_heap/mm_initialize.c [1K | |
| CC: mm_heap/mm_lock.c [1K | |
| CC: misc/lib_fchmodat.c [1K | |
| [1K | |
| CC: misc/lib_fstatat.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: mm_heap/mm_malloc_size.c [1K | |
| CC: misc/lib_getfullpath.c [1K | |
| CC: mm_heap/mm_shrinkchunk.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: mm_heap/mm_brkaddr.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: mm_heap/mm_calloc.c [1K | |
| CC: misc/lib_openat.c [1K | |
| [1K | |
| [1K | |
| CC: mm_heap/mm_free.c [1K | |
| CC: mm_heap/mm_extend.c [1K | |
| [1K | |
| CC: mm_heap/mm_mallinfo.c [1K | |
| CC: misc/lib_mkdirat.c [1K | |
| CC: misc/lib_utimensat.c [1K | |
| CC: mm_heap/mm_malloc.c [1K | |
| CC: misc/lib_mallopt.c [1K | |
| [1K | |
| CC: mm_heap/mm_foreach.c [1K | |
| [1K | |
| CC: misc/lib_idr.c [1K | |
| [1K | |
| [1K | |
| CC: mm_heap/mm_memalign.c [1K | |
| CC: misc/lib_getnprocs.c [1K | |
| [1K | |
| CC: mm_heap/mm_realloc.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_tempbuffer.c [1K | |
| CC: mm_heap/mm_zalloc.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: mm_heap/mm_heapmember.c [1K | |
| [1K | |
| CC: misc/lib_umul32.c [1K | |
| CC: misc/lib_umul64.c [1K | |
| CC: mm_heap/mm_memdump.c [1K | |
| CC: umm_heap/umm_globals.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: umm_heap/umm_initialize.c [1K | |
| CC: misc/lib_umul32x64.c [1K | |
| CC: umm_heap/umm_addregion.c [1K | |
| [1K | |
| [1K | |
| CC: umm_heap/umm_malloc_size.c [1K | |
| [1K | |
| [1K | |
| CC: umm_heap/umm_brkaddr.c [1K | |
| CC: umm_heap/umm_calloc.c [1K | |
| CC: umm_heap/umm_extend.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_uadd32x64.c [1K | |
| CC: misc/lib_uadd64.c [1K | |
| [1K | |
| CC: umm_heap/umm_free.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: umm_heap/umm_mallinfo.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_usub64x32.c [1K | |
| [1K | |
| CC: umm_heap/umm_malloc.c [1K | |
| CC: misc/lib_usub64.c [1K | |
| CC: umm_heap/umm_memalign.c [1K | |
| CC: misc/lib_dumpbuffer.c [1K | |
| [1K | |
| [1K | |
| CC: umm_heap/umm_realloc.c [1K | |
| CC: misc/lib_dumpvbuffer.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: umm_heap/umm_zalloc.c [1K | |
| [1K | |
| CC: umm_heap/umm_heapmember.c [1K | |
| [1K | |
| CC: misc/lib_fnmatch.c [1K | |
| CC: umm_heap/umm_memdump.c [1K | |
| CC: misc/lib_debug.c [1K | |
| CC: mempool/mempool.c [1K | |
| [1K | |
| CC: misc/lib_crc64.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_crc32.c [1K | |
| CC: mempool/mempool_multiple.c [1K | |
| [1K | |
| CC: mempool/mempool_procfs.c [1K | |
| [1K | |
| CC: misc/lib_crc16.c [1K | |
| CC: misc/lib_crc16ccitt.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_crc8.c [1K | |
| CC: kasan/hook.c [1K | |
| CC: misc/lib_crc8ccitt.c [1K | |
| [1K | |
| CC: misc/lib_crc8table.c [1K | |
| [1K | |
| CC: misc/lib_crc8rohc.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_glob.c [1K | |
| CC: map/mm_map.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_backtrace.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_ftok.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_err.c [1K | |
| [1K | |
| CC: misc/lib_instrument.c [1K | |
| CC: misc/lib_crc16ibm.c [1K | |
| [1K | |
| CC: misc/lib_crc16xmodem.c [1K | |
| [1K | |
| CC: net/lib_addrconfig.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: net/lib_base64.c [1K | |
| [1K | |
| CC: net/lib_htons.c [1K | |
| CC: net/lib_htonl.c [1K | |
| CC: net/lib_htonq.c [1K | |
| [1K | |
| CC: net/lib_inetaddr.c [1K | |
| CC: net/lib_inetaton.c [1K | |
| [1K | |
| [1K | |
| CC: net/lib_inetntoa.c [1K | |
| CC: net/lib_inetntop.c [1K | |
| [1K | |
| CC: net/lib_inetpton.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: net/lib_inetnetwork.c [1K | |
| CC: net/lib_etherntoa.c [1K | |
| CC: net/lib_etheraton.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: obstack/lib_obstack_init.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: obstack/lib_obstack_alloc.c [1K | |
| [1K | |
| CC: obstack/lib_obstack_copy.c [1K | |
| CC: obstack/lib_obstack_free.c [1K | |
| CC: obstack/lib_obstack_make_room.c [1K | |
| CC: obstack/lib_obstack_blank.c [1K | |
| CC: obstack/lib_obstack_grow.c [1K | |
| [1K | |
| CC: obstack/lib_obstack_finish.c [1K | |
| [1K | |
| CC: obstack/lib_obstack_object_size.c [1K | |
| [1K | |
| AS: common/espressif/esp_vectors.S [1K | |
| [1K | |
| AS: common/riscv_exception_common.S [1K | |
| [1K | |
| AS: common/riscv_saveusercontext.S [1K | |
| [1K | |
| CC: obstack/lib_obstack_room.c [1K | |
| AS: common/fork.S [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: common/espressif/esp_allocateheap.c [1K | |
| CC: obstack/lib_obstack_printf.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: obstack/lib_obstack_vprintf.c [1K | |
| [1K | |
| CC: obstack/lib_obstack_malloc.c [1K | |
| CC: common/espressif/esp_start.c [1K | |
| CC: common/espressif/esp_idle.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_attr_init.c [1K | |
| CC: common/espressif/esp_irq.c [1K | |
| CC: common/espressif/esp_gpio.c [1K | |
| CC: pthread/pthread_attr_destroy.c [1K | |
| [1K | |
| [1K | |
| CC: common/espressif/esp_rtc_gpio.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: common/espressif/esp_libc_stubs.c [1K | |
| CC: pthread/pthread_attr_setschedpolicy.c [1K | |
| [1K | |
| [1K | |
| CC: common/espressif/esp_lowputc.c [1K | |
| CC: pthread/pthread_attr_getschedpolicy.c [1K | |
| CC: common/espressif/esp_serial.c [1K | |
| CC: pthread/pthread_attr_setinheritsched.c [1K | |
| CC: common/espressif/esp_systemreset.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_attr_getinheritsched.c [1K | |
| CC: common/espressif/esp_timerisr.c [1K | |
| CC: common/espressif/esp_random.c [1K | |
| CC: pthread/pthread_attr_setdetachstate.c [1K | |
| [1K | |
| CC: common/espressif/esp_usbserial.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_adc/adc_cali_curve_fitting.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_attr_getdetachstate.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_adc/adc_cali.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_attr_setstackaddr.c [1K | |
| CC: pthread/pthread_attr_getstackaddr.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_adc/esp32c6/curve_fitting_coefficients.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_setstacksize.c [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_init.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_getstacksize.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_efuse.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/src/esp_efuse_api.c [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/src/esp_efuse_utility.c [1K | |
| CC: pthread/pthread_attr_setstack.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_getstack.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/esp32c6/esp_efuse_fields.c [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/esp32c6/esp_efuse_rtc_calib.c [1K | |
| CC: pthread/pthread_attr_setschedparam.c [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/esp32c6/esp_efuse_table.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/esp32c6/esp_efuse_utility.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_attr_getschedparam.c [1K | |
| CC: pthread/pthread_attr_setscope.c [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_common/src/esp_err_to_name.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_getscope.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_setguardsize.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/adc_share_hw_ctrl.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_getguardsize.c [1K | |
| [1K | |
| CC: pthread/pthread_barrierattr_init.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/clk_ctrl_os.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_barrierattr_destroy.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/cpu.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/esp_clk.c [1K | |
| CC: pthread/pthread_barrierattr_getpshared.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/hw_random.c [1K | |
| CC: builtin_list.c [1K | |
| [1K | |
| CC: exec_builtin.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_barrierattr_setpshared.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/mac_addr.c [1K | |
| [1K | |
| CC: pthread/pthread_barrierinit.c [1K | |
| [1K | |
| CC: pthread/pthread_barrierdestroy.c [1K | |
| [1K | |
| CC: hello_main.c [1K | |
| [1K | |
| CC: pthread/pthread_barrierwait.c [1K | |
| CC: pthread/pthread_condattr_init.c [1K | |
| [1K | |
| CC: board/dummy.c [1K | |
| [1K | |
| CC: nsh_alias.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: nsh_builtin.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/modem_clock.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/periph_ctrl.c [1K | |
| [1K | |
| [1K | |
| CC: nsh_command.c [1K | |
| [1K | |
| [1K | |
| CC: nsh_console.c [1K | |
| CC: nsh_consolemain.c [1K | |
| CC: pthread/pthread_condattr_destroy.c [1K | |
| [1K | |
| CC: nsh_dbgcmds.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/regi2c_ctrl.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_modes.c [1K | |
| CC: nsh_envcmds.c [1K | |
| [1K | |
| CC: dd_main.c [1K | |
| [1K | |
| CC: nsh_fscmds.c [1K | |
| CC: pthread/pthread_condattr_getpshared.c [1K | |
| CC: nsh_main.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: nsh_fsutils.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp_clk_tree_common.c [1K | |
| CC: dumpstack.c [1K | |
| CC: pthread/pthread_condattr_setpshared.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_condattr_setclock.c [1K | |
| CC: nsh_init.c [1K | |
| CC: readline.c [1K | |
| CC: pthread/pthread_condattr_getclock.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: readline_common.c [1K | |
| [1K | |
| CC: sh_main.c [1K | |
| CC: pthread/pthread_condinit.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32c6/esp_clk_tree.c [1K | |
| CC: readline_fd.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32c6/cpu_region_protect.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: nsh_mmcmds.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32c6/io_mux.c [1K | |
| CC: pthread/pthread_conddestroy.c [1K | |
| CC: nsh_mntcmds.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32c6/ocode_init.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: nsh_parse.c [1K | |
| CC: readline_stream.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32c6/pmu_init.c [1K | |
| CC: nsh_printf.c [1K | |
| CC: pthread/pthread_condtimedwait.c [1K | |
| CC: nsh_proccmds.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: nsh_prompt.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32c6/pmu_param.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32c6/pmu_sleep.c [1K | |
| CC: nsh_script.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_create.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32c6/rtc_clk.c [1K | |
| CC: nsh_session.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32c6/rtc_clk_init.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_exit.c [1K | |
| CC: nsh_syscmds.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32c6/rtc_time.c [1K | |
| CC: pthread/pthread_kill.c [1K | |
| [1K | |
| CC: fs_initialize.c [1K | |
| CC: nsh_system.c [1K | |
| [1K | |
| CC: fs_heap.c [1K | |
| [1K | |
| CC: inode/fs_files.c [1K | |
| [1K | |
| [1K | |
| CC: inode/fs_foreachinode.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32c6/sar_periph_ctrl.c [1K | |
| CC: pthread/pthread_setname_np.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_getname_np.c [1K | |
| CC: nsh_test.c [1K | |
| CC: nsh_timcmds.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_get_stackaddr_np.c [1K | |
| [1K | |
| CC: nsh_wait.c [1K | |
| [1K | |
| [1K | |
| CC: inode/fs_inode.c [1K | |
| [1K | |
| [1K | |
| CC: inode/fs_inodeaddref.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32c6/systimer.c [1K | |
| CC: inode/fs_inodebasename.c [1K | |
| CC: pthread/pthread_get_stacksize_np.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/power_supply/brownout.c [1K | |
| CC: inode/fs_inodefind.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_phy/src/lib_printf.c [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_init.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_destroy.c [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_getpshared.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_phy/src/phy_common.c [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_setpshared.c [1K | |
| CC: inode/fs_inodefree.c [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_setprotocol.c [1K | |
| CC: inode/fs_inodegetpath.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_getprotocol.c [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_settype.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_gettype.c [1K | |
| CC: pthread/pthread_mutexattr_setrobust.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_phy/src/phy_init.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_phy/esp32c6/phy_init_data.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_hp_regi2c_esp32c6.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_wdt.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_system/esp_err.c [1K | |
| CC: pthread/pthread_mutexattr_getrobust.c [1K | |
| CC: inode/fs_inoderelease.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_setprioceiling.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_system/startup.c [1K | |
| [1K | |
| [1K | |
| CC: inode/fs_inoderemove.c [1K | |
| [1K | |
| CC: inode/fs_inodereserve.c [1K | |
| CC: pthread/pthread_mutexattr_getprioceiling.c [1K | |
| CC: inode/fs_inodesearch.c [1K | |
| CC: pthread/pthread_mutex_lock.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_system/port/soc/esp32c6/clk.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_system/port/soc/esp32c6/system_internal.c [1K | |
| CC: pthread/pthread_mutex_setprioceiling.c [1K | |
| [1K | |
| CC: vfs/fs_chstat.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/adc_hal_common.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/adc_oneshot_hal.c [1K | |
| [1K | |
| CC: pthread/pthread_mutex_getprioceiling.c [1K | |
| [1K | |
| CC: vfs/fs_close.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/apm_hal.c [1K | |
| CC: pthread/pthread_once.c [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/brownout_hal.c [1K | |
| [1K | |
| CC: vfs/fs_dup.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_dup2.c [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/efuse_hal.c [1K | |
| CC: pthread/pthread_yield.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_dup3.c [1K | |
| CC: pthread/pthread_atfork.c [1K | |
| CC: vfs/fs_fcntl.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/gpio_hal.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/gdma_hal_ahb_v1.c [1K | |
| CC: pthread/pthread_rwlockattr_init.c [1K | |
| CC: vfs/fs_epoll.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_rwlockattr_destroy.c [1K | |
| [1K | |
| CC: vfs/fs_fchstat.c [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/gdma_hal_top.c [1K | |
| CC: vfs/fs_fstat.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/hal_utils.c [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/ledc_hal.c [1K | |
| CC: pthread/pthread_rwlockattr_getpshared.c [1K | |
| CC: binfmt_globals.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_fstatfs.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/ledc_hal_iram.c [1K | |
| CC: pthread/pthread_rwlockattr_setpshared.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/lp_timer_hal.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/pcnt_hal.c [1K | |
| CC: vfs/fs_ioctl.c [1K | |
| [1K | |
| CC: vfs/fs_lseek.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_mkdir.c [1K | |
| CC: binfmt_initialize.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_open.c [1K | |
| CC: pthread/pthread_rwlock.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/rmt_hal.c [1K | |
| CC: pthread/pthread_rwlock_rdlock.c [1K | |
| [1K | |
| [1K | |
| CC: binfmt_register.c [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/sdm_hal.c [1K | |
| [1K | |
| CC: vfs/fs_poll.c [1K | |
| [1K | |
| CC: binfmt_unregister.c [1K | |
| CC: binfmt_loadmodule.c [1K | |
| [1K | |
| CC: vfs/fs_pread.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_pwrite.c [1K | |
| [1K | |
| CC: pthread/pthread_rwlock_wrlock.c [1K | |
| CC: pthread/pthread_setcancelstate.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_setcanceltype.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_read.c [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/i2c_hal.c [1K | |
| CC: binfmt_unloadmodule.c [1K | |
| [1K | |
| CC: pthread/pthread_testcancel.c [1K | |
| CC: pthread/pthread_getcpuclockid.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_rename.c [1K | |
| CC: pthread/pthread_self.c [1K | |
| [1K | |
| [1K | |
| CC: binfmt_execmodule.c [1K | |
| [1K | |
| CC: pthread/pthread_gettid_np.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_rmdir.c [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/i2s_hal.c [1K | |
| [1K | |
| CC: binfmt_exec.c [1K | |
| [1K | |
| CC: binfmt_copyargv.c [1K | |
| CC: pthread/pthread_concurrency.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_select.c [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/sha_hal.c [1K | |
| CC: vfs/fs_sendfile.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/spi_hal.c [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/spi_hal_iram.c [1K | |
| CC: vfs/fs_stat.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/timer_hal.c [1K | |
| CC: vfs/fs_statfs.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/twai_hal_sja1000.c [1K | |
| CC: vfs/fs_uio.c [1K | |
| CC: binfmt_copyactions.c [1K | |
| [1K | |
| CC: vfs/fs_unlink.c [1K | |
| [1K | |
| CC: pwd/lib_getpwnam.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: pwd/lib_getpwnamr.c [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/cache_hal.c [1K | |
| [1K | |
| CC: binfmt_dumpmodule.c [1K | |
| CC: pwd/lib_getpwuid.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_write.c [1K | |
| CC: builtin.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_dir.c [1K | |
| [1K | |
| CC: pwd/lib_getpwuidr.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/mmu_hal.c [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/mcpwm_hal.c [1K | |
| [1K | |
| [1K | |
| CC: pwd/lib_getpwent.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/uart_hal.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/uart_hal_iram.c [1K | |
| CC: pwd/lib_pwd_globals.c [1K | |
| [1K | |
| CC: vfs/fs_fsync.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/wdt_hal_iram.c [1K | |
| CC: vfs/fs_syncfs.c [1K | |
| CC: vfs/fs_truncate.c [1K | |
| [1K | |
| CC: pwd/lib_getspnam.c [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/systimer_hal.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/rtc_io_hal.c [1K | |
| CC: vfs/fs_link.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_symlink.c [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/spi_slave_hal_iram.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_readlink.c [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/spi_slave_hal.c [1K | |
| CC: pwd/lib_getpwbuf.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/esp32c6/clk_tree_hal.c [1K | |
| [1K | |
| CC: pwd/lib_getpwbufr.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/esp32c6/efuse_hal.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: board/esp32c6_boot.c [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/esp32c6/modem_clock_hal.c [1K | |
| CC: queue/queue.c [1K | |
| CC: driver/fs_registerdriver.c [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_getprioritymax.c [1K | |
| CC: board/esp32c6_bringup.c [1K | |
| [1K | |
| CC: board/esp32c6_appinit.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: board/esp32c6_reset.c [1K | |
| [1K | |
| CC: driver/fs_unregisterdriver.c [1K | |
| CC: driver/fs_unregisterpipedriver.c [1K | |
| CC: driver/fs_registerpipedriver.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/log.c [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_getprioritymin.c [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/log_level/log_level.c [1K | |
| [1K | |
| CC: sched/clock_getcpuclockid.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/log_level/tag_log_level/tag_log_level.c [1K | |
| CC: sched/clock_getres.c [1K | |
| CC: driver/fs_registerblockdriver.c [1K | |
| [1K | |
| [1K | |
| CC: driver/fs_unregisterblockdriver.c [1K | |
| [1K | |
| [1K | |
| CC: sched/task_cancelpt.c [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/log_level/tag_log_level/linked_list/log_linked_list.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/noos/log_lock.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/noos/log_timestamp.c [1K | |
| CC: sched/task_setcancelstate.c [1K | |
| CC: driver/fs_findblockdriver.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/os/log_write.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: sched/task_setcanceltype.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/riscv/interrupt.c [1K | |
| CC: driver/fs_openblockdriver.c [1K | |
| CC: driver/fs_closeblockdriver.c [1K | |
| [1K | |
| CC: driver/fs_blockpartition.c [1K | |
| CC: driver/fs_findmtddriver.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: driver/fs_closemtddriver.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/riscv/interrupt_plic.c [1K | |
| CC: sched/task_testcancel.c [1K | |
| CC: driver/fs_blockmerge.c [1K | |
| [1K | |
| CC: sched/task_gettid.c [1K | |
| CC: chip/esp-hal-3rdparty/components/riscv/rv_utils.c [1K | |
| [1K | |
| CC: mmap/fs_mmap.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_dumpstack.c [1K | |
| CC: sched/sched_backtrace.c [1K | |
| CC: mmap/fs_munmap.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/soc/lldesc.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/soc/esp32c6/adc_periph.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/soc/esp32c6/dedic_gpio_periph.c [1K | |
| [1K | |
| [1K | |
| CC: sched/task_startup.c [1K | |
| CC: mmap/fs_mmisc.c [1K | |
| CC: chip/esp-hal-3rdparty/components/soc/esp32c6/gdma_periph.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: mmap/fs_msync.c [1K | |
| CC: chip/esp-hal-3rdparty/components/soc/esp32c6/gpio_periph.c [1K | |
| CC: mmap/fs_anonmap.c [1K | |
| [1K | |
| [1K | |
| CC: search/hcreate_r.c [1K | |
| CC: mqueue/mq_open.c [1K | |
| IN: sched/libsched.a -> staging/libsched.a [1K | |
| [1K | |
| [1K | |
| CC: mqueue/mq_close.c [1K | |
| CC: search/hcreate.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/soc/esp32c6/ledc_periph.c [1K | |
| [1K | |
| CC: mqueue/mq_unlink.c [1K | |
| CC: mount/fs_mount.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: search/hash_func.c [1K | |
| CC: mount/fs_umount2.c [1K | |
| [1K | |
| CC: semaphore/sem_init.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: semaphore/sem_getprotocol.c [1K | |
| CC: semaphore/sem_setprotocol.c [1K | |
| CC: chip/esp-hal-3rdparty/components/soc/esp32c6/pcnt_periph.c [1K | |
| CC: mount/fs_foreachmountpoint.c [1K | |
| [1K | |
| [1K | |
| CC: semaphore/sem_getvalue.c [1K | |
| CC: mount/fs_procfs_mount.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: semaphore/sem_destroy.c [1K | |
| [1K | |
| CC: mount/fs_gettype.c [1K | |
| CC: chip/esp-hal-3rdparty/components/soc/esp32c6/rmt_periph.c [1K | |
| CC: semaphore/sem_wait.c [1K | |
| [1K | |
| CC: semaphore/sem_trywait.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/soc/esp32c6/sdm_periph.c [1K | |
| CC: semaphore/sem_timedwait.c [1K | |
| CC: partition/fs_partition.c [1K | |
| CC: chip/esp-hal-3rdparty/components/soc/esp32c6/i2c_periph.c [1K | |
| CC: procfs/fs_procfs.c [1K | |
| [1K | |
| CC: procfs/fs_procfscpuinfo.c [1K | |
| CC: procfs/fs_procfscpuload.c [1K | |
| CC: chip/esp-hal-3rdparty/components/soc/esp32c6/i2s_periph.c [1K | |
| [1K | |
| [1K | |
| CC: procfs/fs_procfscritmon.c [1K | |
| CC: chip/esp-hal-3rdparty/components/soc/esp32c6/mcpwm_periph.c [1K | |
| [1K | |
| [1K | |
| CC: semaphore/sem_clockwait.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/soc/esp32c6/rtc_io_periph.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/soc/esp32c6/temperature_sensor_periph.c [1K | |
| CC: semaphore/sem_post.c [1K | |
| CC: procfs/fs_procfsfdt.c [1K | |
| CC: signal/sig_addset.c [1K | |
| [1K | |
| [1K | |
| CC: procfs/fs_procfsiobinfo.c [1K | |
| [1K | |
| CC: signal/sig_delset.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_emptyset.c [1K | |
| CC: procfs/fs_procfsmeminfo.c [1K | |
| CC: chip/esp-hal-3rdparty/components/soc/esp32c6/uart_periph.c [1K | |
| [1K | |
| CC: procfs/fs_procfsproc.c [1K | |
| [1K | |
| CC: procfs/fs_procfstcbinfo.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_fillset.c [1K | |
| CC: chip/esp-hal-3rdparty/components/ulp/lp_core/lp_core_i2c.c [1K | |
| CC: procfs/fs_procfsuptime.c [1K | |
| CC: chip/esp-hal-3rdparty/nuttx/src/components/esp_driver_gpio/src/gpio.c [1K | |
| CC: signal/sig_nandset.c [1K | |
| [1K | |
| [1K | |
| CC: procfs/fs_procfsutil.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_andset.c [1K | |
| [1K | |
| CC: signal/sig_orset.c [1K | |
| CC: chip/esp-hal-3rdparty/nuttx/src/components/esp_driver_gpio/src/rtc_io.c [1K | |
| CC: procfs/fs_procfsversion.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_xorset.c [1K | |
| CC: chip/esp-hal-3rdparty/nuttx/src/bootloader_banner_wrap.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_console.c [1K | |
| CC: signal/sig_isemptyset.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_console_loader.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/esp32c6/bootloader_esp32c6.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_common.c [1K | |
| CC: signal/sig_killpg.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_common_loader.c [1K | |
| [1K | |
| CC: signal/sig_altstack.c [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/bootloader_flash/src/bootloader_flash.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32c6.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c [1K | |
| [1K | |
| CC: signal/sig_interrupt.c [1K | |
| [1K | |
| CC: signal/sig_hold.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_clock_init.c [1K | |
| CC: signal/sig_ignore.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_clock_loader.c [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_mem.c [1K | |
| IN: drivers/libdrivers.a -> staging/libdrivers.a [1K | |
| [1K | |
| CC: signal/sig_ismember.c [1K | |
| CC: signal/sig_pause.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_psignal.c [1K | |
| CC: signal/sig_raise.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_random.c [1K | |
| CC: signal/sig_relse.c [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_random_esp32c6.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/esp_image_format.c [1K | |
| [1K | |
| CC: signal/sig_set.c [1K | |
| [1K | |
| CC: signal/sig_signal.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_sha.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/esp32c6/bootloader_soc.c [1K | |
| CC: signal/sig_wait.c [1K | |
| [1K | |
| [1K | |
| CC: spawn/lib_psfa_addaction.c [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/flash_encrypt.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_uart.c [1K | |
| [1K | |
| [1K | |
| CC: spawn/lib_psfa_addclose.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_sys.c [1K | |
| [1K | |
| CC: spawn/lib_psfa_adddup2.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_spiflash.c [1K | |
| [1K | |
| [1K | |
| CC: spawn/lib_psfa_addopen.c [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/src/esp_efuse_fields.c [1K | |
| [1K | |
| [1K | |
| CC: spawn/lib_psfa_destroy.c [1K | |
| [1K | |
| CC: spawn/lib_psfa_init.c [1K | |
| [1K | |
| [1K | |
| CC: common/riscv_initialize.c [1K | |
| [1K | |
| [1K | |
| CC: common/riscv_swint.c [1K | |
| CC: spawn/lib_psa_getflags.c [1K | |
| CC: common/riscv_mtimer.c [1K | |
| [1K | |
| CC: common/riscv_allocateheap.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: common/riscv_createstack.c [1K | |
| CC: common/riscv_cpuinfo.c [1K | |
| CC: spawn/lib_psa_getschedparam.c [1K | |
| [1K | |
| CC: spawn/lib_psa_getschedpolicy.c [1K | |
| [1K | |
| [1K | |
| CC: common/riscv_cpuidlestack.c [1K | |
| CC: common/riscv_doirq.c [1K | |
| [1K | |
| [1K | |
| CC: spawn/lib_psa_init.c [1K | |
| CC: common/riscv_exit.c [1K | |
| [1K | |
| CC: spawn/lib_psa_setflags.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: common/riscv_exception.c [1K | |
| CC: spawn/lib_psa_setschedparam.c [1K | |
| CC: common/riscv_getnewintctx.c [1K | |
| IN: boards/libboards.a -> staging/libboards.a [1K | |
| CC: spawn/lib_psa_setschedpolicy.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: common/riscv_getintstack.c [1K | |
| CC: spawn/lib_psa_getsigmask.c [1K | |
| [1K | |
| CC: spawn/lib_psa_setsigmask.c [1K | |
| [1K | |
| CC: common/riscv_initialstate.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: common/riscv_modifyreg32.c [1K | |
| CC: spawn/lib_psa_getstacksize.c [1K | |
| [1K | |
| CC: common/riscv_nputs.c [1K | |
| CC: common/riscv_releasestack.c [1K | |
| [1K | |
| CC: spawn/lib_psa_setstacksize.c [1K | |
| [1K | |
| [1K | |
| CC: spawn/lib_psa_destroy.c [1K | |
| CC: common/riscv_registerdump.c [1K | |
| [1K | |
| [1K | |
| CC: spawn/lib_psa_getstackaddr.c [1K | |
| CC: spawn/lib_psa_setstackaddr.c [1K | |
| [1K | |
| CC: stdio/lib_fileno.c [1K | |
| CC: stdio/lib_printf.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: common/riscv_stackframe.c [1K | |
| CC: common/riscv_schedulesigaction.c [1K | |
| CC: stdio/lib_sprintf.c [1K | |
| [1K | |
| CC: stdio/lib_asprintf.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: common/riscv_sigdeliver.c [1K | |
| CC: common/riscv_switchcontext.c [1K | |
| CC: stdio/lib_snprintf.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_vsprintf.c [1K | |
| [1K | |
| CC: common/riscv_usestack.c [1K | |
| CC: common/riscv_tcbinfo.c [1K | |
| [1K | |
| CC: stdio/lib_vasprintf.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_vsnprintf.c [1K | |
| [1K | |
| CC: common/riscv_idle.c [1K | |
| [1K | |
| CC: stdio/lib_dprintf.c [1K | |
| [1K | |
| CC: stdio/lib_vdprintf.c [1K | |
| CC: common/riscv_mdelay.c [1K | |
| [1K | |
| [1K | |
| CC: common/riscv_udelay.c [1K | |
| CC: stdio/lib_vprintf.c [1K | |
| [1K | |
| CC: stdio/lib_perror.c [1K | |
| [1K | |
| CC: stdio/lib_putchar.c [1K | |
| [1K | |
| CC: stdio/lib_getchar.c [1K | |
| [1K | |
| [1K | |
| CC: common/riscv_backtrace.c [1K | |
| CC: stdio/lib_puts.c [1K | |
| [1K | |
| [1K | |
| CC: common/riscv_fork.c [1K | |
| CC: stdio/lib_gets_s.c [1K | |
| [1K | |
| CC: common/riscv_pmp.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_gets.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_libdgets.c [1K | |
| CC: stdio/lib_sscanf.c [1K | |
| CC: stdio/lib_vsscanf.c [1K | |
| CC: stdio/lib_remove.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_tempnam.c [1K | |
| CC: stdio/lib_tmpnam.c [1K | |
| IN: mm/libmm.a -> staging/libmm.a [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_renameat.c [1K | |
| CC: stdio/lib_putwchar.c [1K | |
| [1K | |
| CC: stdio/lib_fopen.c [1K | |
| [1K | |
| CC: stdio/lib_freopen.c [1K | |
| [1K | |
| CC: stdio/lib_fclose.c [1K | |
| CC: stdio/lib_fread.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_libfread_unlocked.c [1K | |
| CC: stdio/lib_fseek.c [1K | |
| CC: stdio/lib_fseeko.c [1K | |
| CC: stdio/lib_ftell.c [1K | |
| CC: stdio/lib_ftello.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_fsetpos.c [1K | |
| [1K | |
| CC: stdio/lib_getdelim.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_fgetpos.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_getc.c [1K | |
| CC: stdio/lib_fgetc.c [1K | |
| [1K | |
| CC: stdio/lib_fgets.c [1K | |
| CC: stdio/lib_libfgets.c [1K | |
| CC: stdio/lib_fwrite.c [1K | |
| CC: stdio/lib_libfwrite.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_fflush.c [1K | |
| CC: stdio/lib_libflushall.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_libfflush.c [1K | |
| CC: stdio/lib_rdflush_unlocked.c [1K | |
| [1K | |
| CC: stdio/lib_wrflush_unlocked.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_putc.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_fputc.c [1K | |
| [1K | |
| CC: stdio/lib_fputs.c [1K | |
| CC: stdio/lib_ungetc.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_fprintf.c [1K | |
| CC: stdio/lib_vfprintf.c [1K | |
| CC: stdio/lib_feof.c [1K | |
| [1K | |
| CC: stdio/lib_ferror.c [1K | |
| CC: stdio/lib_rewind.c [1K | |
| CC: stdio/lib_clearerr.c [1K | |
| CC: stdio/lib_scanf.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_vscanf.c [1K | |
| [1K | |
| CC: stdio/lib_fscanf.c [1K | |
| CC: stdio/lib_vfscanf.c [1K | |
| CC: stdio/lib_tmpfile.c [1K | |
| CC: stdio/lib_setbuf.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_setvbuf.c [1K | |
| [1K | |
| CC: stdio/lib_libfilelock.c [1K | |
| [1K | |
| CC: stdio/lib_libgetstreams.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_setbuffer.c [1K | |
| CC: stdio/lib_fputwc.c [1K | |
| CC: stdio/lib_fputws.c [1K | |
| CC: stdio/lib_putwc.c [1K | |
| [1K | |
| CC: stdio/lib_fopencookie.c [1K | |
| IN: /tmp/nuttx/nuttx-apps.git/libapps.a -> staging/libapps.a [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_fmemopen.c [1K | |
| [1K | |
| CC: stdio/lib_open_memstream.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_fgetwc.c [1K | |
| CC: stdio/lib_getwc.c [1K | |
| CC: stdio/lib_ungetwc.c [1K | |
| CC: stdlib/lib_abs.c [1K | |
| [1K | |
| CC: stdlib/lib_abort.c [1K | |
| CC: stdlib/lib_atof.c [1K | |
| [1K | |
| CC: stdlib/lib_atoi.c [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_getprogname.c [1K | |
| [1K | |
| CC: stdlib/lib_atol.c [1K | |
| CC: stdlib/lib_atoll.c [1K | |
| CC: stdlib/lib_div.c [1K | |
| [1K | |
| CC: stdlib/lib_ldiv.c [1K | |
| CC: stdlib/lib_lldiv.c [1K | |
| [1K | |
| CC: stdlib/lib_exit.c [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_itoa.c [1K | |
| CC: stdlib/lib_labs.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_llabs.c [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_realpath.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_bsearch.c [1K | |
| [1K | |
| CC: stdlib/lib_rand.c [1K | |
| CC: stdlib/lib_rand48.c [1K | |
| CC: stdlib/lib_qsort.c [1K | |
| CC: stdlib/lib_srand.c [1K | |
| CC: stdlib/lib_strtol.c [1K | |
| [1K | |
| CC: stdlib/lib_strtoll.c [1K | |
| [1K | |
| CC: stdlib/lib_strtoul.c [1K | |
| [1K | |
| CC: stdlib/lib_strtoull.c [1K | |
| CC: stdlib/lib_strtold.c [1K | |
| [1K | |
| CC: stdlib/lib_checkbase.c [1K | |
| CC: stdlib/lib_mktemp.c [1K | |
| CC: stdlib/lib_mkstemp.c [1K | |
| [1K | |
| CC: stdlib/lib_mkdtemp.c [1K | |
| CC: stdlib/lib_aligned_alloc.c [1K | |
| CC: stdlib/lib_posix_memalign.c [1K | |
| [1K | |
| CC: stdlib/lib_valloc.c [1K | |
| [1K | |
| CC: stdlib/lib_mblen.c [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_mbtowc.c [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_wctomb.c [1K | |
| CC: stdlib/lib_mbstowcs.c [1K | |
| CC: stdlib/lib_wcstombs.c [1K | |
| [1K | |
| CC: stdlib/lib_atexit.c [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_reallocarray.c [1K | |
| CC: stdlib/lib_arc4random.c [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_meminstream.c [1K | |
| CC: stream/lib_memoutstream.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_memsistream.c [1K | |
| CC: stream/lib_memsostream.c [1K | |
| CC: stream/lib_lowoutstream.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_rawinstream.c [1K | |
| CC: stream/lib_rawoutstream.c [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_rawsistream.c [1K | |
| CC: stream/lib_rawsostream.c [1K | |
| [1K | |
| CC: stream/lib_zeroinstream.c [1K | |
| CC: stream/lib_nullinstream.c [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_nulloutstream.c [1K | |
| [1K | |
| CC: stream/lib_mtdoutstream.c [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_libnoflush.c [1K | |
| CC: stream/lib_libsnoflush.c [1K | |
| [1K | |
| CC: stream/lib_syslogstream.c [1K | |
| CC: stream/lib_syslograwstream.c [1K | |
| CC: stream/lib_bufferedoutstream.c [1K | |
| CC: stream/lib_hexdumpstream.c [1K | |
| [1K | |
| CC: stream/lib_base64outstream.c [1K | |
| CC: stream/lib_mtdsostream.c [1K | |
| [1K | |
| CC: stream/lib_fileinstream.c [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_fileoutstream.c [1K | |
| [1K | |
| IN: fs/libfs.a -> staging/libfs.a [1K | |
| CC: stream/lib_libbsprintf.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_libvscanf.c [1K | |
| CC: stream/lib_libvsprintf.c [1K | |
| CC: stream/lib_ultoa_invert.c [1K | |
| CC: stream/lib_stdinstream.c [1K | |
| [1K | |
| CC: stream/lib_stdoutstream.c [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_stdsistream.c [1K | |
| [1K | |
| CC: stream/lib_stdsostream.c [1K | |
| CC: stream/lib_blkoutstream.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: string/lib_ffs.c [1K | |
| CC: string/lib_ffsl.c [1K | |
| CC: string/lib_ffsll.c [1K | |
| CC: string/lib_fls.c [1K | |
| CC: string/lib_flsl.c [1K | |
| CC: string/lib_flsll.c [1K | |
| CC: string/lib_isbasedigit.c [1K | |
| CC: string/lib_memmem.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: string/lib_popcount.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_popcountl.c [1K | |
| [1K | |
| CC: string/lib_popcountll.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_skipspace.c [1K | |
| CC: string/lib_strcasecmp.c [1K | |
| CC: string/lib_strcspn.c [1K | |
| CC: string/lib_strdup.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strerror.c [1K | |
| CC: string/lib_strncasecmp.c [1K | |
| [1K | |
| CC: string/lib_strncat.c [1K | |
| [1K | |
| CC: string/lib_strndup.c [1K | |
| CC: string/lib_strcasestr.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strpbrk.c [1K | |
| [1K | |
| CC: string/lib_strspn.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strstr.c [1K | |
| [1K | |
| CC: string/lib_strtok.c [1K | |
| [1K | |
| CC: string/lib_strtokr.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strsep.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strerrorr.c [1K | |
| CC: string/lib_explicit_bzero.c [1K | |
| CC: string/lib_strsignal.c [1K | |
| CC: string/lib_index.c [1K | |
| [1K | |
| CC: string/lib_rindex.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_timingsafe_bcmp.c [1K | |
| CC: string/lib_strverscmp.c [1K | |
| [1K | |
| CC: string/lib_mempcpy.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: string/lib_rawmemchr.c [1K | |
| [1K | |
| CC: string/lib_memmove.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: string/lib_memset.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strlcat.c [1K | |
| [1K | |
| CC: string/lib_strlcpy.c [1K | |
| CC: string/lib_strnlen.c [1K | |
| CC: string/lib_memcpy.c [1K | |
| CC: string/lib_memccpy.c [1K | |
| CC: string/lib_memcmp.c [1K | |
| CC: string/lib_memrchr.c [1K | |
| [1K | |
| CC: string/lib_stpncpy.c [1K | |
| CC: string/lib_strchr.c [1K | |
| CC: string/lib_strcmp.c [1K | |
| CC: string/lib_strlen.c [1K | |
| [1K | |
| CC: string/lib_strncpy.c [1K | |
| CC: string/lib_memchr.c [1K | |
| CC: string/lib_stpcpy.c [1K | |
| CC: string/lib_strcat.c [1K | |
| [1K | |
| CC: string/lib_strchrnul.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strcpy.c [1K | |
| [1K | |
| CC: string/lib_strncmp.c [1K | |
| CC: string/lib_strrchr.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: symtab/symtab_findbyname.c [1K | |
| CC: symtab/symtab_findbyvalue.c [1K | |
| [1K | |
| CC: symtab/symtab_sortbyname.c [1K | |
| CC: syslog/lib_syslog.c [1K | |
| [1K | |
| CC: syslog/lib_setlogmask.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: termios/lib_cfspeed.c [1K | |
| [1K | |
| [1K | |
| CC: termios/lib_cfmakeraw.c [1K | |
| CC: termios/lib_isatty.c [1K | |
| [1K | |
| CC: termios/lib_tcflush.c [1K | |
| CC: termios/lib_tcdrain.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: termios/lib_tcflow.c [1K | |
| CC: termios/lib_tcgetattr.c [1K | |
| CC: termios/lib_tcsetattr.c [1K | |
| IN: binfmt/libbinfmt.a -> staging/libbinfmt.a [1K | |
| [1K | |
| CC: termios/lib_tcsendbreak.c [1K | |
| CC: termios/lib_ttyname.c [1K | |
| CC: termios/lib_ttynamer.c [1K | |
| [1K | |
| [1K | |
| CC: time/lib_strftime.c [1K | |
| CC: time/lib_calendar2utc.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: time/lib_daysbeforemonth.c [1K | |
| [1K | |
| [1K | |
| CC: time/lib_gettimeofday.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: time/lib_isleapyear.c [1K | |
| [1K | |
| CC: time/lib_settimeofday.c [1K | |
| [1K | |
| CC: time/lib_time.c [1K | |
| [1K | |
| CC: time/lib_timespec_get.c [1K | |
| [1K | |
| CC: time/lib_nanosleep.c [1K | |
| CC: time/lib_difftime.c [1K | |
| [1K | |
| CC: time/lib_dayofweek.c [1K | |
| CC: time/lib_asctime.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: time/lib_asctimer.c [1K | |
| CC: time/lib_ctime.c [1K | |
| CC: time/lib_ctimer.c [1K | |
| CC: time/lib_gethrtime.c [1K | |
| [1K | |
| CC: time/lib_timegm.c [1K | |
| CC: time/lib_gmtime.c [1K | |
| CC: time/lib_gmtimer.c [1K | |
| CC: tls/task_getinfo.c [1K | |
| CC: tls/tls_getinfo.c [1K | |
| CC: uio/lib_preadv.c [1K | |
| [1K | |
| CC: uio/lib_pwritev.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_access.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_daemon.c [1K | |
| [1K | |
| CC: unistd/lib_swab.c [1K | |
| [1K | |
| CC: unistd/lib_pathconf.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_sysconf.c [1K | |
| [1K | |
| CC: unistd/lib_getcwd.c [1K | |
| CC: unistd/lib_getentropy.c [1K | |
| [1K | |
| CC: unistd/lib_getopt_common.c [1K | |
| CC: unistd/lib_getopt.c [1K | |
| CC: unistd/lib_getopt_long.c [1K | |
| CC: unistd/lib_getopt_longonly.c [1K | |
| CC: unistd/lib_getoptvars.c [1K | |
| CC: unistd/lib_getoptargp.c [1K | |
| CC: unistd/lib_getopterrp.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_getoptindp.c [1K | |
| CC: unistd/lib_getoptoptp.c [1K | |
| [1K | |
| CC: unistd/lib_times.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_alarm.c [1K | |
| [1K | |
| CC: unistd/lib_fstatvfs.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_statvfs.c [1K | |
| CC: unistd/lib_sleep.c [1K | |
| CC: unistd/lib_nice.c [1K | |
| CC: unistd/lib_setreuid.c [1K | |
| CC: unistd/lib_setregid.c [1K | |
| [1K | |
| CC: unistd/lib_getrusage.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_utime.c [1K | |
| [1K | |
| CC: unistd/lib_utimes.c [1K | |
| [1K | |
| CC: unistd/lib_setrlimit.c [1K | |
| CC: unistd/lib_getrlimit.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_setpriority.c [1K | |
| [1K | |
| CC: unistd/lib_getpriority.c [1K | |
| [1K | |
| CC: unistd/lib_futimes.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_lutimes.c [1K | |
| [1K | |
| CC: unistd/lib_gethostname.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_sethostname.c [1K | |
| CC: unistd/lib_fchownat.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_linkat.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_readlinkat.c [1K | |
| [1K | |
| CC: unistd/lib_symlinkat.c [1K | |
| CC: unistd/lib_unlinkat.c [1K | |
| CC: unistd/lib_usleep.c [1K | |
| CC: unistd/lib_getpgrp.c [1K | |
| CC: unistd/lib_getpgid.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_lockf.c [1K | |
| CC: unistd/lib_flock.c [1K | |
| CC: unistd/lib_getpass.c [1K | |
| [1K | |
| CC: unistd/lib_chdir.c [1K | |
| CC: unistd/lib_fchdir.c [1K | |
| CC: unistd/lib_confstr.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_setuid.c [1K | |
| CC: unistd/lib_setgid.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_getuid.c [1K | |
| [1K | |
| CC: unistd/lib_getgid.c [1K | |
| CC: unistd/lib_seteuid.c [1K | |
| CC: unistd/lib_setegid.c [1K | |
| [1K | |
| [1K | |
| IN: arch/risc-v/src/board/libboard.a -> staging/libboard.a [1K | |
| CC: unistd/lib_geteuid.c [1K | |
| [1K | |
| CC: unistd/lib_getegid.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_restoredir.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_truncate.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_posix_fallocate.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_fork.c [1K | |
| CC: uuid/lib_uuid_compare.c [1K | |
| [1K | |
| [1K | |
| CC: uuid/lib_uuid_create.c [1K | |
| CC: uuid/lib_uuid_create_nil.c [1K | |
| [1K | |
| CC: uuid/lib_uuid_equal.c [1K | |
| [1K | |
| CC: uuid/lib_uuid_from_string.c [1K | |
| CC: uuid/lib_uuid_hash.c [1K | |
| CC: uuid/lib_uuid_is_nil.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: uuid/lib_uuid_stream.c [1K | |
| CC: uuid/lib_uuid_to_string.c [1K | |
| [1K | |
| CC: wchar/lib_wcscmp.c [1K | |
| CC: wchar/lib_wcslen.c [1K | |
| [1K | |
| CC: wchar/lib_wmemchr.c [1K | |
| CC: wchar/lib_wmemcmp.c [1K | |
| CC: wchar/lib_wmemcpy.c [1K | |
| CC: wchar/lib_wmemmove.c [1K | |
| CC: wchar/lib_wmemset.c [1K | |
| [1K | |
| CC: wchar/lib_btowc.c [1K | |
| CC: wchar/lib_mbrtowc.c [1K | |
| CC: wchar/lib_wctob.c [1K | |
| [1K | |
| CC: wchar/lib_wcslcpy.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcsxfrm.c [1K | |
| CC: wchar/lib_wcrtomb.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcsftime.c [1K | |
| CC: wchar/lib_wcscoll.c [1K | |
| CC: wchar/lib_wcstol.c [1K | |
| [1K | |
| CC: wchar/lib_wcstoll.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcstoul.c [1K | |
| CC: wchar/lib_wcstoull.c [1K | |
| CC: wchar/lib_wcstold.c [1K | |
| CC: wchar/lib_wcstof.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcstod.c [1K | |
| [1K | |
| CC: wchar/lib_swprintf.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_mbsnrtowcs.c [1K | |
| [1K | |
| CC: wchar/lib_wcsnrtombs.c [1K | |
| [1K | |
| CC: wchar/lib_mbsinit.c [1K | |
| CC: wchar/lib_mbrlen.c [1K | |
| CC: wchar/lib_mbsrtowcs.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcsrtombs.c [1K | |
| CC: wchar/lib_wcscpy.c [1K | |
| CC: wchar/lib_wcscat.c [1K | |
| [1K | |
| CC: wchar/lib_wcslcat.c [1K | |
| CC: wchar/lib_wcsncat.c [1K | |
| CC: wchar/lib_wcsrchr.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcschr.c [1K | |
| [1K | |
| CC: wchar/lib_wcsncpy.c [1K | |
| [1K | |
| CC: wchar/lib_wcsncmp.c [1K | |
| [1K | |
| CC: wchar/lib_wcscspn.c [1K | |
| [1K | |
| CC: wchar/lib_wcspbrk.c [1K | |
| [1K | |
| CC: wchar/lib_wcsspn.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcsstr.c [1K | |
| [1K | |
| CC: wchar/lib_wcstok.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcswcs.c [1K | |
| CC: wchar/lib_wcwidth.c [1K | |
| CC: wchar/lib_wcswidth.c [1K | |
| CC: wctype/lib_wctype.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: wctype/lib_iswctype.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: wctype/lib_towlower.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: wctype/lib_towupper.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| IN: arch/risc-v/src/libarch.a -> staging/libarch.a [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| IN: libs/libc/libc.a -> staging/libc.a [1K | |
| [1K | |
| AS: common/espressif/esp_head.S [1K | |
| CPP: /tmp/nuttx/nuttx.git/boards/risc-v/esp32c6/esp32c6-xiao/../common/scripts/esp32c6_aliases.ld-> /tmp/nuttx/nuttx.git/boards/risc-v/esp32c6/esp32c6-xiao/../common/scripts/esp32c6_aliases.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/boards/risc-v/esp32c6/esp32c6-xiao/../common/scripts/esp32c6_flat_memory.ld-> /tmp/nuttx/nuttx.git/boards/risc-v/esp32c6/esp32c6-xiao/../common/scripts/esp32c6_flat_memory.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/boards/risc-v/esp32c6/esp32c6-xiao/../common/scripts/esp32c6_sections.ld-> /tmp/nuttx/nuttx.git/boards/risc-v/esp32c6/esp32c6-xiao/../common/scripts/esp32c6_sections.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.api.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.api.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.coexist.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.coexist.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.libc.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.libc.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.libc-suboptimal_for_misaligned_mem.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.libc-suboptimal_for_misaligned_mem.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.libgcc.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.libgcc.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.net80211.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.net80211.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.newlib.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.newlib.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.phy.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.phy.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.spiflash.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.spiflash.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.version.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.version.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.wdt.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.wdt.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/riscv/ld/rom.api.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/riscv/ld/rom.api.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/soc/esp32c6/ld/esp32c6.peripherals.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/soc/esp32c6/ld/esp32c6.peripherals.ld.tmp [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| LD: nuttx | |
| Memory region Used Size Region Size %age Used | |
| ROM: 212408 B 16 MB 1.27% | |
| iram0_0_seg: 17696 B 452112 B 3.91% | |
| irom_seg: 84430 B 16 MB 0.50% | |
| dram0_0_seg: 26304 B 452112 B 5.82% | |
| drom_seg: 146872 B 16 MB 0.88% | |
| lp_ram_seg: 16 B 16360 B 0.10% | |
| lp_reserved_seg: 0 GB 24 B 0.00% | |
| CP: nuttx.hex | |
| MKIMAGE: NuttX binary | |
| esptool.py -c esp32c6 elf2image --ram-only-header -fs 4MB -fm dio -ff "80m" -o nuttx.bin nuttx | |
| esptool.py v4.9.0 | |
| Creating esp32c6 image... | |
| Image has only RAM segments visible. ROM segments are hidden and SHA256 digest is not appended. | |
| Successfully created esp32c6 image. | |
| Generated: nuttx.bin | |
| 16,32s real 34,72s user 25,04s sys | |
| + printf '\n\n===> BRING DEVICE TO BOOTROM (HOLD BOOT + PRESS RESET)! (Press Return when ready).\n\n' | |
| ===> BRING DEVICE TO BOOTROM (HOLD BOOT + PRESS RESET)! (Press Return when ready). | |
| + read a | |
| + /usr/bin/time -h gmake flash -j24 CROSSDEV=riscv32-esp-elf- | |
| [1K | |
| CC: misc/lib_utsname.c [1K | |
| [1K | |
| IN: libs/libc/libc.a -> staging/libc.a [1K | |
| [1K | |
| CPP: /tmp/nuttx/nuttx.git/boards/risc-v/esp32c6/esp32c6-xiao/../common/scripts/esp32c6_aliases.ld-> /tmp/nuttx/nuttx.git/boards/risc-v/esp32c6/esp32c6-xiao/../common/scripts/esp32c6_aliases.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/boards/risc-v/esp32c6/esp32c6-xiao/../common/scripts/esp32c6_flat_memory.ld-> /tmp/nuttx/nuttx.git/boards/risc-v/esp32c6/esp32c6-xiao/../common/scripts/esp32c6_flat_memory.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/boards/risc-v/esp32c6/esp32c6-xiao/../common/scripts/esp32c6_sections.ld-> /tmp/nuttx/nuttx.git/boards/risc-v/esp32c6/esp32c6-xiao/../common/scripts/esp32c6_sections.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.api.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.api.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.coexist.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.coexist.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.libc.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.libc.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.libc-suboptimal_for_misaligned_mem.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.libc-suboptimal_for_misaligned_mem.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.libgcc.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.libgcc.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.net80211.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.net80211.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.newlib.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.newlib.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.phy.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.phy.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.pp.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.spiflash.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.spiflash.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.version.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.version.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.wdt.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/esp_rom/esp32c6/ld/esp32c6.rom.wdt.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/riscv/ld/rom.api.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/riscv/ld/rom.api.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/soc/esp32c6/ld/esp32c6.peripherals.ld-> /tmp/nuttx/nuttx.git/arch/risc-v/src/chip/esp-hal-3rdparty/components/soc/esp32c6/ld/esp32c6.peripherals.ld.tmp [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| LD: nuttx | |
| Memory region Used Size Region Size %age Used | |
| ROM: 212408 B 16 MB 1.27% | |
| iram0_0_seg: 17696 B 452112 B 3.91% | |
| irom_seg: 84430 B 16 MB 0.50% | |
| dram0_0_seg: 26304 B 452112 B 5.82% | |
| drom_seg: 146872 B 16 MB 0.88% | |
| lp_ram_seg: 16 B 16360 B 0.10% | |
| lp_reserved_seg: 0 GB 24 B 0.00% | |
| CP: nuttx.hex | |
| MKIMAGE: NuttX binary | |
| esptool.py -c esp32c6 elf2image --ram-only-header -fs 4MB -fm dio -ff "80m" -o nuttx.bin nuttx | |
| esptool.py v4.9.0 | |
| Creating esp32c6 image... | |
| Image has only RAM segments visible. ROM segments are hidden and SHA256 digest is not appended. | |
| Successfully created esp32c6 image. | |
| Generated: nuttx.bin | |
| esptool.py -c esp32c6 -p /dev/cuaU0 -b 115200 write_flash -fs 4MB -fm dio -ff "80m" 0x0000 nuttx.bin | |
| esptool.py v4.9.0 | |
| Serial port /dev/cuaU0 | |
| Connecting... | |
| Chip is ESP32-C6FH4 (QFN32) (revision v0.1) | |
| Features: WiFi 6, BT 5, IEEE802.15.4 | |
| Crystal is 40MHz | |
| USB mode: USB-Serial/JTAG | |
| MAC: e4:b0:63:ff:fe:41:88:a4 | |
| BASE MAC: e4:b0:63:41:88:a4 | |
| MAC_EXT: ff:fe | |
| Uploading stub... | |
| Running stub... | |
| Stub running... | |
| Configuring flash size... | |
| Flash will be erased from 0x00000000 to 0x00034fff... | |
| Compressed 215504 bytes to 78938... | |
| Writing at 0x00000000... (20 %) | |
| Writing at 0x00011695... (40 %) | |
| Writing at 0x00023e02... (60 %) | |
| Writing at 0x00029b2f... (80 %) | |
| Writing at 0x0002fc97... (100 %) | |
| Wrote 215504 bytes (78938 compressed) at 0x00000000 in 1.7 seconds (effective 1016.3 kbit/s)... | |
| Hash of data verified. | |
| Leaving... | |
| Hard resetting via RTS pin... | |
| 5,60s real 1,93s user 1,97s sys | |
| + printf '\n\n===> RESET DEVICE NOW TO GET USBNSH! (Press Return when ready).\n\n' | |
| ===> RESET DEVICE NOW TO GET USBNSH! (Press Return when ready). | |
| + read a | |
| + cu -l /dev/cuaU0 -s 115200 | |
| Connected | |
| nsh> [Kuname -a | |
| NuttX 12.11.0 a00ac581c5 Oct 4 2025 00:05:51 risc-v esp32c6-xiao | |
| nsh> [Khelp | |
| help usage: help [-v] [<cmd>] | |
| . cp expr mkdir rm uname | |
| [ cmp false mkrd rmdir umount | |
| ? dirname fdinfo mount set unset | |
| alias df free mv sleep uptime | |
| unalias dmesg help pidof source usleep | |
| basename echo hexdump printf test watch | |
| break env kill ps time xd | |
| cat exec pkill pwd true wait | |
| cd exit ls reboot truncate | |
| Builtin Apps: | |
| dd dumpstack hello nsh sh | |
| nsh> [Kfree | |
| total used free maxused maxfree nused nfree name | |
| 493212 5732 487480 6088 487480 22 1 Umem | |
| nsh> [K~ | |
| [EOT] | |
| + /usr/bin/time -h gmake clean distclean -j24 CROSSDEV=riscv32-esp-elf- | |
| 4,99s real 3,75s user 4,71s sys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment