Created
July 8, 2026 22:31
-
-
Save cederom/aee87195655e347b82e16fed38649d55 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-13.0.0-RC2 | |
| NX RTOS LOC : /tmp/nuttx/nuttx.git | |
| NX APPS LOC : /tmp/nuttx/nuttx-apps.git | |
| TARGET : ESP32S3-DEVKIT | |
| BUILD HOST : FreeBSD hexagon 14.4-RELEASE-p7 FreeBSD 14.4-RELEASE-p7 #0 -dirty: Tue Jun 30 08:53:56 UTC 2026 root@amd64-builder.daemonology.net:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 | |
| MFLAGS : -j24 CROSSDEV=xtensa-esp32s3-elf- | |
| LOGFILE : log/nuttx-13.0.0-RC2-1783549623-ESP32S3-DEVKIT.log | |
| TIMESTAMP : 1783549623 | |
| => | |
| => GIT REPO CLONE CHECK | |
| => | |
| => | |
| => INITIAL CLEAN AND SETUP | |
| => | |
| ++ set -e | |
| ++ cd /tmp/nuttx/nuttx.git | |
| ++ set +e | |
| ++ gmake clean distclean -j24 CROSSDEV=xtensa-esp32s3-elf- | |
| ++ rm -f .config | |
| ++ set -e | |
| ++ git checkout master | |
| Previous HEAD position was f5291a8df1 !boards: enforce secure ROMFS passwd and TEA key setup | |
| 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-13.0.0-RC2 | |
| Note: switching to 'nuttx-13.0.0-RC2'. | |
| 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 f5291a8df1 !boards: enforce secure ROMFS passwd and TEA key setup | |
| ++ git reset --hard | |
| HEAD is now at f5291a8df1 !boards: enforce secure ROMFS passwd and TEA key setup | |
| ++ cd /tmp/nuttx/nuttx-apps.git | |
| ++ git checkout master | |
| Previous HEAD position was 20ffb1a3a apps/nsh: Don't disable error by default | |
| 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-13.0.0-RC2 | |
| Note: switching to 'nuttx-13.0.0-RC2'. | |
| 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 20ffb1a3a apps/nsh: Don't disable error by default | |
| ++ git reset --hard | |
| HEAD is now at 20ffb1a3a apps/nsh: Don't disable error by default | |
| ++ cd /tmp/nuttx/nuttx.git | |
| + set +x | |
| => | |
| => BUILDING ESP32S3-DEVKIT | |
| => | |
| ==> LOGFILE: log/nuttx-13.0.0-RC2-1783549623-ESP32S3-DEVKIT.log. | |
| ==> COMPILER: | |
| xtensa-esp-elf-gcc (crosstool-NG esp-14.2.0_20251107) 14.2.0 | |
| Copyright (C) 2024 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. | |
| Press Return when ready. | |
| + for CFG in $CONFIGS | |
| + set +x | |
| ===> | |
| ===> ESP32S3-DEVKIT: esp32s3-devkit:ostest | |
| ===> | |
| + /usr/bin/time -h gmake clean distclean -j24 CROSSDEV=xtensa-esp32s3-elf- | |
| NuttX has not been configured! | |
| NuttX has not been configured! | |
| To configure the project: | |
| tools/configure.sh <config> | |
| For a list of available configurations: | |
| To configure the project: | |
| tools/configure.sh -L | |
| tools/configure.sh <config> | |
| For a list of available configurations: | |
| tools/configure.sh -L | |
| 0,00s real 0,00s user 0,00s sys | |
| + /usr/bin/time -h ./tools/configure.sh -B -S esp32s3-devkit:ostest | |
| 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/xtensa/include | |
| LN: include/arch/board to /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/include | |
| LN: drivers/platform to /tmp/nuttx/nuttx.git/drivers/dummy | |
| LN: include/arch/chip to /tmp/nuttx/nuttx.git/arch/xtensa/include/esp32s3 | |
| LN: arch/xtensa/src/chip to /tmp/nuttx/nuttx.git/arch/xtensa/src/esp32s3 | |
| LN: arch/xtensa/src/board to /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common | |
| LN: arch/xtensa/src/board/board to /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/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/elf/tests | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/examples/elf | |
| 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/modbus | |
| 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 | |
| boards/Kconfig:5602:warning: leading whitespace ignored | |
| # | |
| # configuration written to .config | |
| # | |
| 1,58s real 0,91s user 0,83s sys | |
| + /usr/bin/time -h gmake -j24 CROSSDEV=xtensa-esp32s3-elf- | |
| Create version.h | |
| Cloning Espressif HAL for 3rd Party Platforms | |
| [1K | |
| COMMIT SHA-1: b90b1837cb5ad24747deb4c895246037cc206ce5 LN: platform/board to /tmp/nuttx/nuttx-apps.git/platform/dummy | |
| Register: dd | |
| Register: ostest | |
| Register: nsh | |
| Register: sh | |
| [1K | |
| [1K | |
| Clone: /tmp/nuttx/nxtmpdir/esp-hal-3rdparty [1K | |
| Espressif HAL for 3rd Party Platforms: cleaning current repository... | |
| Removing components/bootloader_support/bootloader_flash/src/bootloader_flash.o | |
| Removing components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32s3.o | |
| Removing components/bootloader_support/bootloader_flash/src/flash_qio_mode.o | |
| Removing components/bootloader_support/src/bootloader_clock_init.o | |
| Removing components/bootloader_support/src/bootloader_common.o | |
| Removing components/bootloader_support/src/bootloader_common_loader.o | |
| Removing components/bootloader_support/src/bootloader_console.o | |
| Removing components/bootloader_support/src/bootloader_console_loader.o | |
| Removing components/bootloader_support/src/bootloader_efuse.o | |
| Removing components/bootloader_support/src/bootloader_init.o | |
| Removing components/bootloader_support/src/bootloader_mem.o | |
| Removing components/bootloader_support/src/bootloader_random.o | |
| Removing components/bootloader_support/src/bootloader_random_esp32s3.o | |
| Removing components/bootloader_support/src/bootloader_sha.o | |
| Removing components/bootloader_support/src/esp32s3/bootloader_esp32s3.o | |
| Removing components/bootloader_support/src/esp32s3/bootloader_soc.o | |
| Removing components/bootloader_support/src/esp_image_format.o | |
| Removing components/bootloader_support/src/flash_encrypt.o | |
| Removing components/efuse/esp32s3/esp_efuse_fields.o | |
| Removing components/efuse/esp32s3/esp_efuse_rtc_calib.o | |
| Removing components/efuse/esp32s3/esp_efuse_table.o | |
| Removing components/efuse/esp32s3/esp_efuse_utility.o | |
| Removing components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.o | |
| Removing components/efuse/src/esp_efuse_api.o | |
| Removing components/efuse/src/esp_efuse_fields.o | |
| Removing components/efuse/src/esp_efuse_startup.o | |
| Removing components/efuse/src/esp_efuse_utility.o | |
| Removing components/esp_adc/adc_cali.o | |
| Removing components/esp_adc/adc_cali_curve_fitting.o | |
| Removing components/esp_adc/esp32s3/curve_fitting_coefficients.o | |
| Removing components/esp_app_format/esp_app_desc.o | |
| Removing components/esp_common/src/esp_err_to_name.o | |
| Removing components/esp_hal_ana_conv/adc_hal_common.o | |
| Removing components/esp_hal_ana_conv/adc_oneshot_hal.o | |
| Removing components/esp_hal_ana_conv/esp32s3/adc_periph.o | |
| Removing components/esp_hal_ana_conv/esp32s3/temperature_sensor_periph.o | |
| Removing components/esp_hal_clock/esp32s3/clk_tree_hal.o | |
| Removing components/esp_hal_dma/esp32s3/gdma_periph.o | |
| Removing components/esp_hal_dma/gdma_hal_ahb_v1.o | |
| Removing components/esp_hal_dma/gdma_hal_top.o | |
| Removing components/esp_hal_gpio/esp32s3/dedic_gpio_periph.o | |
| Removing components/esp_hal_gpio/esp32s3/rtc_io_periph.o | |
| Removing components/esp_hal_gpio/esp32s3/sdm_periph.o | |
| Removing components/esp_hal_gpio/gpio_hal.o | |
| Removing components/esp_hal_gpio/rtc_io_hal.o | |
| Removing components/esp_hal_gpio/sdm_hal.o | |
| Removing components/esp_hal_i2c/esp32s3/i2c_periph.o | |
| Removing components/esp_hal_i2c/i2c_hal.o | |
| Removing components/esp_hal_i2s/esp32s3/i2s_periph.o | |
| Removing components/esp_hal_i2s/i2s_hal.o | |
| Removing components/esp_hal_ledc/esp32s3/ledc_periph.o | |
| Removing components/esp_hal_ledc/ledc_hal.o | |
| Removing components/esp_hal_ledc/ledc_hal_iram.o | |
| Removing components/esp_hal_mcpwm/esp32s3/mcpwm_periph.o | |
| Removing components/esp_hal_mcpwm/mcpwm_hal.o | |
| Removing components/esp_hal_mspi/spi_flash_encrypt_hal_iram.o | |
| Removing components/esp_hal_mspi/spi_flash_hal.o | |
| Removing components/esp_hal_mspi/spi_flash_hal_gpspi.o | |
| Removing components/esp_hal_mspi/spi_flash_hal_iram.o | |
| Removing components/esp_hal_pcnt/esp32s3/pcnt_periph.o | |
| Removing components/esp_hal_pcnt/pcnt_hal.o | |
| Removing components/esp_hal_pmu/brownout_hal.o | |
| Removing components/esp_hal_pmu/esp32s3/rtc_cntl_hal.o | |
| Removing components/esp_hal_rmt/esp32s3/rmt_periph.o | |
| Removing components/esp_hal_rmt/rmt_hal.o | |
| Removing components/esp_hal_security/aes_hal.o | |
| Removing components/esp_hal_security/hmac_hal.o | |
| Removing components/esp_hal_security/mpu_hal.o | |
| Removing components/esp_hal_security/sha_hal.o | |
| Removing components/esp_hal_timg/timer_hal.o | |
| Removing components/esp_hal_touch_sens/touch_sens_hal.o | |
| Removing components/esp_hal_uart/esp32s3/uart_periph.o | |
| Removing components/esp_hal_uart/uart_hal.o | |
| Removing components/esp_hal_uart/uart_hal_iram.o | |
| Removing components/esp_hw_support/adc_share_hw_ctrl.o | |
| Removing components/esp_hw_support/clk_ctrl_os.o | |
| Removing components/esp_hw_support/clk_utils.o | |
| Removing components/esp_hw_support/cpu.o | |
| Removing components/esp_hw_support/esp_clk.o | |
| Removing components/esp_hw_support/esp_gpio_reserve.o | |
| Removing components/esp_hw_support/esp_memory_utils.o | |
| Removing components/esp_hw_support/hw_random.o | |
| Removing components/esp_hw_support/intr_alloc.o | |
| Removing components/esp_hw_support/lowpower/port/esp32s3/sleep_cpu.o | |
| Removing components/esp_hw_support/mac_addr.o | |
| Removing components/esp_hw_support/mspi/mspi_timing_tuning/mspi_timing_tuning.o | |
| Removing components/esp_hw_support/mspi/mspi_timing_tuning/port/esp32s3/mspi_timing_config.o | |
| Removing components/esp_hw_support/periph_ctrl.o | |
| Removing components/esp_hw_support/port/esp32s3/cpu_region_protect.o | |
| Removing components/esp_hw_support/port/esp32s3/esp_clk_tree.o | |
| Removing components/esp_hw_support/port/esp32s3/esp_cpu_intr.o | |
| Removing components/esp_hw_support/port/esp32s3/io_mux.o | |
| Removing components/esp_hw_support/port/esp32s3/rtc_clk.o | |
| Removing components/esp_hw_support/port/esp32s3/rtc_clk_init.o | |
| Removing components/esp_hw_support/port/esp32s3/rtc_init.o | |
| Removing components/esp_hw_support/port/esp32s3/rtc_sleep.o | |
| Removing components/esp_hw_support/port/esp32s3/rtc_time.o | |
| Removing components/esp_hw_support/port/esp32s3/sar_periph_ctrl.o | |
| Removing components/esp_hw_support/port/esp32s3/systimer.o | |
| Removing components/esp_hw_support/port/esp_clk_tree_common.o | |
| Removing components/esp_hw_support/power_supply/brownout.o | |
| Removing components/esp_hw_support/regi2c_ctrl.o | |
| Removing components/esp_hw_support/rtc_module.o | |
| Removing components/esp_hw_support/sleep_console.o | |
| Removing components/esp_hw_support/sleep_event.o | |
| Removing components/esp_hw_support/sleep_gpio.o | |
| Removing components/esp_hw_support/sleep_modem.o | |
| Removing components/esp_hw_support/sleep_modes.o | |
| Removing components/esp_hw_support/sleep_uart.o | |
| Removing components/esp_libc/src/port/esp_time_impl.o | |
| Removing components/esp_mm/esp_cache_msync.o | |
| Removing components/esp_mm/esp_cache_utils.o | |
| Removing components/esp_mm/esp_mmu_map.o | |
| Removing components/esp_mm/port/esp32s3/ext_mem_layout.o | |
| Removing components/esp_phy/esp32s3/phy_init_data.o | |
| Removing components/esp_phy/src/phy_common.o | |
| Removing components/esp_phy/src/phy_init.o | |
| Removing components/esp_pm/pm_impl.o | |
| Removing components/esp_pm/pm_locks.o | |
| Removing components/esp_rom/patches/esp_rom_cache_esp32s2_esp32s3.o | |
| Removing components/esp_rom/patches/esp_rom_cache_writeback_esp32s3.o | |
| Removing components/esp_rom/patches/esp_rom_crc.o | |
| Removing components/esp_rom/patches/esp_rom_efuse.o | |
| Removing components/esp_rom/patches/esp_rom_gpio.o | |
| Removing components/esp_rom/patches/esp_rom_print.o | |
| Removing components/esp_rom/patches/esp_rom_serial_output.o | |
| Removing components/esp_rom/patches/esp_rom_spiflash.o | |
| Removing components/esp_rom/patches/esp_rom_sys.o | |
| Removing components/esp_rom/patches/esp_rom_systimer.o | |
| Removing components/esp_security/src/esp_crypto_lock.o | |
| Removing components/esp_security/src/esp_crypto_periph_clk.o | |
| Removing components/esp_security/src/esp_hmac.o | |
| Removing components/esp_system/esp_err.o | |
| Removing components/esp_system/esp_system.o | |
| Removing components/esp_system/port/soc/esp32s3/clk.o | |
| Removing components/esp_system/port/soc/esp32s3/system_internal.o | |
| Removing components/esp_system/startup.o | |
| Removing components/esp_system/startup_funcs.o | |
| Removing components/esp_system/system_time.o | |
| Removing components/esp_timer/src/esp_timer.o | |
| Removing components/esp_timer/src/esp_timer_impl_common.o | |
| Removing components/esp_timer/src/esp_timer_impl_systimer.o | |
| Removing components/esp_timer/src/esp_timer_init.o | |
| Removing components/esp_timer/src/system_time.o | |
| Removing components/hal/cache_hal.o | |
| Removing components/hal/efuse_hal.o | |
| Removing components/hal/esp32s3/efuse_hal.o | |
| Removing components/hal/hal_utils.o | |
| Removing components/hal/mmu_hal.o | |
| Removing components/hal/systimer_hal.o | |
| Removing components/log/src/log.o | |
| Removing components/log/src/log_level/log_level.o | |
| Removing components/log/src/log_level/tag_log_level/linked_list/log_linked_list.o | |
| Removing components/log/src/log_level/tag_log_level/tag_log_level.o | |
| Removing components/log/src/noos/log_lock.o | |
| Removing components/log/src/noos/log_timestamp.o | |
| Removing components/log/src/os/log_write.o | |
| Removing components/log/src/os/util.o | |
| Removing components/soc/dport_access_common.o | |
| Removing components/soc/esp32s3/gpio_periph.o | |
| Removing components/soc/esp32s3/interrupts.o | |
| Removing components/spi_flash/cache_utils.o | |
| Removing components/spi_flash/esp32s3/spi_flash_oct_flash_init.o | |
| Removing components/spi_flash/esp_flash_api.o | |
| Removing components/spi_flash/esp_flash_spi_init.o | |
| Removing components/spi_flash/flash_brownout_hook.o | |
| Removing components/spi_flash/flash_mmap.o | |
| Removing components/spi_flash/flash_ops.o | |
| Removing components/spi_flash/memspi_host_driver.o | |
| Removing components/spi_flash/spi_flash_chip_boya.o | |
| Removing components/spi_flash/spi_flash_chip_drivers.o | |
| Removing components/spi_flash/spi_flash_chip_gd.o | |
| Removing components/spi_flash/spi_flash_chip_generic.o | |
| Removing components/spi_flash/spi_flash_chip_issi.o | |
| Removing components/spi_flash/spi_flash_chip_mxic.o | |
| Removing components/spi_flash/spi_flash_chip_mxic_opi.o | |
| Removing components/spi_flash/spi_flash_chip_th.o | |
| Removing components/spi_flash/spi_flash_chip_winbond.o | |
| Removing components/spi_flash/spi_flash_hpm_enable.o | |
| Removing components/spi_flash/spi_flash_os_func_app.o | |
| Removing components/spi_flash/spi_flash_os_func_noos.o | |
| Removing components/spi_flash/spi_flash_wrap.o | |
| Removing components/ulp/ulp_common/ulp_adc.o | |
| Removing components/ulp/ulp_common/ulp_common.o | |
| Removing components/ulp/ulp_riscv/ulp_riscv.o | |
| Removing components/ulp/ulp_riscv/ulp_riscv_i2c.o | |
| Removing components/ulp/ulp_riscv/ulp_riscv_lock.o | |
| Removing components/upper_hal_dma/src/esp_dma_utils.o | |
| Removing components/upper_hal_dma/src/gdma.o | |
| Removing components/upper_hal_dma/src/gdma_link.o | |
| Removing components/upper_hal_gpio/src/gpio.o | |
| Removing components/upper_hal_gpio/src/rtc_io.o | |
| Removing components/upper_hal_rmt/src/rmt_common.o | |
| Removing components/upper_hal_rmt/src/rmt_encoder.o | |
| Removing components/upper_hal_rmt/src/rmt_encoder_bytes.o | |
| Removing components/upper_hal_rmt/src/rmt_encoder_copy.o | |
| Removing components/upper_hal_rmt/src/rmt_encoder_simple.o | |
| Removing components/upper_hal_rmt/src/rmt_rx.o | |
| Removing components/upper_hal_rmt/src/rmt_tx.o | |
| Removing components/upper_hal_uart/src/uart_wakeup.o | |
| Removing components/xtensa/xtensa_intr.o | |
| Removing nuttx/src/bootloader_banner_wrap.o | |
| Removing nuttx/src/components/newlib/newlib/libc/misc/init.o | |
| Removing nuttx/src/heap_caps.o | |
| Removing nuttx/src/platform/os.o | |
| Espressif HAL for 3rd Party Platforms: b90b1837cb5ad24747deb4c895246037cc206ce5 | |
| Espressif HAL for 3rd Party Platforms: initializing submodules... | |
| Applying patches... | |
| [1K | |
| CXX: libminiabi/libxx_cxa_guard.cxx [1K | |
| CXX: libminiabi/libxx_cxapurevirtual.cxx [1K | |
| CXX: libminiabi/libxx_delete.cxx [1K | |
| CXX: libminiabi/libxx_deletea.cxx [1K | |
| CXX: libminiabi/libxx_new.cxx [1K | |
| CXX: libminiabi/libxx_newa.cxx [1K | |
| CXX: libminiabi/libxx_dynamic_cast.cxx [1K | |
| CXX: libminiabi/libxx_typeinfo.cxx [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| IN: libs/libxx/libxx.a -> staging/libxx.a [1K | |
| [1K | |
| CC: dummy.c [1K | |
| CC: boardctl.c [1K | |
| CC: board/esp32s3_boot.c [1K | |
| CC: binfmt_globals.c [1K | |
| CC: binfmt_initialize.c [1K | |
| CC: board/esp32s3_bringup.c [1K | |
| CC: mm_heap/mm_initialize.c [1K | |
| CC: binfmt_unregister.c [1K | |
| CC: binfmt_register.c [1K | |
| CC: mm_heap/mm_lock.c [1K | |
| CC: binfmt_loadmodule.c [1K | |
| CC: mm_heap/mm_malloc_size.c [1K | |
| CC: binfmt_unloadmodule.c [1K | |
| CC: mm_heap/mm_shrinkchunk.c [1K | |
| CC: binfmt_exec.c [1K | |
| CC: mm_heap/mm_brkaddr.c [1K | |
| CC: binfmt_execmodule.c [1K | |
| CC: mm_heap/mm_calloc.c [1K | |
| CC: drivers_initialize.c [1K | |
| CC: fs_initialize.c [1K | |
| CC: clock/clock.c [1K | |
| [1K | |
| CC: mm_heap/mm_extend.c [1K | |
| AS: machine/xtensa/arch_setjmp.S [1K | |
| [1K | |
| CC: clock/clock_initialize.c [1K | |
| [1K | |
| CC: loop/losetup.c [1K | |
| [1K | |
| [1K | |
| AS: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_cache_writeback_esp32s3.S [1K | |
| CC: fs_heap.c [1K | |
| [1K | |
| [1K | |
| CC: misc/dev_null.c [1K | |
| [1K | |
| [1K | |
| CC: assert/lib_assert.c [1K | |
| [1K | |
| CC: misc/dev_zero.c [1K | |
| [1K | |
| AS: common/xtensa_context.S [1K | |
| [1K | |
| CC: inode/fs_files.c [1K | |
| CC: clock/clock_settime.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: assert/lib_stackchk.c [1K | |
| CC: clock/clock_gettime.c [1K | |
| CC: inode/fs_foreachinode.c [1K | |
| [1K | |
| [1K | |
| CC: builtin/lib_builtin_getname.c [1K | |
| CC: mm_heap/mm_free.c [1K | |
| CC: inode/fs_inode.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: builtin_list.c [1K | |
| [1K | |
| CC: binfmt_copyargv.c [1K | |
| [1K | |
| CC: builtin/lib_builtin_isavail.c [1K | |
| CC: binfmt_copyactions.c [1K | |
| CC: inode/fs_inodeaddref.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: misc/ramdisk.c [1K | |
| CC: exec_builtin.c [1K | |
| CC: mm_heap/mm_mallinfo.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: inode/fs_inodebasename.c [1K | |
| IN: arch/xtensa/src/board/libboard.a -> staging/libboard.a [1K | |
| CC: misc/mkrd.c [1K | |
| [1K | |
| CC: builtin/lib_builtin_forindex.c [1K | |
| [1K | |
| CC: pipes/pipe.c [1K | |
| [1K | |
| [1K | |
| CC: clock/clock_systime_ticks.c [1K | |
| [1K | |
| IN: boards/libboards.a -> staging/libboards.a [1K | |
| [1K | |
| AS: common/xtensa_panic.S [1K | |
| CC: pipes/fifo.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp32s3_cache.c [1K | |
| CC: ctype/lib_isalnum.c [1K | |
| [1K | |
| CC: chip/esp32s3_region.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: nsh_alias.c [1K | |
| CC: pipes/pipe_common.c [1K | |
| [1K | |
| CC: binfmt_dumpmodule.c [1K | |
| CC: serial/serial.c [1K | |
| CC: ctype/lib_isalpha.c [1K | |
| [1K | |
| CC: chip/esp32s3_systemreset.c [1K | |
| [1K | |
| CC: builtin.c [1K | |
| CC: board/dummy.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: mm_heap/mm_malloc.c [1K | |
| CC: chip/esp32s3_user.c [1K | |
| CC: ctype/lib_isascii.c [1K | |
| CC: nsh_builtin.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: mm_heap/mm_foreach.c [1K | |
| [1K | |
| [1K | |
| CC: mm_heap/mm_memalign.c [1K | |
| CC: clock/clock_systime_timespec.c [1K | |
| [1K | |
| [1K | |
| CC: serial/serial_io.c [1K | |
| [1K | |
| CC: inode/fs_inodefind.c [1K | |
| CC: ctype/lib_isblank.c [1K | |
| [1K | |
| [1K | |
| CC: clock/clock_sched_ticks.c [1K | |
| CC: mm_heap/mm_realloc.c [1K | |
| [1K | |
| [1K | |
| CC: ctype/lib_iscntrl.c [1K | |
| [1K | |
| CC: inode/fs_inodefree.c [1K | |
| CC: chip/esp32s3_allocateheap.c [1K | |
| CC: mm_heap/mm_zalloc.c [1K | |
| CC: nsh_command.c [1K | |
| CC: dd_main.c [1K | |
| [1K | |
| [1K | |
| CC: mm_heap/mm_heapmember.c [1K | |
| [1K | |
| CC: ctype/lib_isdigit.c [1K | |
| [1K | |
| CC: nsh_main.c [1K | |
| CC: mm_heap/mm_memdump.c [1K | |
| CC: chip/esp32s3_reset_reasons.c [1K | |
| CC: readline.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp32s3_wdt.c [1K | |
| CC: ctype/lib_isgraph.c [1K | |
| [1K | |
| [1K | |
| CC: clock/clock_perf.c [1K | |
| CC: nsh_console.c [1K | |
| [1K | |
| CC: sh_main.c [1K | |
| [1K | |
| IN: binfmt/libbinfmt.a -> staging/libbinfmt.a [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: readline_common.c [1K | |
| CC: nsh_consolemain.c [1K | |
| CC: umm_heap/umm_globals.c [1K | |
| [1K | |
| [1K | |
| CC: ctype/lib_islower.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp32s3_lowputc.c [1K | |
| CC: readline_fd.c [1K | |
| CC: clock/clock_realtime2absticks.c [1K | |
| [1K | |
| [1K | |
| CC: inode/fs_inodegetpath.c [1K | |
| [1K | |
| [1K | |
| CC: umm_heap/umm_initialize.c [1K | |
| CC: clock/clock_getres.c [1K | |
| [1K | |
| [1K | |
| CC: nsh_dbgcmds.c [1K | |
| CC: readline_stream.c [1K | |
| [1K | |
| [1K | |
| CC: ctype/lib_isprint.c [1K | |
| CC: syslog/syslog_early.c [1K | |
| [1K | |
| CC: syslog/vsyslog.c [1K | |
| CC: chip/esp32s3_serial.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: ctype/lib_ispunct.c [1K | |
| [1K | |
| CC: umm_heap/umm_addregion.c [1K | |
| CC: inode/fs_inoderelease.c [1K | |
| CC: nsh_envcmds.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp32s3_rtc_gpio.c [1K | |
| CC: clock/clock_notifier.c [1K | |
| CC: umm_heap/umm_malloc_size.c [1K | |
| [1K | |
| [1K | |
| CC: syslog/syslog_channel.c [1K | |
| [1K | |
| CC: chip/esp32s3_libc_stubs.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: syslog/syslog_write.c [1K | |
| CC: umm_heap/umm_brkaddr.c [1K | |
| CC: ctype/lib_isspace.c [1K | |
| [1K | |
| CC: inode/fs_inoderemove.c [1K | |
| [1K | |
| CC: umm_heap/umm_calloc.c [1K | |
| [1K | |
| CC: chip/esp32s3_spi_timing.c [1K | |
| [1K | |
| CC: inode/fs_inodereserve.c [1K | |
| [1K | |
| CC: inode/fs_inodesearch.c [1K | |
| CC: ctype/lib_isupper.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: ctype/lib_isxdigit.c [1K | |
| CC: clock/clock_delay.c [1K | |
| CC: barrier.c [1K | |
| [1K | |
| CC: vfs/fs_chstat.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp32s3_idle.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: ctype/lib_tolower.c [1K | |
| CC: nsh_fscmds.c [1K | |
| CC: cancel.c [1K | |
| CC: umm_heap/umm_extend.c [1K | |
| [1K | |
| CC: nsh_fsutils.c [1K | |
| CC: ctype/lib_toupper.c [1K | |
| [1K | |
| [1K | |
| CC: cond.c [1K | |
| CC: nsh_init.c [1K | |
| [1K | |
| CC: chip/esp32s3_timerisr.c [1K | |
| [1K | |
| [1K | |
| CC: dev_null.c [1K | |
| CC: ctype/lib_ctype.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32s3.c [1K | |
| [1K | |
| CC: umm_heap/umm_free.c [1K | |
| [1K | |
| CC: nsh_mmcmds.c [1K | |
| [1K | |
| CC: environ/env_getenvironptr.c [1K | |
| [1K | |
| CC: dirent/lib_readdirr.c [1K | |
| [1K | |
| CC: dirent/lib_telldir.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/bootloader_flash/src/bootloader_flash.c [1K | |
| CC: syslog/syslog_flush.c [1K | |
| [1K | |
| CC: umm_heap/umm_mallinfo.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_close.c [1K | |
| [1K | |
| CC: nsh_mntcmds.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_adc/adc_cali_curve_fitting.c [1K | |
| [1K | |
| [1K | |
| CC: environ/env_dup.c [1K | |
| CC: syslog/syslog_initialize.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: fpu.c [1K | |
| CC: dirent/lib_alphasort.c [1K | |
| CC: environ/env_release.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_adc/adc_cali.c [1K | |
| CC: umm_heap/umm_malloc.c [1K | |
| [1K | |
| CC: environ/env_findvar.c [1K | |
| [1K | |
| CC: environ/env_removevar.c [1K | |
| [1K | |
| CC: dirent/lib_scandir.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_dup.c [1K | |
| [1K | |
| CC: umm_heap/umm_memalign.c [1K | |
| CC: umm_heap/umm_realloc.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_adc/esp32s3/curve_fitting_coefficients.c [1K | |
| [1K | |
| IN: drivers/libdrivers.a -> staging/libdrivers.a [1K | |
| [1K | |
| [1K | |
| CC: umm_heap/umm_zalloc.c [1K | |
| CC: umm_heap/umm_heapmember.c [1K | |
| [1K | |
| [1K | |
| CC: environ/env_clearenv.c [1K | |
| CC: umm_heap/umm_memdump.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/src/esp_efuse_api.c [1K | |
| [1K | |
| CC: getopt.c [1K | |
| [1K | |
| [1K | |
| CC: dirent/lib_ftw.c [1K | |
| CC: vfs/fs_dup2.c [1K | |
| [1K | |
| CC: dirent/lib_nftw.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: environ/env_getenv.c [1K | |
| CC: mempool/mempool.c [1K | |
| [1K | |
| CC: dirent/lib_opendir.c [1K | |
| CC: environ/env_putenv.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/src/esp_efuse_startup.c [1K | |
| [1K | |
| [1K | |
| CC: dirent/lib_fdopendir.c [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/src/esp_efuse_utility.c [1K | |
| [1K | |
| [1K | |
| CC: mempool/mempool_multiple.c [1K | |
| CC: environ/env_setenv.c [1K | |
| [1K | |
| CC: nsh_parse.c [1K | |
| [1K | |
| [1K | |
| CC: libc_memmem.c [1K | |
| CC: mempool/mempool_procfs.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c [1K | |
| [1K | |
| [1K | |
| CC: nsh_printf.c [1K | |
| CC: nsh_proccmds.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_dup3.c [1K | |
| CC: kasan/hook.c [1K | |
| [1K | |
| [1K | |
| CC: map/mm_map.c [1K | |
| CC: mqueue.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/esp32s3/esp_efuse_fields.c [1K | |
| [1K | |
| CC: dirent/lib_closedir.c [1K | |
| [1K | |
| [1K | |
| CC: mutex.c [1K | |
| CC: environ/env_unsetenv.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_fcntl.c [1K | |
| CC: nsh_prompt.c [1K | |
| CC: environ/env_foreach.c [1K | |
| [1K | |
| CC: vfs/fs_epoll.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: nsh_script.c [1K | |
| CC: vfs/fs_fchstat.c [1K | |
| CC: group/group_create.c [1K | |
| [1K | |
| [1K | |
| CC: dirent/lib_readdir.c [1K | |
| CC: nsh_session.c [1K | |
| [1K | |
| CC: group/group_join.c [1K | |
| [1K | |
| CC: dirent/lib_rewinddir.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: dirent/lib_seekdir.c [1K | |
| CC: nsh_syscmds.c [1K | |
| [1K | |
| CC: dirent/lib_dirfd.c [1K | |
| CC: vfs/fs_fstat.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_fstatfs.c [1K | |
| CC: group/group_leave.c [1K | |
| CC: ostest_main.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/esp32s3/esp_efuse_rtc_calib.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/esp32s3/esp_efuse_table.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: dirent/lib_versionsort.c [1K | |
| CC: dlfcn/lib_dlfind_object.c [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/esp32s3/esp_efuse_utility.c [1K | |
| [1K | |
| [1K | |
| CC: perf_gettime.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_app_format/esp_app_desc.c [1K | |
| [1K | |
| CC: vfs/fs_ioctl.c [1K | |
| [1K | |
| [1K | |
| CC: posixtimer.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_common/src/esp_err_to_name.c [1K | |
| [1K | |
| CC: errno/lib_errno.c [1K | |
| [1K | |
| [1K | |
| CC: group/group_setupidlefiles.c [1K | |
| CC: fixedmath/lib_b16sin.c [1K | |
| [1K | |
| [1K | |
| CC: pthread_exit.c [1K | |
| [1K | |
| CC: fixedmath/lib_b16cos.c [1K | |
| CC: group/group_setuptaskfiles.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/adc_share_hw_ctrl.c [1K | |
| [1K | |
| CC: nsh_system.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/clk_ctrl_os.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_lseek.c [1K | |
| CC: group/group_foreachchild.c [1K | |
| CC: pthread_rwlock.c [1K | |
| CC: fixedmath/lib_b16atan2.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/clk_utils.c [1K | |
| [1K | |
| [1K | |
| CC: fixedmath/lib_ubsqrt.c [1K | |
| CC: vfs/fs_mkdir.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/cpu.c [1K | |
| IN: mm/libmm.a -> staging/libmm.a [1K | |
| CC: pthread_rwlock_cancel.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_open.c [1K | |
| [1K | |
| CC: nsh_test.c [1K | |
| CC: group/group_killchildren.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_poll.c [1K | |
| CC: grp/lib_getgrgid.c [1K | |
| [1K | |
| [1K | |
| CC: nsh_timcmds.c [1K | |
| CC: grp/lib_getgrgidr.c [1K | |
| [1K | |
| CC: nsh_wait.c [1K | |
| [1K | |
| CC: vfs/fs_pread.c [1K | |
| [1K | |
| [1K | |
| CC: grp/lib_getgrnam.c [1K | |
| [1K | |
| CC: grp/lib_getgrnamr.c [1K | |
| CC: vfs/fs_pwrite.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_dma/src/esp_dma_utils.c [1K | |
| [1K | |
| CC: group/group_signal.c [1K | |
| [1K | |
| CC: group/group_waiter.c [1K | |
| [1K | |
| [1K | |
| CC: init/nx_start.c [1K | |
| CC: grp/lib_initgroups.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_dma/src/gdma.c [1K | |
| CC: restart.c [1K | |
| [1K | |
| CC: robust.c [1K | |
| [1K | |
| CC: vfs/fs_read.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: grp/lib_getgrbuf.c [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_dma/src/gdma_link.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/esp_clk.c [1K | |
| CC: vfs/fs_rename.c [1K | |
| [1K | |
| CC: init/nx_bringup.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/esp_gpio_reserve.c [1K | |
| [1K | |
| CC: grp/lib_getgrbufr.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/esp_memory_utils.c [1K | |
| CC: instrument/instrument.c [1K | |
| [1K | |
| [1K | |
| CC: irq/irq_initialize.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/hw_random.c [1K | |
| CC: inttypes/lib_imaxabs.c [1K | |
| [1K | |
| CC: roundrobin.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: sched_thread_local.c [1K | |
| [1K | |
| CC: schedlock.c [1K | |
| CC: irq/irq_attach.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/mac_addr.c [1K | |
| [1K | |
| CC: inttypes/lib_imaxdiv.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/periph_ctrl.c [1K | |
| CC: sem.c [1K | |
| [1K | |
| [1K | |
| CC: semtimed.c [1K | |
| CC: vfs/fs_rmdir.c [1K | |
| [1K | |
| CC: setjmp.c [1K | |
| [1K | |
| [1K | |
| CC: setvbuf.c [1K | |
| CC: inttypes/lib_strtoimax.c [1K | |
| CC: vfs/fs_select.c [1K | |
| [1K | |
| CC: irq/irq_dispatch.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_sendfile.c [1K | |
| CC: irq/irq_unexpectedisr.c [1K | |
| [1K | |
| CC: vfs/fs_stat.c [1K | |
| [1K | |
| CC: inttypes/lib_strtoumax.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_console.c [1K | |
| CC: irq/irq_attach_thread.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_event.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_statfs.c [1K | |
| CC: libgen/lib_basename.c [1K | |
| [1K | |
| CC: sighand.c [1K | |
| CC: sighelper.c [1K | |
| [1K | |
| CC: signest.c [1K | |
| [1K | |
| CC: libgen/lib_dirname.c [1K | |
| [1K | |
| CC: machine/arch_atomic.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_uio.c [1K | |
| CC: irq/irq_attach_wqueue.c [1K | |
| [1K | |
| CC: vfs/fs_unlink.c [1K | |
| [1K | |
| CC: misc/assert.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_bitmap.c [1K | |
| CC: sigprocmask.c [1K | |
| CC: vfs/fs_write.c [1K | |
| [1K | |
| [1K | |
| CC: misc/panic_notifier.c [1K | |
| CC: spinlock.c [1K | |
| [1K | |
| CC: misc/reboot_notifier.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_gpio.c [1K | |
| [1K | |
| CC: vfs/fs_dir.c [1K | |
| [1K | |
| [1K | |
| CC: timedmqueue.c [1K | |
| CC: mqueue/mq_initialize.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_fsync.c [1K | |
| CC: timedmutex.c [1K | |
| [1K | |
| CC: timedwait.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_modem.c [1K | |
| [1K | |
| [1K | |
| CC: mqueue/mq_waitirq.c [1K | |
| [1K | |
| CC: vfs/fs_syncfs.c [1K | |
| CC: vfs/fs_truncate.c [1K | |
| [1K | |
| CC: waitpid.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/lowpower/port/esp32s3/sleep_cpu.c [1K | |
| CC: wdog.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/sar_periph_ctrl.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/cpu_region_protect.c [1K | |
| [1K | |
| CC: mqueue/mq_recover.c [1K | |
| [1K | |
| [1K | |
| CC: mqueue/mq_send.c [1K | |
| [1K | |
| CC: mqueue/mq_sndinternal.c [1K | |
| CC: mqueue/mq_receive.c [1K | |
| [1K | |
| CC: mqueue/mq_rcvinternal.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/esp_clk_tree.c [1K | |
| [1K | |
| CC: misc/lib_circbuf.c [1K | |
| CC: mqueue/mq_getattr.c [1K | |
| [1K | |
| CC: vfs/fs_link.c [1K | |
| CC: vfs/fs_symlink.c [1K | |
| [1K | |
| [1K | |
| CC: mqueue/mq_msgfree.c [1K | |
| [1K | |
| CC: misc/lib_creat.c [1K | |
| CC: mqueue/mq_msgqalloc.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/io_mux.c [1K | |
| CC: mqueue/mq_msgqfree.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_mknod.c [1K | |
| CC: vfs/fs_readlink.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/rtc_clk.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/rtc_init.c [1K | |
| [1K | |
| CC: misc/lib_umask.c [1K | |
| [1K | |
| [1K | |
| CC: mqueue/mq_setattr.c [1K | |
| [1K | |
| [1K | |
| CC: driver/fs_registerdriver.c [1K | |
| CC: driver/fs_unregisterdriver.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/rtc_clk_init.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: driver/fs_registerpipedriver.c [1K | |
| CC: misc/lib_utsname.c [1K | |
| CC: mqueue/mq_notify.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: driver/fs_unregisterpipedriver.c [1K | |
| CC: driver/fs_registerblockdriver.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/rtc_sleep.c [1K | |
| [1K | |
| CC: driver/fs_unregisterblockdriver.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/rtc_time.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/systimer.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/mspi/mspi_timing_tuning/mspi_timing_tuning.c [1K | |
| [1K | |
| CC: mqueue/msgctl.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/mspi/mspi_timing_tuning/port/esp32s3/mspi_timing_config.c [1K | |
| CC: misc/lib_getrandom.c [1K | |
| [1K | |
| CC: driver/fs_findblockdriver.c [1K | |
| [1K | |
| CC: misc/lib_xorshift128.c [1K | |
| [1K | |
| CC: driver/fs_openblockdriver.c [1K | |
| [1K | |
| CC: mqueue/msgget.c [1K | |
| CC: misc/lib_tea_encrypt.c [1K | |
| [1K | |
| CC: misc/lib_tea_decrypt.c [1K | |
| [1K | |
| [1K | |
| CC: mqueue/msginternal.c [1K | |
| CC: driver/fs_closeblockdriver.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: mqueue/msgrcv.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp_clk_tree_common.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/regi2c_ctrl.c [1K | |
| CC: driver/fs_blockpartition.c [1K | |
| [1K | |
| CC: misc/lib_cxx_initialize.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_impure.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/rtc_module.c [1K | |
| [1K | |
| CC: misc/lib_memfd.c [1K | |
| [1K | |
| CC: driver/fs_findmtddriver.c [1K | |
| [1K | |
| [1K | |
| CC: driver/fs_closemtddriver.c [1K | |
| CC: mqueue/msgsnd.c [1K | |
| [1K | |
| CC: driver/fs_blockmerge.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_modes.c [1K | |
| [1K | |
| CC: misc/lib_mutex.c [1K | |
| [1K | |
| [1K | |
| CC: driver/fs_finddriver.c [1K | |
| CC: mmap/fs_mmap.c [1K | |
| [1K | |
| [1K | |
| CC: mmap/fs_munmap.c [1K | |
| IN: /tmp/nuttx/nuttx-apps.git/libapps.a -> staging/libapps.a [1K | |
| [1K | |
| CC: mmap/fs_mmisc.c [1K | |
| [1K | |
| CC: mmap/fs_msync.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_uart.c [1K | |
| [1K | |
| CC: pthread/pthread_create.c [1K | |
| [1K | |
| CC: pthread/pthread_exit.c [1K | |
| [1K | |
| CC: misc/lib_fchmodat.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/power_supply/brownout.c [1K | |
| [1K | |
| [1K | |
| CC: mmap/fs_anonmap.c [1K | |
| CC: misc/lib_fstatat.c [1K | |
| [1K | |
| CC: mqueue/mq_open.c [1K | |
| [1K | |
| CC: mqueue/mq_close.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_libc/src/port/esp_time_impl.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_getfullpath.c [1K | |
| CC: mqueue/mq_unlink.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_join.c [1K | |
| [1K | |
| CC: misc/lib_openat.c [1K | |
| [1K | |
| CC: misc/lib_mkdirat.c [1K | |
| CC: pthread/pthread_detach.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_mm/esp_mmu_map.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_mm/port/esp32s3/ext_mem_layout.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_mm/esp_cache_msync.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_mm/esp_cache_utils.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_phy/esp32s3/phy_init_data.c [1K | |
| [1K | |
| CC: pthread/pthread_getschedparam.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_utimensat.c [1K | |
| CC: misc/lib_mallopt.c [1K | |
| [1K | |
| CC: pthread/pthread_setschedparam.c [1K | |
| [1K | |
| CC: misc/lib_idr.c [1K | |
| [1K | |
| CC: misc/lib_getnprocs.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_phy/src/phy_common.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_tempbuffer.c [1K | |
| [1K | |
| CC: pthread/pthread_sigmask.c [1K | |
| CC: mount/fs_mount.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_phy/src/phy_init.c [1K | |
| [1K | |
| CC: misc/lib_umul32.c [1K | |
| CC: mount/fs_umount2.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_umul64.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_pm/pm_locks.c [1K | |
| [1K | |
| CC: misc/lib_umul32x64.c [1K | |
| [1K | |
| CC: mount/fs_foreachmountpoint.c [1K | |
| CC: pthread/pthread_cancel.c [1K | |
| [1K | |
| CC: mount/fs_procfs_mount.c [1K | |
| [1K | |
| [1K | |
| CC: mount/fs_gettype.c [1K | |
| [1K | |
| CC: partition/fs_partition.c [1K | |
| CC: pthread/pthread_completejoin.c [1K | |
| [1K | |
| CC: misc/lib_uadd32x64.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_pm/pm_impl.c [1K | |
| CC: misc/lib_uadd64.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_sys.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_usub64x32.c [1K | |
| CC: procfs/fs_procfs.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_print.c [1K | |
| [1K | |
| [1K | |
| CC: procfs/fs_procfscpuinfo.c [1K | |
| CC: pthread/pthread_findjoininfo.c [1K | |
| [1K | |
| CC: pthread/pthread_release.c [1K | |
| [1K | |
| CC: pthread/pthread_setschedprio.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_crc.c [1K | |
| CC: procfs/fs_procfscpuload.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_serial_output.c [1K | |
| [1K | |
| CC: sched/sched_getfiles.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_usub64.c [1K | |
| [1K | |
| CC: misc/lib_dumpbuffer.c [1K | |
| CC: sched/sched_profil.c [1K | |
| [1K | |
| CC: misc/lib_dumpvbuffer.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_fnmatch.c [1K | |
| CC: sched/sched_addreadytorun.c [1K | |
| CC: misc/lib_debug.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: procfs/fs_procfscritmon.c [1K | |
| CC: misc/lib_crc64.c [1K | |
| CC: sched/sched_removereadytorun.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_spiflash.c [1K | |
| [1K | |
| CC: sched/sched_addblocked.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_efuse.c [1K | |
| [1K | |
| CC: sched/sched_removeblocked.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_gpio.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_cache_esp32s2_esp32s3.c [1K | |
| CC: procfs/fs_procfsfdt.c [1K | |
| [1K | |
| CC: procfs/fs_procfsiobinfo.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_system/esp_err.c [1K | |
| [1K | |
| CC: procfs/fs_procfsmeminfo.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_system/esp_system.c [1K | |
| CC: misc/lib_crc32.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_crc16.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_system/startup.c [1K | |
| [1K | |
| CC: sched/sched_gettcb.c [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_verifytcb.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_system/startup_funcs.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: procfs/fs_procfsproc.c [1K | |
| CC: sched/sched_releasetcb.c [1K | |
| CC: misc/lib_crc16ccitt.c [1K | |
| CC: sched/sched_setparam.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_system/system_time.c [1K | |
| [1K | |
| CC: misc/lib_crc8.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_system/port/soc/esp32s3/clk.c [1K | |
| [1K | |
| CC: misc/lib_crc8ccitt.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_system/port/soc/esp32s3/system_internal.c [1K | |
| CC: sched/sched_setpriority.c [1K | |
| [1K | |
| [1K | |
| CC: procfs/fs_procfstcbinfo.c [1K | |
| CC: misc/lib_crc8table.c [1K | |
| [1K | |
| CC: misc/lib_crc8rohc.c [1K | |
| [1K | |
| CC: sched/sched_getparam.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: procfs/fs_procfsuptime.c [1K | |
| CC: misc/lib_crc8h1d.c [1K | |
| CC: procfs/fs_procfsutil.c [1K | |
| [1K | |
| CC: sched/sched_setscheduler.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_timer/src/esp_timer.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_timer/src/esp_timer_init.c [1K | |
| [1K | |
| CC: misc/lib_crc8h2f.c [1K | |
| [1K | |
| CC: procfs/fs_procfsversion.c [1K | |
| [1K | |
| CC: misc/lib_crc16h1021.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_timer/src/esp_timer_impl_systimer.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_timer/src/system_time.c [1K | |
| CC: sched/sched_getscheduler.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_timer/src/esp_timer_impl_common.c [1K | |
| CC: misc/lib_crc16h8005.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_crc32h04c11db7.c [1K | |
| CC: misc/lib_crc32hf4acfb13.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_ana_conv/adc_hal_common.c [1K | |
| CC: sched/sched_yield.c [1K | |
| [1K | |
| CC: misc/lib_crc64emac.c [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_rrgetinterval.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_ana_conv/adc_oneshot_hal.c [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_foreach.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_security/aes_hal.c [1K | |
| [1K | |
| CC: misc/lib_backtrace.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_clock/esp32s3/clk_tree_hal.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/esp32s3/efuse_hal.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_pmu/esp32s3/rtc_cntl_hal.c [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_lock.c [1K | |
| [1K | |
| CC: misc/lib_ftok.c [1K | |
| CC: misc/lib_err.c [1K | |
| [1K | |
| CC: sched/sched_unlock.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_pmu/brownout_hal.c [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_lockcount.c [1K | |
| CC: misc/lib_instrument.c [1K | |
| [1K | |
| CC: sched/sched_idletask.c [1K | |
| [1K | |
| CC: sched/sched_self.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/efuse_hal.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_gpio/gpio_hal.c [1K | |
| [1K | |
| CC: misc/lib_glob.c [1K | |
| [1K | |
| IN: fs/libfs.a -> staging/libfs.a [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_crc16ibm.c [1K | |
| CC: sched/sched_get_stackinfo.c [1K | |
| [1K | |
| CC: misc/lib_crc16xmodem.c [1K | |
| [1K | |
| CC: net/lib_addrconfig.c [1K | |
| [1K | |
| CC: net/lib_base64.c [1K | |
| [1K | |
| CC: net/lib_htons.c [1K | |
| [1K | |
| CC: net/lib_htonl.c [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_get_tls.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_ledc/ledc_hal_iram.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_ledc/ledc_hal.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_pcnt/pcnt_hal.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_rmt/rmt_hal.c [1K | |
| [1K | |
| CC: net/lib_htonq.c [1K | |
| [1K | |
| CC: net/lib_inetaddr.c [1K | |
| [1K | |
| CC: net/lib_inetaton.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_gpio/rtc_io_hal.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_gpio/sdm_hal.c [1K | |
| CC: net/lib_inetntoa.c [1K | |
| [1K | |
| CC: sched/sched_sysinfo.c [1K | |
| [1K | |
| CC: sched/sched_get_stateinfo.c [1K | |
| [1K | |
| CC: sched/sched_getcpu.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_i2s/i2s_hal.c [1K | |
| [1K | |
| CC: sched/sched_switchcontext.c [1K | |
| [1K | |
| CC: sched/sched_sleep.c [1K | |
| [1K | |
| CC: sched/sched_reprioritizertr.c [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_mergepending.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_security/sha_hal.c [1K | |
| [1K | |
| CC: net/lib_inetntop.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_mcpwm/mcpwm_hal.c [1K | |
| [1K | |
| CC: sched/sched_waitpid.c [1K | |
| [1K | |
| CC: sched/sched_roundrobin.c [1K | |
| [1K | |
| CC: sched/sched_processtick.c [1K | |
| CC: semaphore/sem_destroy.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/systimer_hal.c [1K | |
| CC: net/lib_inetpton.c [1K | |
| CC: semaphore/sem_wait.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_timg/timer_hal.c [1K | |
| [1K | |
| CC: net/lib_inetnetwork.c [1K | |
| [1K | |
| CC: semaphore/sem_trywait.c [1K | |
| [1K | |
| [1K | |
| CC: net/lib_etherntoa.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_touch_sens/touch_sens_hal.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: semaphore/sem_tickwait.c [1K | |
| CC: semaphore/sem_timedwait.c [1K | |
| CC: net/lib_etheraton.c [1K | |
| [1K | |
| CC: obstack/lib_obstack_init.c [1K | |
| [1K | |
| CC: obstack/lib_obstack_alloc.c [1K | |
| [1K | |
| [1K | |
| CC: obstack/lib_obstack_copy.c [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/cache_hal.c [1K | |
| [1K | |
| [1K | |
| CC: obstack/lib_obstack_free.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_security/mpu_hal.c [1K | |
| [1K | |
| [1K | |
| CC: obstack/lib_obstack_make_room.c [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/mmu_hal.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_i2c/i2c_hal.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_uart/uart_hal_iram.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_uart/uart_hal.c [1K | |
| CC: semaphore/sem_clockwait.c [1K | |
| [1K | |
| [1K | |
| CC: semaphore/sem_timeout.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/hal_utils.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_mspi/spi_flash_hal.c [1K | |
| [1K | |
| [1K | |
| CC: semaphore/sem_post.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_mspi/spi_flash_hal_iram.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: obstack/lib_obstack_blank.c [1K | |
| CC: semaphore/sem_recover.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_mspi/spi_flash_hal_gpspi.c [1K | |
| [1K | |
| CC: semaphore/sem_reset.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_mspi/spi_flash_encrypt_hal_iram.c [1K | |
| [1K | |
| CC: obstack/lib_obstack_grow.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_dma/gdma_hal_ahb_v1.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_dma/gdma_hal_top.c [1K | |
| CC: obstack/lib_obstack_finish.c [1K | |
| [1K | |
| CC: obstack/lib_obstack_object_size.c [1K | |
| [1K | |
| CC: obstack/lib_obstack_room.c [1K | |
| [1K | |
| CC: obstack/lib_obstack_printf.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/log_level/log_level.c [1K | |
| CC: semaphore/sem_waitirq.c [1K | |
| [1K | |
| CC: semaphore/sem_rw.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_nanosleep.c [1K | |
| CC: signal/sig_sleep.c [1K | |
| [1K | |
| [1K | |
| CC: obstack/lib_obstack_vprintf.c [1K | |
| CC: obstack/lib_obstack_malloc.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/log_level/tag_log_level/tag_log_level.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_init.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/log_level/tag_log_level/linked_list/log_linked_list.c [1K | |
| CC: signal/sig_usleep.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_attr_destroy.c [1K | |
| [1K | |
| CC: signal/sig_clockwait.c [1K | |
| CC: pthread/pthread_attr_setschedpolicy.c [1K | |
| [1K | |
| CC: signal/sig_kill.c [1K | |
| CC: pthread/pthread_attr_getschedpolicy.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_setinheritsched.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/log.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/noos/log_lock.c [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/noos/log_timestamp.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_getinheritsched.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_setdetachstate.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/os/log_write.c [1K | |
| CC: pthread/pthread_attr_getdetachstate.c [1K | |
| CC: signal/sig_tgkill.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/os/util.c [1K | |
| CC: signal/sig_dispatch.c [1K | |
| CC: pthread/pthread_attr_setstackaddr.c [1K | |
| CC: chip/esp-hal-3rdparty/components/soc/dport_access_common.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_gpio/esp32s3/dedic_gpio_periph.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_dma/esp32s3/gdma_periph.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_getstackaddr.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_lowest.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_ana_conv/esp32s3/adc_periph.c [1K | |
| [1K | |
| CC: signal/sig_notification.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/soc/esp32s3/gpio_periph.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_attr_setstacksize.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_ledc/esp32s3/ledc_periph.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_getstacksize.c [1K | |
| [1K | |
| CC: signal/sig_pause.c [1K | |
| [1K | |
| CC: signal/sig_ppoll.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_pcnt/esp32s3/pcnt_periph.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_rmt/esp32s3/rmt_periph.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_procmask.c [1K | |
| CC: pthread/pthread_attr_setstack.c [1K | |
| [1K | |
| CC: signal/sig_pselect.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_queue.c [1K | |
| CC: pthread/pthread_attr_getstack.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_gpio/esp32s3/rtc_io_periph.c [1K | |
| [1K | |
| CC: signal/sig_suspend.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_setschedparam.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_getschedparam.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_gpio/esp32s3/sdm_periph.c [1K | |
| [1K | |
| CC: signal/sig_timedwait.c [1K | |
| [1K | |
| CC: signal/sig_waitinfo.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_setscope.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_i2c/esp32s3/i2c_periph.c [1K | |
| CC: pthread/pthread_attr_getscope.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_cleanup.c [1K | |
| CC: pthread/pthread_attr_setguardsize.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_getguardsize.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_barrierattr_init.c [1K | |
| CC: signal/sig_initialize.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_i2s/esp32s3/i2s_periph.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_mcpwm/esp32s3/mcpwm_periph.c [1K | |
| CC: pthread/pthread_barrierattr_destroy.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_ana_conv/esp32s3/temperature_sensor_periph.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_barrierattr_getpshared.c [1K | |
| CC: signal/sig_pending.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_releasependingsignal.c [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_wrap.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_removependingsignal.c [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_hpm_enable.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_unmaskpendingsignal.c [1K | |
| [1K | |
| CC: signal/sig_action.c [1K | |
| CC: signal/sig_allocpendingsigaction.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_barrierattr_setpshared.c [1K | |
| [1K | |
| CC: pthread/pthread_barrierinit.c [1K | |
| CC: signal/sig_deliver.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_findaction.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_releasependingsigaction.c [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/esp32s3/spi_flash_oct_flash_init.c [1K | |
| CC: pthread/pthread_barrierdestroy.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_os_func_noos.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_os_func_app.c [1K | |
| CC: pthread/pthread_barrierwait.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_generic.c [1K | |
| [1K | |
| CC: pthread/pthread_condattr_init.c [1K | |
| CC: pthread/pthread_condattr_destroy.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_condattr_getpshared.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_boya.c [1K | |
| CC: pthread/pthread_condattr_setpshared.c [1K | |
| CC: task/task_argvstr.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_condattr_setclock.c [1K | |
| CC: pthread/pthread_condattr_getclock.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_gd.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_winbond.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_condinit.c [1K | |
| CC: pthread/pthread_conddestroy.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_issi.c [1K | |
| CC: pthread/pthread_condtimedwait.c [1K | |
| [1K | |
| [1K | |
| CC: task/task_create.c [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_mxic_opi.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_mxic.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_th.c [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/esp_flash_api.c [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/flash_ops.c [1K | |
| CC: pthread/pthread_equal.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_drivers.c [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/memspi_host_driver.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/esp_flash_spi_init.c [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/flash_mmap.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/flash_brownout_hook.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/cache_utils.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_condbroadcast.c [1K | |
| CC: pthread/pthread_condclockwait.c [1K | |
| [1K | |
| CC: task/task_init.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/ulp/ulp_common/ulp_common.c [1K | |
| [1K | |
| CC: pthread/pthread_condsignal.c [1K | |
| [1K | |
| CC: task/task_setup.c [1K | |
| [1K | |
| CC: task/task_activate.c [1K | |
| [1K | |
| CC: pthread/pthread_condwait.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/ulp/ulp_common/ulp_adc.c [1K | |
| [1K | |
| CC: pthread/pthread_create.c [1K | |
| [1K | |
| CC: pthread/pthread_exit.c [1K | |
| [1K | |
| [1K | |
| CC: task/task_start.c [1K | |
| CC: chip/esp-hal-3rdparty/components/ulp/ulp_riscv/ulp_riscv.c [1K | |
| [1K | |
| CC: pthread/pthread_setname_np.c [1K | |
| [1K | |
| CC: task/task_delete.c [1K | |
| [1K | |
| CC: pthread/pthread_getname_np.c [1K | |
| [1K | |
| CC: pthread/pthread_get_stackaddr_np.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_get_stacksize_np.c [1K | |
| CC: chip/esp-hal-3rdparty/components/ulp/ulp_riscv/ulp_riscv_lock.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_init.c [1K | |
| CC: pthread/pthread_mutexattr_destroy.c [1K | |
| [1K | |
| CC: task/task_exit.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/ulp/ulp_riscv/ulp_riscv_i2c.c [1K | |
| CC: task/task_exithook.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_rmt/src/rmt_common.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_rmt/src/rmt_encoder.c [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_rmt/src/rmt_encoder_bytes.c [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_getpshared.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_rmt/src/rmt_encoder_copy.c [1K | |
| [1K | |
| CC: task/task_getgroup.c [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_setpshared.c [1K | |
| [1K | |
| CC: task/task_getpid.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_rmt/src/rmt_encoder_simple.c [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_rmt/src/rmt_rx.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_setprotocol.c [1K | |
| CC: task/task_prctl.c [1K | |
| [1K | |
| CC: task/task_recover.c [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_getprotocol.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_settype.c [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_rmt/src/rmt_tx.c [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_gettype.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_gpio/src/gpio.c [1K | |
| [1K | |
| CC: task/task_restart.c [1K | |
| CC: pthread/pthread_mutexattr_setrobust.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_getrobust.c [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_gpio/src/rtc_io.c [1K | |
| [1K | |
| [1K | |
| CC: task/task_spawnparms.c [1K | |
| CC: pthread/pthread_mutexattr_setprioceiling.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_uart/src/uart_wakeup.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/nuttx/src/platform/os.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/nuttx/src/heap_caps.c [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_getprioceiling.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/nuttx/src/components/newlib/newlib/libc/misc/init.c [1K | |
| [1K | |
| [1K | |
| CC: task/task_cancelpt.c [1K | |
| CC: task/task_terminate.c [1K | |
| [1K | |
| CC: pthread/pthread_mutex_destroy.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/intr_alloc.c [1K | |
| CC: pthread/pthread_mutex_init.c [1K | |
| [1K | |
| [1K | |
| CC: task/task_gettid.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/esp_cpu_intr.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: task/exit.c [1K | |
| CC: chip/esp-hal-3rdparty/components/xtensa/xtensa_intr.c [1K | |
| [1K | |
| CC: pthread/pthread_mutex_trylock.c [1K | |
| CC: pthread/pthread_mutex_timedlock.c [1K | |
| [1K | |
| CC: pthread/pthread_mutex.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/soc/esp32s3/interrupts.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_security/src/esp_hmac.c [1K | |
| CC: pthread/pthread_mutex_unlock.c [1K | |
| [1K | |
| CC: task/task_join.c [1K | |
| [1K | |
| [1K | |
| CC: task/task_spawn.c [1K | |
| CC: timer/timer_initialize.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_security/src/esp_crypto_periph_clk.c [1K | |
| [1K | |
| CC: pthread/pthread_mutex_lock.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_mutex_setprioceiling.c [1K | |
| CC: timer/timer_create.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_security/src/esp_crypto_lock.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_mutex_getprioceiling.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_security/hmac_hal.c [1K | |
| CC: pthread/pthread_once.c [1K | |
| [1K | |
| CC: timer/timer_delete.c [1K | |
| [1K | |
| CC: pthread/pthread_yield.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/flash_encrypt.c [1K | |
| [1K | |
| CC: pthread/pthread_atfork.c [1K | |
| [1K | |
| CC: pthread/pthread_rwlockattr_init.c [1K | |
| [1K | |
| CC: timer/timer_getoverrun.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/nuttx/src/bootloader_banner_wrap.c [1K | |
| [1K | |
| CC: pthread/pthread_rwlockattr_destroy.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_console.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_console_loader.c [1K | |
| CC: timer/timer_getitimer.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/esp32s3/bootloader_esp32s3.c [1K | |
| [1K | |
| CC: pthread/pthread_rwlockattr_getpshared.c [1K | |
| [1K | |
| CC: timer/timer_gettime.c [1K | |
| [1K | |
| CC: pthread/pthread_rwlockattr_setpshared.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_rwlock.c [1K | |
| CC: pthread/pthread_rwlock_rdlock.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_rwlock_wrlock.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: timer/timer_setitimer.c [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_init.c [1K | |
| CC: timer/timer_settime.c [1K | |
| CC: pthread/pthread_setcancelstate.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_common.c [1K | |
| CC: pthread/pthread_setcanceltype.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_common_loader.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_testcancel.c [1K | |
| CC: timer/timer_release.c [1K | |
| CC: pthread/pthread_getcpuclockid.c [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c [1K | |
| [1K | |
| [1K | |
| CC: tls/task_initinfo.c [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_clock_init.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_efuse.c [1K | |
| CC: tls/task_uninitinfo.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_mem.c [1K | |
| CC: pthread/pthread_self.c [1K | |
| [1K | |
| CC: tls/tls_initinfo.c [1K | |
| [1K | |
| CC: pthread/pthread_gettid_np.c [1K | |
| [1K | |
| CC: pthread/pthread_concurrency.c [1K | |
| [1K | |
| CC: tls/tls_dupinfo.c [1K | |
| [1K | |
| CC: pthread/pthread_kill.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: wdog/wd_initialize.c [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_random.c [1K | |
| [1K | |
| CC: pthread/pthread_mutex_consistent.c [1K | |
| CC: pthread/pthread_mutex_inconsistent.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_random_esp32s3.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/esp_image_format.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/esp32s3/bootloader_soc.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_sha.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: pwd/lib_getpwnam.c [1K | |
| CC: wdog/wd_start.c [1K | |
| CC: pwd/lib_getpwnamr.c [1K | |
| [1K | |
| CC: pwd/lib_getpwuid.c [1K | |
| [1K | |
| [1K | |
| CC: pwd/lib_getpwuidr.c [1K | |
| CC: wdog/wd_cancel.c [1K | |
| [1K | |
| CC: wdog/wd_gettime.c [1K | |
| [1K | |
| CC: pwd/lib_getpwent.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_uart/esp32s3/uart_periph.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_systimer.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/src/esp_efuse_fields.c [1K | |
| [1K | |
| CC: common/espressif/esp_loader.c [1K | |
| [1K | |
| CC: pwd/lib_pwd_globals.c [1K | |
| [1K | |
| CC: common/espressif/esp_efuse.c [1K | |
| [1K | |
| CC: common/espressif/esp_irq.c [1K | |
| [1K | |
| [1K | |
| CC: pwd/lib_getspnam.c [1K | |
| CC: common/espressif/esp_xtensa_intr.c [1K | |
| [1K | |
| CC: pwd/lib_getpwbuf.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: common/espressif/esp_gpio.c [1K | |
| CC: pwd/lib_getpwbufr.c [1K | |
| [1K | |
| CC: queue/queue.c [1K | |
| [1K | |
| CC: common/xtensa_assert.c [1K | |
| [1K | |
| CC: sched/sched_getprioritymax.c [1K | |
| CC: sched/sched_getprioritymin.c [1K | |
| [1K | |
| CC: common/xtensa_cache.c [1K | |
| [1K | |
| IN: sched/libsched.a -> staging/libsched.a [1K | |
| [1K | |
| CC: sched/task_cancelpt.c [1K | |
| [1K | |
| [1K | |
| CC: common/xtensa_cpenable.c [1K | |
| CC: sched/task_setcancelstate.c [1K | |
| [1K | |
| [1K | |
| CC: sched/task_setcanceltype.c [1K | |
| CC: sched/task_testcancel.c [1K | |
| [1K | |
| CC: sched/task_gettid.c [1K | |
| [1K | |
| CC: common/xtensa_cpuinfo.c [1K | |
| [1K | |
| [1K | |
| CC: common/xtensa_cpuint.c [1K | |
| CC: common/xtensa_createstack.c [1K | |
| [1K | |
| CC: sched/task_getpid.c [1K | |
| [1K | |
| CC: common/xtensa_exit.c [1K | |
| [1K | |
| CC: common/xtensa_getintstack.c [1K | |
| [1K | |
| CC: sched/clock_getcpuclockid.c [1K | |
| [1K | |
| CC: sched/task_startup.c [1K | |
| [1K | |
| CC: search/hcreate_r.c [1K | |
| [1K | |
| [1K | |
| CC: search/hcreate.c [1K | |
| CC: search/hash_func.c [1K | |
| [1K | |
| [1K | |
| CC: semaphore/sem_init.c [1K | |
| CC: common/xtensa_initialize.c [1K | |
| [1K | |
| CC: semaphore/sem_setprotocol.c [1K | |
| [1K | |
| [1K | |
| CC: semaphore/sem_getprotocol.c [1K | |
| CC: common/xtensa_initialstate.c [1K | |
| [1K | |
| CC: common/xtensa_irqdispatch.c [1K | |
| [1K | |
| CC: common/xtensa_lowputs.c [1K | |
| [1K | |
| CC: common/xtensa_modifyreg8.c [1K | |
| [1K | |
| [1K | |
| CC: common/xtensa_modifyreg16.c [1K | |
| CC: common/xtensa_modifyreg32.c [1K | |
| [1K | |
| CC: common/xtensa_mpu.c [1K | |
| [1K | |
| CC: semaphore/sem_getvalue.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: semaphore/sem_destroy.c [1K | |
| CC: common/xtensa_nputs.c [1K | |
| CC: semaphore/sem_wait.c [1K | |
| [1K | |
| CC: common/xtensa_oneshot.c [1K | |
| [1K | |
| CC: common/xtensa_perf.c [1K | |
| [1K | |
| CC: semaphore/sem_trywait.c [1K | |
| [1K | |
| [1K | |
| CC: semaphore/sem_timedwait.c [1K | |
| CC: semaphore/sem_clockwait.c [1K | |
| [1K | |
| CC: semaphore/sem_post.c [1K | |
| [1K | |
| CC: signal/sig_addset.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: common/xtensa_releasestack.c [1K | |
| CC: signal/sig_delset.c [1K | |
| CC: common/xtensa_registerdump.c [1K | |
| [1K | |
| CC: common/xtensa_swint.c [1K | |
| [1K | |
| CC: common/xtensa_stackframe.c [1K | |
| [1K | |
| CC: signal/sig_emptyset.c [1K | |
| [1K | |
| CC: common/xtensa_saveusercontext.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_fillset.c [1K | |
| CC: common/xtensa_usestack.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_nandset.c [1K | |
| CC: signal/sig_andset.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_orset.c [1K | |
| CC: common/xtensa_tcbinfo.c [1K | |
| [1K | |
| CC: common/xtensa_schedsigaction.c [1K | |
| [1K | |
| CC: common/xtensa_sigdeliver.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_xorset.c [1K | |
| CC: common/xtensa_fpucmp.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_isemptyset.c [1K | |
| CC: common/xtensa_debug.c [1K | |
| CC: common/xtensa_tls.c [1K | |
| [1K | |
| CC: signal/sig_killpg.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_altstack.c [1K | |
| [1K | |
| CC: signal/sig_hold.c [1K | |
| [1K | |
| CC: signal/sig_ismember.c [1K | |
| [1K | |
| CC: signal/sig_pause.c [1K | |
| CC: signal/sig_psignal.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_raise.c [1K | |
| CC: signal/sig_relse.c [1K | |
| [1K | |
| CC: signal/sig_wait.c [1K | |
| [1K | |
| CC: signal/sig_ignore.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_interrupt.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_set.c [1K | |
| CC: signal/sig_signal.c [1K | |
| CC: spawn/lib_psfa_addaction.c [1K | |
| CC: spawn/lib_psfa_addclose.c [1K | |
| [1K | |
| [1K | |
| CC: spawn/lib_psfa_adddup2.c [1K | |
| CC: spawn/lib_psfa_addopen.c [1K | |
| [1K | |
| [1K | |
| CC: spawn/lib_psfa_destroy.c [1K | |
| CC: spawn/lib_psfa_init.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: spawn/lib_psa_getflags.c [1K | |
| [1K | |
| CC: spawn/lib_psa_getschedparam.c [1K | |
| CC: spawn/lib_psa_getschedpolicy.c [1K | |
| CC: spawn/lib_psa_init.c [1K | |
| [1K | |
| CC: spawn/lib_psa_setflags.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: spawn/lib_psa_setschedparam.c [1K | |
| CC: spawn/lib_psa_setschedpolicy.c [1K | |
| CC: spawn/lib_psa_getsigmask.c [1K | |
| [1K | |
| CC: spawn/lib_psa_setsigmask.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: spawn/lib_psa_getstacksize.c [1K | |
| [1K | |
| [1K | |
| CC: spawn/lib_psa_setstacksize.c [1K | |
| CC: spawn/lib_psa_destroy.c [1K | |
| CC: spawn/lib_psa_getpriority.c [1K | |
| CC: spawn/lib_psa_setpriority.c [1K | |
| [1K | |
| CC: spawn/lib_psa_getstackaddr.c [1K | |
| CC: spawn/lib_psa_setstackaddr.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_fileno.c [1K | |
| CC: stdio/lib_printf.c [1K | |
| [1K | |
| CC: stdio/lib_sprintf.c [1K | |
| CC: stdio/lib_asprintf.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_snprintf.c [1K | |
| CC: stdio/lib_vsprintf.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_vasprintf.c [1K | |
| [1K | |
| CC: stdio/lib_vsnprintf.c [1K | |
| CC: stdio/lib_dprintf.c [1K | |
| CC: stdio/lib_vdprintf.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_vprintf.c [1K | |
| CC: stdio/lib_perror.c [1K | |
| [1K | |
| CC: stdio/lib_putchar.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_getchar.c [1K | |
| [1K | |
| CC: stdio/lib_puts.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_gets_s.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_gets.c [1K | |
| CC: stdio/lib_libdgets.c [1K | |
| CC: stdio/lib_sscanf.c [1K | |
| CC: stdio/lib_vsscanf.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_remove.c [1K | |
| CC: stdio/lib_tempnam.c [1K | |
| CC: stdio/lib_tmpnam.c [1K | |
| CC: stdio/lib_renameat.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_putwchar.c [1K | |
| [1K | |
| CC: stdio/lib_fopen.c [1K | |
| CC: stdio/lib_freopen.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_fclose.c [1K | |
| CC: stdio/lib_fread.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_libfread_unlocked.c [1K | |
| [1K | |
| CC: stdio/lib_fseek.c [1K | |
| CC: stdio/lib_fseeko.c [1K | |
| [1K | |
| CC: stdio/lib_ftell.c [1K | |
| [1K | |
| CC: stdio/lib_ftello.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_fsetpos.c [1K | |
| CC: stdio/lib_getdelim.c [1K | |
| [1K | |
| CC: stdio/lib_fgetpos.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_getc.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_fgetc.c [1K | |
| CC: stdio/lib_fgets.c [1K | |
| CC: stdio/lib_libfgets.c [1K | |
| CC: stdio/lib_fwrite.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_libfwrite.c [1K | |
| CC: stdio/lib_fflush.c [1K | |
| [1K | |
| CC: stdio/lib_libflushall.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_rdflush_unlocked.c [1K | |
| [1K | |
| CC: stdio/lib_wrflush_unlocked.c [1K | |
| CC: stdio/lib_libfflush.c [1K | |
| CC: stdio/lib_putc.c [1K | |
| CC: stdio/lib_fputc.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_fputs.c [1K | |
| [1K | |
| CC: stdio/lib_ungetc.c [1K | |
| [1K | |
| CC: stdio/lib_fprintf.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_vfprintf.c [1K | |
| CC: stdio/lib_feof.c [1K | |
| CC: stdio/lib_ferror.c [1K | |
| [1K | |
| CC: stdio/lib_rewind.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_clearerr.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_scanf.c [1K | |
| [1K | |
| CC: stdio/lib_vscanf.c [1K | |
| CC: stdio/lib_fscanf.c [1K | |
| CC: stdio/lib_vfscanf.c [1K | |
| CC: stdio/lib_tmpfile.c [1K | |
| [1K | |
| CC: stdio/lib_setbuf.c [1K | |
| CC: stdio/lib_setvbuf.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_libfilelock.c [1K | |
| [1K | |
| CC: stdio/lib_libgetstreams.c [1K | |
| CC: stdio/lib_setbuffer.c [1K | |
| CC: stdio/lib_fputwc.c [1K | |
| [1K | |
| CC: stdio/lib_putwc.c [1K | |
| [1K | |
| CC: stdio/lib_fputws.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_fopencookie.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_fmemopen.c [1K | |
| [1K | |
| CC: stdio/lib_open_memstream.c [1K | |
| CC: stdio/lib_fgetwc.c [1K | |
| [1K | |
| CC: stdio/lib_getwc.c [1K | |
| CC: stdio/lib_ungetwc.c [1K | |
| [1K | |
| CC: stdlib/lib_abs.c [1K | |
| [1K | |
| [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 | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_lldiv.c [1K | |
| CC: stdlib/lib_exit.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_itoa.c [1K | |
| CC: stdlib/lib_labs.c [1K | |
| CC: stdlib/lib_llabs.c [1K | |
| CC: stdlib/lib_realpath.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_bsearch.c [1K | |
| CC: stdlib/lib_rand.c [1K | |
| CC: stdlib/lib_rand48.c [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_qsort.c [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_srand.c [1K | |
| CC: stdlib/lib_strtol.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_strtoll.c [1K | |
| [1K | |
| CC: stdlib/lib_strtoul.c [1K | |
| CC: stdlib/lib_strtoull.c [1K | |
| [1K | |
| CC: stdlib/lib_checkbase.c [1K | |
| [1K | |
| CC: stdlib/lib_mktemp.c [1K | |
| CC: stdlib/lib_mkstemp.c [1K | |
| CC: stdlib/lib_mkdtemp.c [1K | |
| IN: arch/xtensa/src/libarch.a -> staging/libarch.a [1K | |
| CC: stdlib/lib_aligned_alloc.c [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_posix_memalign.c [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_valloc.c [1K | |
| CC: stdlib/lib_mblen.c [1K | |
| CC: stdlib/lib_mbtowc.c [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_wctomb.c [1K | |
| CC: stdlib/lib_mbstowcs.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_wcstombs.c [1K | |
| CC: stdlib/lib_atexit.c [1K | |
| CC: stdlib/lib_reallocarray.c [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_arc4random.c [1K | |
| CC: stdlib/lib_strtold.c [1K | |
| [1K | |
| CC: stream/lib_meminstream.c [1K | |
| [1K | |
| CC: stream/lib_memoutstream.c [1K | |
| [1K | |
| CC: stream/lib_memsistream.c [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_memsostream.c [1K | |
| CC: stream/lib_lowoutstream.c [1K | |
| [1K | |
| CC: stream/lib_rawinstream.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_rawoutstream.c [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_rawsistream.c [1K | |
| [1K | |
| CC: stream/lib_rawsostream.c [1K | |
| [1K | |
| CC: stream/lib_zeroinstream.c [1K | |
| CC: stream/lib_nullinstream.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_nulloutstream.c [1K | |
| CC: stream/lib_mtdoutstream.c [1K | |
| [1K | |
| CC: stream/lib_libnoflush.c [1K | |
| CC: stream/lib_libsnoflush.c [1K | |
| CC: stream/lib_syslogstream.c [1K | |
| [1K | |
| CC: stream/lib_syslograwstream.c [1K | |
| CC: stream/lib_bufferedoutstream.c [1K | |
| CC: stream/lib_hexdumpstream.c [1K | |
| [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 | |
| CC: stream/lib_libbsprintf.c [1K | |
| [1K | |
| CC: stream/lib_libvscanf.c [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_libvsprintf.c [1K | |
| CC: stream/lib_ultoa_invert.c [1K | |
| [1K | |
| CC: stream/lib_dtoa_engine.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_dtoa_data.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_stdinstream.c [1K | |
| CC: stream/lib_stdoutstream.c [1K | |
| CC: stream/lib_stdsistream.c [1K | |
| CC: stream/lib_stdsostream.c [1K | |
| CC: stream/lib_blkoutstream.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_ffs.c [1K | |
| [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 | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: string/lib_isbasedigit.c [1K | |
| CC: string/lib_memmem.c [1K | |
| CC: string/lib_popcount.c [1K | |
| CC: string/lib_popcountl.c [1K | |
| CC: string/lib_popcountll.c [1K | |
| CC: string/lib_skipspace.c [1K | |
| CC: string/lib_strcasecmp.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strcspn.c [1K | |
| CC: string/lib_strdup.c [1K | |
| CC: string/lib_strerror.c [1K | |
| CC: string/lib_strncasecmp.c [1K | |
| CC: string/lib_strncat.c [1K | |
| CC: string/lib_strndup.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strcasestr.c [1K | |
| CC: string/lib_strpbrk.c [1K | |
| CC: string/lib_strspn.c [1K | |
| CC: string/lib_strstr.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strtok.c [1K | |
| CC: string/lib_strtokr.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strsep.c [1K | |
| CC: string/lib_strerrorr.c [1K | |
| CC: string/lib_explicit_bzero.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strsignal.c [1K | |
| [1K | |
| CC: string/lib_index.c [1K | |
| CC: string/lib_rindex.c [1K | |
| [1K | |
| CC: string/lib_timingsafe_bcmp.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strverscmp.c [1K | |
| [1K | |
| CC: string/lib_mempcpy.c [1K | |
| CC: string/lib_rawmemchr.c [1K | |
| [1K | |
| CC: string/lib_memmove.c [1K | |
| [1K | |
| CC: string/lib_strlcat.c [1K | |
| [1K | |
| CC: string/lib_strlcpy.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strnlen.c [1K | |
| [1K | |
| CC: string/lib_memcpy.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_memccpy.c [1K | |
| CC: string/lib_memcmp.c [1K | |
| [1K | |
| CC: string/lib_memrchr.c [1K | |
| [1K | |
| CC: string/lib_stpncpy.c [1K | |
| CC: string/lib_strchr.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strcmp.c [1K | |
| CC: string/lib_strlen.c [1K | |
| CC: string/lib_strncpy.c [1K | |
| CC: string/lib_memchr.c [1K | |
| [1K | |
| CC: string/lib_stpcpy.c [1K | |
| CC: string/lib_strcat.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strchrnul.c [1K | |
| CC: string/lib_strcpy.c [1K | |
| CC: string/lib_strncmp.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strrchr.c [1K | |
| CC: string/lib_memset.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: symtab/symtab_findbyname.c [1K | |
| CC: symtab/symtab_findbyvalue.c [1K | |
| [1K | |
| CC: symtab/symtab_sortbyname.c [1K | |
| [1K | |
| CC: syslog/lib_syslog.c [1K | |
| CC: syslog/lib_setlogmask.c [1K | |
| [1K | |
| CC: termios/lib_cfspeed.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: termios/lib_cfmakeraw.c [1K | |
| CC: termios/lib_isatty.c [1K | |
| CC: termios/lib_tcflush.c [1K | |
| [1K | |
| [1K | |
| CC: termios/lib_tcdrain.c [1K | |
| [1K | |
| [1K | |
| CC: termios/lib_tcflow.c [1K | |
| CC: termios/lib_tcgetattr.c [1K | |
| [1K | |
| CC: termios/lib_tcsetattr.c [1K | |
| [1K | |
| CC: termios/lib_tcsendbreak.c [1K | |
| CC: termios/lib_ttyname.c [1K | |
| [1K | |
| CC: termios/lib_ttynamer.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: time/lib_strftime.c [1K | |
| CC: time/lib_calendar2utc.c [1K | |
| [1K | |
| [1K | |
| CC: time/lib_daysbeforemonth.c [1K | |
| CC: time/lib_gettimeofday.c [1K | |
| [1K | |
| CC: time/lib_isleapyear.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: time/lib_settimeofday.c [1K | |
| [1K | |
| [1K | |
| CC: time/lib_time.c [1K | |
| CC: time/lib_timespec_get.c [1K | |
| [1K | |
| CC: time/lib_nanosleep.c [1K | |
| [1K | |
| [1K | |
| CC: time/lib_difftime.c [1K | |
| [1K | |
| CC: time/lib_dayofweek.c [1K | |
| CC: time/lib_asctime.c [1K | |
| CC: time/lib_asctimer.c [1K | |
| CC: time/lib_ctime.c [1K | |
| [1K | |
| CC: time/lib_ctimer.c [1K | |
| CC: time/lib_gethrtime.c [1K | |
| [1K | |
| [1K | |
| CC: time/lib_timegm.c [1K | |
| [1K | |
| CC: time/lib_gmtime.c [1K | |
| [1K | |
| [1K | |
| CC: time/lib_gmtimer.c [1K | |
| CC: tls/task_getinfo.c [1K | |
| [1K | |
| CC: tls/tls_getinfo.c [1K | |
| [1K | |
| [1K | |
| CC: uio/lib_preadv.c [1K | |
| CC: uio/lib_pwritev.c [1K | |
| [1K | |
| CC: unistd/lib_access.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_daemon.c [1K | |
| CC: unistd/lib_swab.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_pathconf.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_sysconf.c [1K | |
| [1K | |
| CC: unistd/lib_getcwd.c [1K | |
| [1K | |
| CC: unistd/lib_getentropy.c [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 | |
| [1K | |
| [1K | |
| CC: unistd/lib_getoptvars.c [1K | |
| CC: unistd/lib_getoptargp.c [1K | |
| [1K | |
| CC: unistd/lib_getopterrp.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_getoptindp.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_getoptoptp.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_times.c [1K | |
| [1K | |
| CC: unistd/lib_alarm.c [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 | |
| [1K | |
| CC: unistd/lib_setreuid.c [1K | |
| [1K | |
| CC: unistd/lib_setregid.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_getrusage.c [1K | |
| CC: unistd/lib_utime.c [1K | |
| [1K | |
| CC: unistd/lib_utimes.c [1K | |
| CC: unistd/lib_setrlimit.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_getrlimit.c [1K | |
| [1K | |
| CC: unistd/lib_setpriority.c [1K | |
| CC: unistd/lib_getpriority.c [1K | |
| CC: unistd/lib_futimes.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_lutimes.c [1K | |
| [1K | |
| CC: unistd/lib_gethostname.c [1K | |
| [1K | |
| CC: unistd/lib_sethostname.c [1K | |
| [1K | |
| CC: unistd/lib_fchownat.c [1K | |
| CC: unistd/lib_linkat.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_readlinkat.c [1K | |
| [1K | |
| CC: unistd/lib_symlinkat.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_unlinkat.c [1K | |
| CC: unistd/lib_usleep.c [1K | |
| CC: unistd/lib_getpgrp.c [1K | |
| [1K | |
| CC: unistd/lib_getpgid.c [1K | |
| CC: unistd/lib_lockf.c [1K | |
| CC: unistd/lib_flock.c [1K | |
| CC: unistd/lib_getpass.c [1K | |
| CC: unistd/lib_chdir.c [1K | |
| [1K | |
| CC: unistd/lib_fchdir.c [1K | |
| [1K | |
| CC: unistd/lib_confstr.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_ulimit.c [1K | |
| CC: unistd/lib_setuid.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_setgid.c [1K | |
| CC: unistd/lib_getuid.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_getgid.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_seteuid.c [1K | |
| [1K | |
| CC: unistd/lib_setegid.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_geteuid.c [1K | |
| CC: unistd/lib_getegid.c [1K | |
| CC: unistd/lib_restoredir.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_truncate.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_posix_fallocate.c [1K | |
| CC: uuid/lib_uuid_compare.c [1K | |
| CC: uuid/lib_uuid_create.c [1K | |
| CC: uuid/lib_uuid_create_nil.c [1K | |
| CC: uuid/lib_uuid_equal.c [1K | |
| CC: uuid/lib_uuid_from_string.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: uuid/lib_uuid_hash.c [1K | |
| CC: uuid/lib_uuid_is_nil.c [1K | |
| [1K | |
| CC: uuid/lib_uuid_stream.c [1K | |
| [1K | |
| [1K | |
| CC: uuid/lib_uuid_to_string.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcscmp.c [1K | |
| [1K | |
| CC: wchar/lib_wcslen.c [1K | |
| CC: wchar/lib_wmemchr.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wmemcmp.c [1K | |
| CC: wchar/lib_wmemcpy.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wmemmove.c [1K | |
| [1K | |
| CC: wchar/lib_wmemset.c [1K | |
| CC: wchar/lib_btowc.c [1K | |
| CC: wchar/lib_mbrtowc.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wctob.c [1K | |
| [1K | |
| CC: wchar/lib_wcslcpy.c [1K | |
| [1K | |
| CC: wchar/lib_wcsxfrm.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcrtomb.c [1K | |
| [1K | |
| CC: wchar/lib_wcsftime.c [1K | |
| CC: wchar/lib_wcscoll.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcstol.c [1K | |
| CC: wchar/lib_wcstoll.c [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 | |
| CC: wchar/lib_wcstod.c [1K | |
| [1K | |
| CC: wchar/lib_swprintf.c [1K | |
| [1K | |
| CC: wchar/lib_mbsnrtowcs.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcsnrtombs.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_mbsinit.c [1K | |
| [1K | |
| CC: wchar/lib_mbrlen.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_mbsrtowcs.c [1K | |
| CC: wchar/lib_wcsrtombs.c [1K | |
| [1K | |
| CC: wchar/lib_wcscpy.c [1K | |
| [1K | |
| CC: wchar/lib_wcscat.c [1K | |
| CC: wchar/lib_wcslcat.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcsncat.c [1K | |
| CC: wchar/lib_wcsrchr.c [1K | |
| [1K | |
| CC: wchar/lib_wcschr.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcsncpy.c [1K | |
| [1K | |
| CC: wchar/lib_wcsncmp.c [1K | |
| [1K | |
| CC: wchar/lib_wcscspn.c [1K | |
| CC: wchar/lib_wcspbrk.c [1K | |
| CC: wchar/lib_wcsspn.c [1K | |
| CC: wchar/lib_wcsstr.c [1K | |
| CC: wchar/lib_wcstok.c [1K | |
| CC: wchar/lib_wcswcs.c [1K | |
| CC: wchar/lib_wcwidth.c [1K | |
| CC: wchar/lib_wcswidth.c [1K | |
| [1K | |
| CC: wctype/lib_wctype.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: wctype/lib_iswctype.c [1K | |
| CC: wctype/lib_towlower.c [1K | |
| [1K | |
| CC: wctype/lib_towupper.c [1K | |
| CC: limits_check.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| IN: libs/libc/libc.a -> staging/libc.a [1K | |
| [1K | |
| AS: common/xtensa_vectors.S [1K | |
| AS: common/xtensa_int_handlers.S [1K | |
| AS: common/xtensa_user_handler.S [1K | |
| AS: common/xtensa_window_vector.S [1K | |
| AS: common/xtensa_windowspill.S [1K | |
| CC: chip/esp32s3_start.c [1K | |
| CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_peripherals.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_peripherals.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_rom_aliases.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_rom_aliases.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.version.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.version.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/flat_memory.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/flat_memory.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_sections.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_sections.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_hal_wdt/esp32s3/rom.wdt.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_hal_wdt/esp32s3/rom.wdt.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/soc/esp32s3/ld/esp32s3.peripherals.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/soc/esp32s3/ld/esp32s3.peripherals.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.api.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.api.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libc.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libc.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: 238866 B 4194272 B 5.70% | |
| iram0_0_seg: 33536 B 304 KB 10.77% | |
| irom0_0_seg: 193852 B 4194272 B 4.62% | |
| dram0_0_seg: 34844 B 288 KB 11.82% | |
| drom0_0_seg: 304366 B 4194272 B 7.26% | |
| rtc_iram_seg: 0 B 8168 B 0.00% | |
| rtc_data_seg: 0 B 8168 B 0.00% | |
| rtc_reserved_seg: 24 B 24 B 100.00% | |
| rtc_slow_seg: 36 B 8 KB 0.44% | |
| CP: nuttx.hex | |
| MKIMAGE: ESP32-S3 binary | |
| esptool.py -c esp32s3 elf2image --ram-only-header -fs 4MB -fm dio -ff "40m" -o nuttx.bin nuttx | |
| Warning: DEPRECATED: 'esptool.py' is deprecated. Please use 'esptool' instead. The '.py' suffix will be removed in a future major release. | |
| esptool v5.3.1 | |
| Creating ESP32-S3 image... | |
| Image has only RAM segments visible. ROM segments are hidden and SHA256 digest is not appended. | |
| Merged 1 ELF section. | |
| Successfully created ESP32-S3 image. | |
| Generated: nuttx.bin | |
| 6,50s real 41,72s user 1m2,94s sys | |
| + /usr/bin/time -h gmake flash -j24 CROSSDEV=xtensa-esp32s3-elf- | |
| [1K | |
| CC: misc/lib_utsname.c [1K | |
| [1K | |
| IN: libs/libc/libc.a -> staging/libc.a [1K | |
| LD: nuttx | |
| Memory region Used Size Region Size %age Used | |
| ROM: 238866 B 4194272 B 5.70% | |
| iram0_0_seg: 33536 B 304 KB 10.77% | |
| irom0_0_seg: 193852 B 4194272 B 4.62% | |
| dram0_0_seg: 34844 B 288 KB 11.82% | |
| drom0_0_seg: 304366 B 4194272 B 7.26% | |
| rtc_iram_seg: 0 B 8168 B 0.00% | |
| rtc_data_seg: 0 B 8168 B 0.00% | |
| rtc_reserved_seg: 24 B 24 B 100.00% | |
| rtc_slow_seg: 36 B 8 KB 0.44% | |
| CP: nuttx.hex | |
| MKIMAGE: ESP32-S3 binary | |
| esptool.py -c esp32s3 elf2image --ram-only-header -fs 4MB -fm dio -ff "40m" -o nuttx.bin nuttx | |
| Warning: DEPRECATED: 'esptool.py' is deprecated. Please use 'esptool' instead. The '.py' suffix will be removed in a future major release. | |
| esptool v5.3.1 | |
| Creating ESP32-S3 image... | |
| Image has only RAM segments visible. ROM segments are hidden and SHA256 digest is not appended. | |
| Merged 1 ELF section. | |
| Successfully created ESP32-S3 image. | |
| Generated: nuttx.bin | |
| Warning: DEPRECATED: 'esptool.py' is deprecated. Please use 'esptool' instead. The '.py' suffix will be removed in a future major release. | |
| Warning: Deprecated: Command 'write_flash' is deprecated. Use 'write-flash' instead. | |
| esptool v5.3.1 | |
| Serial port /dev/cuaU0: | |
| Connecting.... | |
| Connected to ESP32-S3 on /dev/cuaU0: | |
| Chip type: ESP32-S3 (QFN56) (revision v0.2) | |
| Features: Wi-Fi, BT 5 (LE), Dual Core + LP Core, 240MHz, Embedded PSRAM 8MB (AP_3v3) | |
| Crystal frequency: 40MHz | |
| MAC: 24:ec:4a:03:47:0c | |
| Uploading stub flasher... | |
| Running stub flasher... | |
| Stub flasher running. | |
| Configuring flash size... | |
| Auto-detected flash size: 8MB | |
| Flash parameters set to 0x0230. | |
| Flash will be erased from 0x00000000 to 0x0003afff... | |
| Compressed 238864 bytes to 121053... | |
| Writing at 0x00000000 [ ] 0.0% 0/121053 bytes... | |
| Writing at 0x0000704b [===> ] 13.5% 16384/121053 bytes... | |
| Writing at 0x0001402a [=======> ] 27.1% 32768/121053 bytes... | |
| Writing at 0x00019c55 [===========> ] 40.6% 49152/121053 bytes... | |
| Writing at 0x0001f9be [===============> ] 54.1% 65536/121053 bytes... | |
| Writing at 0x00025886 [===================> ] 67.7% 81920/121053 bytes... | |
| Writing at 0x0002bad0 [=======================> ] 81.2% 98304/121053 bytes... | |
| Writing at 0x0003461e [===========================> ] 94.7% 114688/121053 bytes... | |
| Writing at 0x0003a510 [==============================] 100.0% 121053/121053 bytes... | |
| Wrote 238864 bytes (121053 compressed) at 0x00000000 in 10.9 seconds (175.2 kbit/s). | |
| Verifying written data... | |
| Hash of data verified. | |
| Hard resetting via RTS pin... | |
| 14,57s real 1,43s user 0,40s sys | |
| + cu -l /dev/cuaU0 -s 115200 | |
| Connected | |
| nsh> [Kuname -a | |
| NuttX 13.0.0 f5291a8df1 Jul 9 2026 00:27:16 xtensa esp32s3-devkit | |
| nsh> [Khelp | |
| help usage: help [-v] [<cmd>] | |
| . cp expr mount kill uname | |
| [ cmp false mv pkill umount | |
| ? dirname fdinfo pidof sleep unset | |
| alias df free printf usleep uptime | |
| unalias dmesg help ps source watch | |
| basename echo hexdump pwd test xd | |
| break env ls rm time wait | |
| cat exec mkdir rmdir true | |
| cd exit mkrd set truncate | |
| Builtin Apps: | |
| dd nsh ostest sh | |
| nsh> [Kfree | |
| total used free maxused maxfree nused nfree name | |
| 386576 6880 379696 7672 379272 28 2 Umem | |
| nsh> [Kostest | |
| stdio_test: write fd=1 | |
| stdio_test: Standard I/O Check: printf | |
| stdio_test: write fd=2 | |
| stdio_test: Standard I/O Check: fprintf to stderr | |
| ostest_main: putenv(Variable1=BadValue3) | |
| ostest_main: setenv(Variable1, GoodValue1, TRUE) | |
| ostest_main: setenv(Variable2, BadValue1, FALSE) | |
| ostest_main: setenv(Variable2, GoodValue2, TRUE) | |
| ostest_main: setenv(Variable3, GoodValue3, FALSE) | |
| ostest_main: setenv(Variable3, BadValue2, FALSE) | |
| show_variable: Variable=Variable1 has value=GoodValue1 | |
| show_variable: Variable=Variable2 has value=GoodValue2 | |
| show_variable: Variable=Variable3 has value=GoodValue3 | |
| ostest_main: Started user_main at PID=4 | |
| user_main: Begin argument test | |
| user_main: Started with argc=5 | |
| user_main: argv[0]="ostest" | |
| 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 5e610 5e610 | |
| ordblks 2 2 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 46f8 46f8 | |
| fordblks 59f18 59f18 | |
| 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 5e610 5e610 | |
| ordblks 2 2 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 46f8 46f8 | |
| fordblks 59f18 59f18 | |
| user_main: libc tests | |
| End of test memory usage: | |
| VARIABLE BEFORE AFTER | |
| ======== ======== ======== | |
| arena 5e610 5e610 | |
| ordblks 2 2 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 46f8 46f8 | |
| fordblks 59f18 59f18 | |
| 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 5e610 5e610 | |
| ordblks 2 3 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 46f8 46d8 | |
| fordblks 59f18 59f38 | |
| 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 5e610 5e610 | |
| ordblks 3 2 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 46d8 4660 | |
| fordblks 59f38 59fb0 | |
| user_main: sched_thread_local test | |
| sched_thread_local_test: g_tls_int value is: 6 | |
| sched_thread_local_test: Starting waiter thread 0 | |
| sched_thread_local_test: Starting waiter thread 1 | |
| sched_thread_local_test: Starting waiter thread 2 | |
| thread_func[2]: Thread Started | |
| thread_func[2]: g_tls_short (at 0x0x3fc96154) initial value = 6 | |
| thread_func[2]: g_tls_int (at 0x0x3fc96150) initial value = 6 | |
| thread_func[2]: g_tls_lld (at 0x0x3fc96148) initial value = -6 | |
| thread_func[2]: setting value_short (at 0x0x3fc96154) to 8 | |
| thread_func[2]: setting value_int (at 0x0x3fc96150) to 8 | |
| thread_func[2]: setting value_lld (at 0x0x3fc96148) to -8 | |
| thread_func[2]: Thread done | |
| thread_func[0]: Thread Started | |
| thread_func[0]: g_tls_short (at 0x0x3fc94f94) initial value = 6 | |
| thread_func[0]: g_tls_int (at 0x0x3fc94f90) initial value = 6 | |
| thread_func[0]: g_tls_lld (at 0x0x3fc94f88) initial value = -6 | |
| thread_func[0]: setting value_short (at 0x0x3fc94f94) to 6 | |
| thread_func[0]: setting value_int (at 0x0x3fc94f90) to 6 | |
| thread_func[0]: setting value_lld (at 0x0x3fc94f88) to -6 | |
| thread_func[0]: Thread done | |
| thread_func[1]: Thread Started | |
| thread_func[1]: g_tls_short (at 0x0x3fc95874) initial value = 6 | |
| thread_func[1]: g_tls_int (at 0x0x3fc95870) initial value = 6 | |
| thread_func[1]: g_tls_lld (at 0x0x3fc95868) initial value = -6 | |
| thread_func[1]: setting value_short (at 0x0x3fc95874) to 7 | |
| thread_func[1]: setting value_int (at 0x0x3fc95870) to 7 | |
| thread_func[1]: setting value_lld (at 0x0x3fc95868) to -7 | |
| thread_func[1]: Thread done | |
| sched_thread_local_test: g_tls_variables[thread_0][g_tls_short] = 6 | |
| sched_thread_local_test: g_tls_variables[thread_0][g_tls_int] = 6 | |
| sched_thread_local_test: g_tls_variables[thread_0][g_tls_lld] = -6 | |
| sched_thread_local_test: g_tls_variables[thread_1][g_tls_short] = 7 | |
| sched_thread_local_test: g_tls_variables[thread_1][g_tls_int] = 7 | |
| sched_thread_local_test: g_tls_variables[thread_1][g_tls_lld] = -7 | |
| sched_thread_local_test: g_tls_variables[thread_2][g_tls_short] = 8 | |
| sched_thread_local_test: g_tls_variables[thread_2][g_tls_int] = 8 | |
| sched_thread_local_test: g_tls_variables[thread_2][g_tls_lld] = -8 | |
| End of test memory usage: | |
| VARIABLE BEFORE AFTER | |
| ======== ======== ======== | |
| arena 5e610 5e610 | |
| ordblks 2 2 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 4660 4660 | |
| fordblks 59fb0 59fb0 | |
| 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 5e610 5e610 | |
| ordblks 2 2 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 4660 4660 | |
| fordblks 59fb0 59fb0 | |
| 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 5e610 5e610 | |
| ordblks 2 2 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 4660 4660 | |
| fordblks 59fb0 59fb0 | |
| user_main: FPU test | |
| Starting task FPU#1 | |
| fpu_test: Started task FPU#1 at PID=8 | |
| FPU#1: pass 1 | |
| Starting task FPU#2 | |
| fpu_test: Started task FPU#2 at PID=9 | |
| FPU#2: pass 1 | |
| FPU#1: pass 2 | |
| FPU#2: pass 2 | |
| FPU#1: pass 3 | |
| FPU#2: pass 3 | |
| FPU#1: pass 4 | |
| FPU#2: pass 4 | |
| FPU#1: pass 5 | |
| FPU#2: pass 5 | |
| FPU#1: pass 6 | |
| FPU#2: pass 6 | |
| FPU#1: pass 7 | |
| FPU#2: pass 7 | |
| FPU#1: pass 8 | |
| FPU#2: pass 8 | |
| FPU#1: pass 9 | |
| FPU#2: pass 9 | |
| FPU#1: pass 10 | |
| FPU#2: pass 10 | |
| FPU#1: pass 11 | |
| FPU#2: pass 11 | |
| FPU#1: pass 12 | |
| FPU#2: pass 12 | |
| FPU#1: pass 13 | |
| FPU#2: pass 13 | |
| FPU#1: pass 14 | |
| FPU#2: pass 14 | |
| FPU#1: pass 15 | |
| FPU#2: pass 15 | |
| FPU#1: pass 16 | |
| FPU#2: pass 16 | |
| FPU#1: Succeeded | |
| FPU#2: Succeeded | |
| fpu_test: Returning | |
| End of test memory usage: | |
| VARIABLE BEFORE AFTER | |
| ======== ======== ======== | |
| arena 5e610 5e610 | |
| ordblks 2 2 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 4660 4660 | |
| fordblks 59fb0 59fb0 | |
| user_main: task_restart test | |
| Test task_restart() | |
| restart_main: setenv(VarName, VarValue, TRUE) | |
| restart_main: Started restart_main at PID=10 | |
| restart_main: Started with argc=4 | |
| restart_main: argv[0]="ostest" | |
| restart_main: argv[1]="This is argument 1" | |
| restart_main: argv[2]="Argument 2 here" | |
| restart_main: argv[3]="Lastly, the 3rd argument" | |
| restart_main: Variable=VarName has value=VarValue | |
| restart_main: I am still here | |
| restart_main: I am still here | |
| restart_main: Started restart_main at PID=10 | |
| restart_main: Started with argc=4 | |
| restart_main: argv[0]="ostest" | |
| restart_main: argv[1]="This is argument 1" | |
| restart_main: argv[2]="Argument 2 here" | |
| restart_main: argv[3]="Lastly, the 3rd argument" | |
| restart_main: Variable=VarName has value=VarValue | |
| restart_main: Started with argc=4 | |
| restart_main: argv[0]="ostest" | |
| restart_main: argv[1]="This is argument 1" | |
| restart_main: argv[2]="Argument 2 here" | |
| restart_main: argv[3]="Lastly, the 3rd argument" | |
| restart_main: Variable=VarName has value=VarValue | |
| restart_main: Exiting | |
| End of test memory usage: | |
| VARIABLE BEFORE AFTER | |
| ======== ======== ======== | |
| arena 5e610 5e610 | |
| ordblks 2 2 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 4660 4698 | |
| fordblks 59fb0 59f78 | |
| user_main: waitpid test | |
| Test waitpid() | |
| waitpid_start_child: Started waitpid_main at PID=11 | |
| waitpid_start_child: Started waitpid_main at PID=12 | |
| waitpid_start_child: Started waitpid_main at PID=13 | |
| waitpid_test: Waiting for PID=11 with waitpid() | |
| waitpid_main: PID 11 Started | |
| waitpid_main: PID 12 Started | |
| waitpid_main: PID 13 Started | |
| waitpid_main: PID 11 exitting with result=14 | |
| waitpid_main: PID 12 exitting with result=14 | |
| waitpid_main: PID 13 exitting with result=14 | |
| waitpid_test: PID 11 waitpid succeeded with stat_loc=0e00 | |
| waitpid_last: Waiting for PID=13 with waitpid() | |
| waitpid_last: PASS: PID 13 waitpid failed with ECHILD. That may be | |
| acceptable because child status is disabled on this thread. | |
| End of test memory usage: | |
| VARIABLE BEFORE AFTER | |
| ======== ======== ======== | |
| arena 5e610 5e610 | |
| ordblks 2 2 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 4698 4698 | |
| fordblks 59f78 59f78 | |
| user_main: mutex test | |
| Initializing mutex | |
| Starting thread 1 | |
| Starting thread 2 | |
| Thread1 Thread2 | |
| Loops 32 32 | |
| Errors 0 0 | |
| Testing moved mutex | |
| Starting moved mutex thread 1 | |
| Starting moved mutex thread 2 | |
| Thread1 Thread2 | |
| Moved Loops 32 32 | |
| Moved Errors 0 0 | |
| End of test memory usage: | |
| VARIABLE BEFORE AFTER | |
| ======== ======== ======== | |
| arena 5e610 5e610 | |
| ordblks 2 2 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 4698 4698 | |
| fordblks 59f78 59f78 | |
| 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 5e610 5e610 | |
| ordblks 2 2 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 4698 4698 | |
| fordblks 59f78 59f78 | |
| 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=0xffffffff | |
| 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=0xffffffff | |
| 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 5e610 5e610 | |
| ordblks 2 2 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 4698 4698 | |
| fordblks 59f78 59f78 | |
| 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 5e610 5e610 | |
| ordblks 2 2 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 4698 4698 | |
| fordblks 59f78 59f78 | |
| 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 5e610 5e610 | |
| ordblks 2 2 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 4698 4698 | |
| fordblks 59f78 59f78 | |
| 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: (1323129683 sec, 480000000 nsec) | |
| AFTER: (1323129685 sec, 480000000 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: (1323129685 sec, 490000000 nsec) | |
| AFTER: (1323129686 sec, 510000000 nsec) | |
| End of test memory usage: | |
| VARIABLE BEFORE AFTER | |
| ======== ======== ======== | |
| arena 5e610 5e610 | |
| ordblks 2 2 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 4698 4698 | |
| fordblks 59f78 59f78 | |
| 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 5e610 5e610 | |
| ordblks 2 2 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 4698 4698 | |
| fordblks 59f78 59f78 | |
| user_main: pthread_exit() test | |
| pthread_exit_test: Started pthread_exit_main at PID=37 | |
| pthread_exit_main 37: Starting pthread_exit_thread | |
| pthread_exit_main 37: Sleeping for 5 seconds | |
| pthread_exit_thread 38: Sleeping for 10 second | |
| pthread_exit_main 37: Calling pthread_exit() | |
| pthread_exit_thread 38: Still running... | |
| End of test memory usage: | |
| VARIABLE BEFORE AFTER | |
| ======== ======== ======== | |
| arena 5e610 5e610 | |
| ordblks 2 3 | |
| mxordblk 59ec0 57500 | |
| uordblks 4698 4f78 | |
| fordblks 59f78 59698 | |
| user_main: pthread_rwlock test | |
| pthread_rwlock: Initializing rwlock | |
| pthread_exit_thread 38: Exiting | |
| End of test memory usage: | |
| VARIABLE BEFORE AFTER | |
| ======== ======== ======== | |
| arena 5e610 5e610 | |
| ordblks 3 2 | |
| mxordblk 57500 59ec0 | |
| uordblks 4f78 46a8 | |
| fordblks 59698 59f68 | |
| user_main: pthread_rwlock_cancel test | |
| pthread_rwlock_cancel: Starting test | |
| End of test memory usage: | |
| VARIABLE BEFORE AFTER | |
| ======== ======== ======== | |
| arena 5e610 5e610 | |
| ordblks 2 2 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 46a8 46a8 | |
| fordblks 59f68 59f68 | |
| 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 5e610 5e610 | |
| ordblks 2 2 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 46a8 46a8 | |
| fordblks 59f68 59f68 | |
| 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 5e610 5e610 | |
| ordblks 2 3 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 46a8 4710 | |
| fordblks 59f68 59f00 | |
| user_main: sigprocmask test | |
| sigprocmask_test: SUCCESS | |
| End of test memory usage: | |
| VARIABLE BEFORE AFTER | |
| ======== ======== ======== | |
| arena 5e610 5e610 | |
| ordblks 3 3 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 4710 4710 | |
| fordblks 59f00 59f00 | |
| 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 5e610 5e610 | |
| ordblks 3 3 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 4710 4710 | |
| fordblks 59f00 59f00 | |
| user_main: signal handler test | |
| sighand_test: Initializing semaphore to 0 | |
| sighand_test: Starting waiter task | |
| sighand_test: Started waiter_main pid=54 | |
| 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=54 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 5e610 5e610 | |
| ordblks 3 2 | |
| mxordblk 59ec0 59ec0 | |
| uordblks 4710 4728 | |
| fordblks 59f00 59ee8 | |
| 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=55 | |
| signest_test: Starting interfering task at priority 102 | |
| interfere_main: Waiting on semaphore | |
| signest_test: Started interfere_main pid=56 | |
| signest_test: Simple case: | |
| Total signalled 1240 Odd=620 Even=620 | |
| Total handled 1240 Odd=620 Even=620 | |
| Total nested 0 Odd=0 Even=0 | |
| signest_test: With task locking | |
| Total signalled 2480 Odd=1240 Even=1240 | |
| Total handled 2480 Odd=1240 Even=1240 | |
| Total nested 0 Odd=0 Even=0 | |
| signest_test: With interfering thread | |
| Total signalled 3720 Odd=1860 Even=1860 | |
| Total handled 3720 Odd=1860 Even=1860 | |
| Total nested 0 Odd=0 Even=0 | |
| signest_test: done | |
| End of test memory usage: | |
| VARIABLE BEFORE AFTER | |
| ======== ======== ======== | |
| arena 5e610 5e610 | |
| ordblks 2 5 | |
| mxordblk 59ec0 555b0 | |
| uordblks 4728 4788 | |
| fordblks 59ee8 59e88 | |
| user_main: POSIX timer test | |
| timer_test: Masking signal 32 | |
| timer_test: Creating timer | |
| timer_test: Starting timer | |
| timer_test: Waiting on sigwaitinfo | |
| timer_test: sigwaitinfo() returned signo=32 | |
| timer_expiration: sival_int=42 | |
| timer_expiration: si_code=2 (SI_TIMER) | |
| timer_expiration: g_nsigreceived=1 | |
| timer_test: Waiting on sigwaitinfo | |
| timer_test: sigwaitinfo() returned signo=32 | |
| timer_expiration: sival_int=42 | |
| timer_expiration: si_code=2 (SI_TIMER) | |
| timer_expiration: g_nsigreceived=2 | |
| timer_test: Waiting on sigwaitinfo | |
| timer_test: sigwaitinfo() returned signo=32 | |
| timer_expiration: sival_int=42 | |
| timer_expiration: si_code=2 (SI_TIMER) | |
| timer_expiration: g_nsigreceived=3 | |
| timer_test: Waiting on sigwaitinfo | |
| timer_test: sigwaitinfo() returned signo=32 | |
| timer_expiration: sival_int=42 | |
| timer_expiration: si_code=2 (SI_TIMER) | |
| timer_expiration: g_nsigreceived=4 | |
| timer_test: Waiting on sigwaitinfo | |
| timer_test: sigwaitinfo() returned signo=32 | |
| timer_expiration: sival_int=42 | |
| timer_expiration: si_code=2 (SI_TIMER) | |
| timer_expiration: g_nsigreceived=5 | |
| timer_test: Deleting timer | |
| timer_test: done | |
| End of test memory usage: | |
| VARIABLE BEFORE AFTER | |
| ======== ======== ======== | |
| arena 5e610 5e610 | |
| ordblks 5 5 | |
| mxordblk 555b0 555b0 | |
| uordblks 4788 4788 | |
| fordblks 59e88 59e88 | |
| user_main: spinlock test | |
| Start Lock test: | |
| Thread num: 1, Loop times: 10000000 | |
| Test type: spinlock | |
| spinlock: Test Results: | |
| spinlock: Final counter: 10000000 | |
| spinlock: Average throughput : 15873015 op/s | |
| spinlock: Total execution time: 630000000 ns | |
| Test type: rspinlock | |
| rspinlock: Test Results: | |
| rspinlock: Final counter: 10000000 | |
| rspinlock: Average throughput : 15873015 op/s | |
| rspinlock: Total execution time: 630000000 ns | |
| Test type: seqcount | |
| seqcount: Test Results: | |
| seqcount: Final counter: 10000000 | |
| seqcount: Average throughput : 10869565 op/s | |
| seqcount: Total execution time: 920000000 ns | |
| End of test memory usage: | |
| VARIABLE BEFORE AFTER | |
| ======== ======== ======== | |
| arena 5e610 5e610 | |
| ordblks 5 5 | |
| mxordblk 555b0 555b0 | |
| uordblks 4788 4788 | |
| fordblks 59e88 59e88 | |
| user_main: wdog test | |
| wdog_test start... | |
| wdtest_once 0 ns | |
| wdtest_once 0 ns | |
| wdtest_once 0 ns | |
| wdtest_once 0 ns | |
| wdtest_once 1 ns | |
| wdtest_once 1 ns | |
| wdtest_once 1 ns | |
| wdtest_once 1 ns | |
| wdtest_once 10 ns | |
| wdtest_once 10 ns | |
| wdtest_once 10 ns | |
| wdtest_once 10 ns | |
| wdtest_once 100 ns | |
| wdtest_once 100 ns | |
| wdtest_once 100 ns | |
| wdtest_once 100 ns | |
| wdtest_once 1000 ns | |
| wdtest_once 1000 ns | |
| wdtest_once 1000 ns | |
| wdtest_once 1000 ns | |
| wdtest_once 10000 ns | |
| wdtest_once 10000 ns | |
| wdtest_once 10000 ns | |
| wdtest_once 10000 ns | |
| wdtest_once 100000 ns | |
| wdtest_once 100000 ns | |
| wdtest_once 100000 ns | |
| wdtest_once 100000 ns | |
| wdtest_once 1000000 ns | |
| wdtest_once 1000000 ns | |
| wdtest_once 1000000 ns | |
| wdtest_once 1000000 ns | |
| wd_start with maximum delay, cancel OK, rest 2305843009213693949 | |
| wdtest_recursive 1000000ns | |
| wd_start with maximum delay, cancel OK, rest 2305843009213693949 | |
| wdtest_recursive 1000000ns | |
| wd_start with maximum delay, cancel OK, rest 2305843009213693949 | |
| wdtest_recursive 1000000ns | |
| wd_start with maximum delay, cancel OK, rest 2305843009213693948 | |
| wdtest_recursive 1000000ns | |
| recursive wdog triggered 6 times, elapsed tick 12 | |
| wdtest_recursive 10000000ns | |
| recursive wdog triggered 6 times, elapsed tick 12 | |
| wdtest_recursive 10000000ns | |
| recursive wdog triggered 6 times, elapsed tick 12 | |
| wdtest_recursive 10000000ns | |
| recursive wdog triggered 6 times, elapsed tick 12 | |
| wdtest_recursive 10000000ns | |
| recursive wdog triggered 6 times, elapsed tick 12 | |
| recursive wdog triggered 6 times, elapsed tick 12 | |
| recursive wdog triggered 6 times, elapsed tick 12 | |
| recursive wdog triggered 6 times, elapsed tick 12 | |
| wdog_test end... | |
| End of test memory usage: | |
| VARIABLE BEFORE AFTER | |
| ======== ======== ======== | |
| arena 5e610 5e610 | |
| ordblks 5 5 | |
| mxordblk 555b0 555b0 | |
| uordblks 4788 4788 | |
| fordblks 59e88 59e88 | |
| user_main: round-robin scheduler test | |
| rr_test: Set thread priority to 1 | |
| rr_test: Set thread policy to SCHED_RR | |
| rr_test: Starting first get_primes_thread | |
| First get_primes_thread: 65 | |
| rr_test: Starting second get_primes_thread | |
| Second get_primes_thread: 69 | |
| rr_test: Waiting for threads to complete -- this should take awhile | |
| If RR scheduling is working, they should start and complete at | |
| about the same time | |
| get_primes_thread id=1 started, looking for primes < 30000, doing 10 run(s) | |
| get_primes_thread id=2 started, looking for primes < 30000, doing 10 run(s) | |
| get_primes_thread id=1 finished, found 3246 primes, last one was 29989 | |
| get_primes_thread id=2 finished, found 3246 primes, last one was 29989 | |
| rr_test: Done | |
| End of test memory usage: | |
| VARIABLE BEFORE AFTER | |
| ======== ======== ======== | |
| arena 5e610 5e610 | |
| ordblks 5 5 | |
| mxordblk 555b0 555b0 | |
| uordblks 4788 4788 | |
| fordblks 59e88 59e88 | |
| user_main: barrier test | |
| barrier_test: Initializing barrier | |
| barrier_test: Thread 0 created | |
| barrier_test: Thread 1 created | |
| barrier_test: Thread 2 created | |
| barrier_test: Thread 3 created | |
| barrier_test: Thread 4 created | |
| barrier_test: Thread 5 created | |
| barrier_test: Thread 6 created | |
| barrier_test: Thread 7 created | |
| barrier_func: Thread 0 started | |
| barrier_func: Thread 1 started | |
| barrier_func: Thread 2 started | |
| barrier_func: Thread 3 started | |
| barrier_func: Thread 4 started | |
| barrier_func: Thread 5 started | |
| barrier_func: Thread 6 started | |
| barrier_func: Thread 7 started | |
| barrier_func: Thread 0 calling pthread_barrier_wait() | |
| barrier_func: Thread 1 calling pthread_barrier_wait() | |
| barrier_func: Thread 2 calling pthread_barrier_wait() | |
| barrier_func: Thread 3 calling pthread_barrier_wait() | |
| barrier_func: Thread 4 calling pthread_barrier_wait() | |
| barrier_func: Thread 5 calling pthread_barrier_wait() | |
| barrier_func: Thread 6 calling pthread_barrier_wait() | |
| barrier_func: Thread 7 calling pthread_barrier_wait() | |
| barrier_func: Thread 7, back with status=PTHREAD_BARRIER_SERIAL_THREAD (I AM SPECIAL) | |
| barrier_func: Thread 0, back with status=0 (I am not special) | |
| barrier_func: Thread 1, back with status=0 (I am not special) | |
| barrier_func: Thread 2, back with status=0 (I am not special) | |
| barrier_func: Thread 3, back with status=0 (I am not special) | |
| barrier_func: Thread 4, back with status=0 (I am not special) | |
| barrier_func: Thread 5, back with status=0 (I am not special) | |
| barrier_func: Thread 6, back with status=0 (I am not special) | |
| barrier_func: Thread 7 done | |
| barrier_func: Thread 0 done | |
| barrier_test: Thread 0 completed with result=0 | |
| barrier_func: Thread 1 done | |
| barrier_func: Thread 2 done | |
| barrier_test: Thread 1 completed with result=0 | |
| barrier_test: Thread 2 completed with result=0 | |
| barrier_func: Thread 3 done | |
| barrier_func: Thread 4 done | |
| barrier_test: Thread 3 completed with result=0 | |
| barrier_test: Thread 4 completed with result=0 | |
| barrier_func: Thread 5 done | |
| barrier_func: Thread 6 done | |
| barrier_test: Thread 5 completed with result=0 | |
| barrier_test: Thread 6 completed with result=0 | |
| barrier_test: Thread 7 completed with result=0 | |
| End of test memory usage: | |
| VARIABLE BEFORE AFTER | |
| ======== ======== ======== | |
| arena 5e610 5e610 | |
| ordblks 5 5 | |
| mxordblk 555b0 555b0 | |
| uordblks 4788 4788 | |
| fordblks 59e88 59e88 | |
| user_main: setjmp test | |
| setjmp_test: Initializing jmp_buf | |
| setjmp_test: Try jump | |
| setjmp_test: About to jump, longjmp with ret val: 123 | |
| setjmp_test: Jump succeed | |
| setjmp_test: Try jump | |
| setjmp_test: About to jump, longjmp with ret val: 0 | |
| setjmp_test: Jump succeed | |
| End of test memory usage: | |
| VARIABLE BEFORE AFTER | |
| ======== ======== ======== | |
| arena 5e610 5e610 | |
| ordblks 5 5 | |
| mxordblk 555b0 555b0 | |
| uordblks 4788 4788 | |
| fordblks 59e88 59e88 | |
| user_main: scheduler lock test | |
| sched_lock: Starting lowpri_thread at 97 | |
| sched_lock: Set lowpri_thread priority to 97 | |
| sched_lock: Starting highpri_thread at 98 | |
| sched_lock: Set highpri_thread priority to 98 | |
| sched_lock: Waiting... | |
| sched_lock: PASSED No pre-emption occurred while scheduler was locked. | |
| sched_lock: Starting lowpri_thread at 97 | |
| sched_lock: Set lowpri_thread priority to 97 | |
| sched_lock: Starting highpri_thread at 98 | |
| sched_lock: Set highpri_thread priority to 98 | |
| sched_lock: Waiting... | |
| sched_lock: PASSED No pre-emption occurred while scheduler was locked. | |
| sched_lock: Finished | |
| End of test memory usage: | |
| VARIABLE BEFORE AFTER | |
| ======== ======== ======== | |
| arena 5e610 5e610 | |
| ordblks 5 5 | |
| mxordblk 555b0 555b0 | |
| uordblks 4788 4788 | |
| fordblks 59e88 59e88 | |
| Final memory usage: | |
| VARIABLE BEFORE AFTER | |
| ======== ======== ======== | |
| arena 5e610 5e610 | |
| ordblks 2 5 | |
| mxordblk 59ec0 555b0 | |
| uordblks 46f8 4788 | |
| fordblks 59f18 59e88 | |
| user_main: Exiting | |
| ostest_main: Exiting with status 0 | |
| nsh> [Kfree | |
| total used free maxused maxfree nused nfree name | |
| 386576 6984 379592 45920 379272 30 3 Umem | |
| nsh> [Khelp | |
| help usage: help [-v] [<cmd>] | |
| . cp expr mount kill uname | |
| [ cmp false mv pkill umount | |
| ? dirname fdinfo pidof sleep unset | |
| alias df free printf usleep uptime | |
| unalias dmesg help ps source watch | |
| basename echo hexdump pwd test xd | |
| break env ls rm time wait | |
| cat exec mkdir rmdir true | |
| cd exit mkrd set truncate | |
| Builtin Apps: | |
| dd nsh ostest sh | |
| nsh> [K~ | |
| [EOT] | |
| + for CFG in $CONFIGS | |
| + set +x | |
| ===> | |
| ===> ESP32S3-DEVKIT: esp32s3-devkit:coremark | |
| ===> | |
| + /usr/bin/time -h gmake clean distclean -j24 CROSSDEV=xtensa-esp32s3-elf- | |
| 0,53s real 1,58s user 1,11s sys | |
| + /usr/bin/time -h ./tools/configure.sh -B -S esp32s3-devkit:coremark | |
| 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/xtensa/include | |
| LN: include/arch/board to /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/include | |
| LN: drivers/platform to /tmp/nuttx/nuttx.git/drivers/dummy | |
| LN: include/arch/chip to /tmp/nuttx/nuttx.git/arch/xtensa/include/esp32s3 | |
| LN: arch/xtensa/src/chip to /tmp/nuttx/nuttx.git/arch/xtensa/src/esp32s3 | |
| LN: arch/xtensa/src/board to /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common | |
| LN: arch/xtensa/src/board/board to /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/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/elf/tests | |
| mkkconfig in /tmp/nuttx/nuttx-apps.git/examples/elf | |
| 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/modbus | |
| 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 | |
| boards/Kconfig:5602:warning: leading whitespace ignored | |
| # | |
| # configuration written to .config | |
| # | |
| 1,60s real 1,07s user 0,69s sys | |
| + /usr/bin/time -h gmake -j24 CROSSDEV=xtensa-esp32s3-elf- | |
| Create version.h | |
| Cloning Espressif HAL for 3rd Party Platforms | |
| [1K | |
| COMMIT SHA-1: b90b1837cb5ad24747deb4c895246037cc206ce5 LN: platform/board to /tmp/nuttx/nuttx-apps.git/platform/dummy | |
| Downloading: https://github.com/eembc/coremark/archive/main.zip | |
| [1K | |
| [1K | |
| Clone: /tmp/nuttx/nxtmpdir/esp-hal-3rdparty [1K | |
| Espressif HAL for 3rd Party Platforms: cleaning current repository... | |
| % Total % Received % Xferd Average Speed Time Time Time Current | |
| Dload Upload Total Spent Left Speed | |
| 0 0 0 0 0 0 0 0 0Removing components/bootloader_support/bootloader_flash/src/flash_qio_mode.o | |
| Removing components/bootloader_support/src/bootloader_clock_init.o | |
| Removing components/bootloader_support/src/bootloader_common.o | |
| Removing components/bootloader_support/src/bootloader_common_loader.o | |
| Removing components/bootloader_support/src/bootloader_console.o | |
| Removing components/bootloader_support/src/bootloader_console_loader.o | |
| Removing components/bootloader_support/src/bootloader_efuse.o | |
| Removing components/bootloader_support/src/bootloader_init.o | |
| Removing components/bootloader_support/src/bootloader_mem.o | |
| Removing components/bootloader_support/src/bootloader_random.o | |
| Removing components/bootloader_support/src/bootloader_random_esp32s3.o | |
| Removing components/bootloader_support/src/bootloader_sha.o | |
| Removing components/bootloader_support/src/esp32s3/bootloader_esp32s3.o | |
| Removing components/bootloader_support/src/esp32s3/bootloader_soc.o | |
| Removing components/bootloader_support/src/esp_image_format.o | |
| Removing components/bootloader_support/src/flash_encrypt.o | |
| Removing components/efuse/esp32s3/esp_efuse_fields.o | |
| Removing components/efuse/esp32s3/esp_efuse_rtc_calib.o | |
| Removing components/efuse/esp32s3/esp_efuse_table.o | |
| Removing components/efuse/esp32s3/esp_efuse_utility.o | |
| Removing components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.o | |
| Removing components/efuse/src/esp_efuse_api.o | |
| Removing components/efuse/src/esp_efuse_fields.o | |
| Removing components/efuse/src/esp_efuse_startup.o | |
| Removing components/efuse/src/esp_efuse_utility.o | |
| Removing components/esp_adc/adc_cali.o | |
| Removing components/esp_adc/esp32s3/curve_fitting_coefficients.o | |
| Removing components/esp_app_format/esp_app_desc.o | |
| Removing components/esp_common/src/esp_err_to_name.o | |
| Removing components/esp_hal_ana_conv/adc_hal_common.o | |
| Removing components/esp_hal_ana_conv/adc_oneshot_hal.o | |
| Removing components/esp_hal_ana_conv/esp32s3/adc_periph.o | |
| Removing components/esp_hal_ana_conv/esp32s3/temperature_sensor_periph.o | |
| Removing components/esp_hal_clock/esp32s3/clk_tree_hal.o | |
| Removing components/esp_hal_dma/esp32s3/gdma_periph.o | |
| Removing components/esp_hal_dma/gdma_hal_ahb_v1.o | |
| Removing components/esp_hal_dma/gdma_hal_top.o | |
| Removing components/esp_hal_gpio/esp32s3/dedic_gpio_periph.o | |
| Removing components/esp_hal_gpio/esp32s3/rtc_io_periph.o | |
| Removing components/esp_hal_gpio/esp32s3/sdm_periph.o | |
| Removing components/esp_hal_gpio/gpio_hal.o | |
| Removing components/esp_hal_gpio/rtc_io_hal.o | |
| Removing components/esp_hal_gpio/sdm_hal.o | |
| Removing components/esp_hal_i2c/esp32s3/i2c_periph.o | |
| Removing components/esp_hal_i2c/i2c_hal.o | |
| Removing components/esp_hal_i2s/esp32s3/i2s_periph.o | |
| Removing components/esp_hal_i2s/i2s_hal.o | |
| Removing components/esp_hal_ledc/esp32s3/ledc_periph.o | |
| Removing components/esp_hal_ledc/ledc_hal.o | |
| Removing components/esp_hal_ledc/ledc_hal_iram.o | |
| Removing components/esp_hal_mcpwm/esp32s3/mcpwm_periph.o | |
| Removing components/esp_hal_mcpwm/mcpwm_hal.o | |
| Removing components/esp_hal_mspi/spi_flash_encrypt_hal_iram.o | |
| Removing components/esp_hal_mspi/spi_flash_hal.o | |
| Removing components/esp_hal_mspi/spi_flash_hal_gpspi.o | |
| Removing components/esp_hal_mspi/spi_flash_hal_iram.o | |
| Removing components/esp_hal_pcnt/esp32s3/pcnt_periph.o | |
| Removing components/esp_hal_pcnt/pcnt_hal.o | |
| Removing components/esp_hal_pmu/brownout_hal.o | |
| Removing components/esp_hal_pmu/esp32s3/rtc_cntl_hal.o | |
| Removing components/esp_hal_rmt/esp32s3/rmt_periph.o | |
| Removing components/esp_hal_rmt/rmt_hal.o | |
| Removing components/esp_hal_security/aes_hal.o | |
| Removing components/esp_hal_security/hmac_hal.o | |
| Removing components/esp_hal_security/mpu_hal.o | |
| Removing components/esp_hal_security/sha_hal.o | |
| Removing components/esp_hal_timg/timer_hal.o | |
| Removing components/esp_hal_touch_sens/touch_sens_hal.o | |
| Removing components/esp_hal_uart/esp32s3/uart_periph.o | |
| Removing components/esp_hal_uart/uart_hal.o | |
| Removing components/esp_hal_uart/uart_hal_iram.o | |
| Removing components/esp_hw_support/adc_share_hw_ctrl.o | |
| Removing components/esp_hw_support/clk_ctrl_os.o | |
| Removing components/esp_hw_support/clk_utils.o | |
| Removing components/esp_hw_support/cpu.o | |
| Removing components/esp_hw_support/esp_clk.o | |
| Removing components/esp_hw_support/esp_gpio_reserve.o | |
| Removing components/esp_hw_support/esp_memory_utils.o | |
| Removing components/esp_hw_support/hw_random.o | |
| Removing components/esp_hw_support/intr_alloc.o | |
| Removing components/esp_hw_support/lowpower/port/esp32s3/sleep_cpu.o | |
| Removing components/esp_hw_support/mac_addr.o | |
| Removing components/esp_hw_support/mspi/mspi_timing_tuning/mspi_timing_tuning.o | |
| Removing components/esp_hw_support/mspi/mspi_timing_tuning/port/esp32s3/mspi_timing_config.o | |
| Removing components/esp_hw_support/periph_ctrl.o | |
| Removing components/esp_hw_support/port/esp32s3/cpu_region_protect.o | |
| Removing components/esp_hw_support/port/esp32s3/esp_clk_tree.o | |
| Removing components/esp_hw_support/port/esp32s3/esp_cpu_intr.o | |
| Removing components/esp_hw_support/port/esp32s3/io_mux.o | |
| Removing components/esp_hw_support/port/esp32s3/rtc_clk.o | |
| Removing components/esp_hw_support/port/esp32s3/rtc_clk_init.o | |
| Removing components/esp_hw_support/port/esp32s3/rtc_init.o | |
| Removing components/esp_hw_support/port/esp32s3/rtc_sleep.o | |
| Removing components/esp_hw_support/port/esp32s3/rtc_time.o | |
| Removing components/esp_hw_support/port/esp32s3/sar_periph_ctrl.o | |
| Removing components/esp_hw_support/port/esp32s3/systimer.o | |
| Removing components/esp_hw_support/port/esp_clk_tree_common.o | |
| Removing components/esp_hw_support/power_supply/brownout.o | |
| Removing components/esp_hw_support/regi2c_ctrl.o | |
| Removing components/esp_hw_support/rtc_module.o | |
| Removing components/esp_hw_support/sleep_console.o | |
| Removing components/esp_hw_support/sleep_event.o | |
| Removing components/esp_hw_support/sleep_gpio.o | |
| Removing components/esp_hw_support/sleep_modem.o | |
| Removing components/esp_hw_support/sleep_modes.o | |
| Removing components/esp_hw_support/sleep_uart.o | |
| Removing components/esp_libc/src/port/esp_time_impl.o | |
| Removing components/esp_mm/esp_cache_msync.o | |
| Removing components/esp_mm/esp_cache_utils.o | |
| Removing components/esp_mm/esp_mmu_map.o | |
| Removing components/esp_mm/port/esp32s3/ext_mem_layout.o | |
| Removing components/esp_phy/esp32s3/phy_init_data.o | |
| Removing components/esp_phy/src/phy_common.o | |
| Removing components/esp_phy/src/phy_init.o | |
| Removing components/esp_pm/pm_impl.o | |
| Removing components/esp_pm/pm_locks.o | |
| Removing components/esp_rom/patches/esp_rom_cache_esp32s2_esp32s3.o | |
| Removing components/esp_rom/patches/esp_rom_crc.o | |
| Removing components/esp_rom/patches/esp_rom_efuse.o | |
| Removing components/esp_rom/patches/esp_rom_gpio.o | |
| Removing components/esp_rom/patches/esp_rom_print.o | |
| Removing components/esp_rom/patches/esp_rom_serial_output.o | |
| Removing components/esp_rom/patches/esp_rom_spiflash.o | |
| Removing components/esp_rom/patches/esp_rom_sys.o | |
| Removing components/esp_rom/patches/esp_rom_systimer.o | |
| Removing components/esp_security/src/esp_crypto_lock.o | |
| Removing components/esp_security/src/esp_crypto_periph_clk.o | |
| Removing components/esp_security/src/esp_hmac.o | |
| Removing components/esp_system/esp_err.o | |
| Removing components/esp_system/esp_system.o | |
| Removing components/esp_system/port/soc/esp32s3/clk.o | |
| Removing components/esp_system/port/soc/esp32s3/system_internal.o | |
| Removing components/esp_system/startup.o | |
| Removing components/esp_system/startup_funcs.o | |
| Removing components/esp_system/system_time.o | |
| Removing components/esp_timer/src/esp_timer.o | |
| Removing components/esp_timer/src/esp_timer_impl_common.o | |
| Removing components/esp_timer/src/esp_timer_impl_systimer.o | |
| Removing components/esp_timer/src/esp_timer_init.o | |
| Removing components/esp_timer/src/system_time.o | |
| Removing components/hal/cache_hal.o | |
| Removing components/hal/efuse_hal.o | |
| Removing components/hal/esp32s3/efuse_hal.o | |
| Removing components/hal/hal_utils.o | |
| Removing components/hal/mmu_hal.o | |
| Removing components/hal/systimer_hal.o | |
| Removing components/log/src/log.o | |
| Removing components/log/src/log_level/log_level.o | |
| Removing components/log/src/log_level/tag_log_level/linked_list/log_linked_list.o | |
| Removing components/log/src/log_level/tag_log_level/tag_log_level.o | |
| Removing components/log/src/noos/log_lock.o | |
| Removing components/log/src/noos/log_timestamp.o | |
| Removing components/log/src/os/log_write.o | |
| Removing components/log/src/os/util.o | |
| Removing components/soc/dport_access_common.o | |
| Removing components/soc/esp32s3/gpio_periph.o | |
| Removing components/soc/esp32s3/interrupts.o | |
| Removing components/spi_flash/cache_utils.o | |
| Removing components/spi_flash/esp32s3/spi_flash_oct_flash_init.o | |
| Removing components/spi_flash/esp_flash_api.o | |
| Removing components/spi_flash/esp_flash_spi_init.o | |
| Removing components/spi_flash/flash_brownout_hook.o | |
| Removing components/spi_flash/flash_mmap.o | |
| Removing components/spi_flash/flash_ops.o | |
| Removing components/spi_flash/memspi_host_driver.o | |
| Removing components/spi_flash/spi_flash_chip_boya.o | |
| Removing components/spi_flash/spi_flash_chip_drivers.o | |
| Removing components/spi_flash/spi_flash_chip_gd.o | |
| Removing components/spi_flash/spi_flash_chip_generic.o | |
| Removing components/spi_flash/spi_flash_chip_issi.o | |
| Removing components/spi_flash/spi_flash_chip_mxic.o | |
| Removing components/spi_flash/spi_flash_chip_mxic_opi.o | |
| Removing components/spi_flash/spi_flash_chip_th.o | |
| Removing components/spi_flash/spi_flash_chip_winbond.o | |
| Removing components/spi_flash/spi_flash_hpm_enable.o | |
| Removing components/spi_flash/spi_flash_os_func_app.o | |
| Removing components/spi_flash/spi_flash_os_func_noos.o | |
| Removing components/spi_flash/spi_flash_wrap.o | |
| Removing components/ulp/ulp_common/ulp_adc.o | |
| Removing components/ulp/ulp_common/ulp_common.o | |
| Removing components/ulp/ulp_riscv/ulp_riscv.o | |
| Removing components/ulp/ulp_riscv/ulp_riscv_i2c.o | |
| Removing components/ulp/ulp_riscv/ulp_riscv_lock.o | |
| Removing components/upper_hal_dma/src/esp_dma_utils.o | |
| Removing components/upper_hal_dma/src/gdma.o | |
| Removing components/upper_hal_dma/src/gdma_link.o | |
| Removing components/upper_hal_gpio/src/gpio.o | |
| Removing components/upper_hal_gpio/src/rtc_io.o | |
| Removing components/upper_hal_rmt/src/rmt_common.o | |
| Removing components/upper_hal_rmt/src/rmt_encoder.o | |
| Removing components/upper_hal_rmt/src/rmt_encoder_bytes.o | |
| Removing components/upper_hal_rmt/src/rmt_encoder_copy.o | |
| Removing components/upper_hal_rmt/src/rmt_encoder_simple.o | |
| Removing components/upper_hal_rmt/src/rmt_rx.o | |
| Removing components/upper_hal_rmt/src/rmt_tx.o | |
| Removing components/upper_hal_uart/src/uart_wakeup.o | |
| Removing components/xtensa/xtensa_intr.o | |
| Removing nuttx/src/bootloader_banner_wrap.o | |
| Removing nuttx/src/components/newlib/newlib/libc/misc/init.o | |
| Removing nuttx/src/heap_caps.o | |
| Removing nuttx/src/platform/os.o | |
| Espressif HAL for 3rd Party Platforms: b90b1837cb5ad24747deb4c895246037cc206ce5 | |
| Espressif HAL for 3rd Party Platforms: initializing submodules... | |
| Applying patches... | |
| 0 0 0 0 0 0 0 0 0 | |
| 0 0 0 0 0 0 0 0 0 | |
| 0 0 0 0 0 0 0 0 0 | |
| 100 479.3k 0 479.3k 0 0 633.3k 0 0 | |
| 100 479.3k 0 479.3k 0 0 633.3k 0 0 | |
| 100 479.3k 0 479.3k 0 0 633.2k 0 0 | |
| Unpacking: main.zip -> coremark | |
| Hmm... Looks like a unified diff to me... | |
| The text leading up to this was: | |
| -------------------------- | |
| |--- coremark/posix/core_portme.c | |
| |+++ coremark/posix/core_portme.c | |
| -------------------------- | |
| Patching file coremark/posix/core_portme.c using Plan A... | |
| Hunk #1 succeeded at 208. | |
| done | |
| Register: coremark | |
| Register: dd | |
| [1K | |
| CC: dummy.c [1K | |
| CC: board/esp32s3_boot.c [1K | |
| CC: binfmt_globals.c [1K | |
| CC: binfmt_initialize.c [1K | |
| CC: binfmt_register.c [1K | |
| CC: board/esp32s3_bringup.c [1K | |
| CC: binfmt_unregister.c [1K | |
| CC: binfmt_loadmodule.c [1K | |
| CC: binfmt_unloadmodule.c [1K | |
| CC: mm_heap/mm_initialize.c [1K | |
| CC: binfmt_execmodule.c [1K | |
| CC: mm_heap/mm_lock.c [1K | |
| CC: binfmt_exec.c [1K | |
| CC: mm_heap/mm_malloc_size.c [1K | |
| CC: binfmt_copyargv.c [1K | |
| CC: mm_heap/mm_shrinkchunk.c [1K | |
| CC: mm_heap/mm_brkaddr.c [1K | |
| CC: mm_heap/mm_calloc.c [1K | |
| CC: fs_initialize.c [1K | |
| CC: drivers_initialize.c [1K | |
| CC: clock/clock.c [1K | |
| [1K | |
| CC: binfmt_copyactions.c [1K | |
| [1K | |
| AS: machine/xtensa/arch_setjmp.S [1K | |
| CC: clock/clock_initialize.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: fs_heap.c [1K | |
| CC: mm_heap/mm_extend.c [1K | |
| [1K | |
| [1K | |
| CC: binfmt_dumpmodule.c [1K | |
| CC: clock/clock_settime.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: loop/losetup.c [1K | |
| [1K | |
| CC: assert/lib_assert.c [1K | |
| IN: boards/libboards.a -> staging/libboards.a [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: misc/dev_null.c [1K | |
| CC: assert/lib_stackchk.c [1K | |
| CC: mm_heap/mm_free.c [1K | |
| [1K | |
| AS: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_cache_writeback_esp32s3.S [1K | |
| [1K | |
| CC: misc/dev_zero.c [1K | |
| IN: arch/xtensa/src/board/libboard.a -> staging/libboard.a [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: clock/clock_gettime.c [1K | |
| CC: ctype/lib_isalnum.c [1K | |
| CC: mm_heap/mm_mallinfo.c [1K | |
| AS: common/xtensa_context.S [1K | |
| [1K | |
| CC: inode/fs_files.c [1K | |
| [1K | |
| CC: coremark/core_list_join.c [1K | |
| [1K | |
| CC: misc/ramdisk.c [1K | |
| CC: inode/fs_foreachinode.c [1K | |
| [1K | |
| [1K | |
| CC: inode/fs_inode.c [1K | |
| CC: clock/clock_systime_ticks.c [1K | |
| CC: board/dummy.c [1K | |
| [1K | |
| CC: mm_heap/mm_malloc.c [1K | |
| [1K | |
| CC: coremark/core_main.c [1K | |
| [1K | |
| [1K | |
| AS: common/xtensa_panic.S [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: ctype/lib_isalpha.c [1K | |
| CC: clock/clock_systime_timespec.c [1K | |
| CC: ctype/lib_isascii.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp32s3_cache.c [1K | |
| CC: inode/fs_inodeaddref.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp32s3_region.c [1K | |
| CC: dd_main.c [1K | |
| CC: coremark/core_matrix.c [1K | |
| [1K | |
| CC: pipes/pipe.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp32s3_systemreset.c [1K | |
| CC: coremark/posix/core_portme.c [1K | |
| CC: ctype/lib_isblank.c [1K | |
| [1K | |
| CC: coremark/core_state.c [1K | |
| [1K | |
| CC: ctype/lib_iscntrl.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: ctype/lib_isdigit.c [1K | |
| CC: inode/fs_inodebasename.c [1K | |
| CC: clock/clock_sched_ticks.c [1K | |
| CC: pipes/fifo.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: pipes/pipe_common.c [1K | |
| CC: clock/clock_perf.c [1K | |
| CC: mm_heap/mm_foreach.c [1K | |
| CC: serial/serial.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: serial/serial_io.c [1K | |
| CC: coremark/core_util.c [1K | |
| CC: ctype/lib_isgraph.c [1K | |
| CC: clock/clock_realtime2absticks.c [1K | |
| IN: binfmt/libbinfmt.a -> staging/libbinfmt.a [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: inode/fs_inodefind.c [1K | |
| CC: inode/fs_inodefree.c [1K | |
| CC: syslog/syslog_early.c [1K | |
| [1K | |
| CC: clock/clock_getres.c [1K | |
| [1K | |
| [1K | |
| CC: ctype/lib_islower.c [1K | |
| CC: chip/esp32s3_user.c [1K | |
| [1K | |
| CC: clock/clock_notifier.c [1K | |
| [1K | |
| CC: ctype/lib_isprint.c [1K | |
| [1K | |
| CC: mm_heap/mm_memalign.c [1K | |
| [1K | |
| [1K | |
| CC: inode/fs_inodegetpath.c [1K | |
| CC: chip/esp32s3_allocateheap.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: syslog/vsyslog.c [1K | |
| [1K | |
| CC: inode/fs_inoderelease.c [1K | |
| CC: ctype/lib_ispunct.c [1K | |
| [1K | |
| CC: inode/fs_inoderemove.c [1K | |
| CC: mm_heap/mm_realloc.c [1K | |
| [1K | |
| [1K | |
| CC: syslog/syslog_channel.c [1K | |
| CC: ctype/lib_isspace.c [1K | |
| CC: chip/esp32s3_reset_reasons.c [1K | |
| [1K | |
| CC: inode/fs_inodereserve.c [1K | |
| [1K | |
| [1K | |
| CC: inode/fs_inodesearch.c [1K | |
| CC: mm_heap/mm_zalloc.c [1K | |
| [1K | |
| CC: ctype/lib_isupper.c [1K | |
| [1K | |
| CC: clock/clock_delay.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp32s3_wdt.c [1K | |
| CC: syslog/syslog_write.c [1K | |
| CC: ctype/lib_isxdigit.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: ctype/lib_tolower.c [1K | |
| CC: vfs/fs_chstat.c [1K | |
| CC: chip/esp32s3_lowputc.c [1K | |
| CC: ctype/lib_toupper.c [1K | |
| [1K | |
| CC: syslog/syslog_flush.c [1K | |
| [1K | |
| [1K | |
| CC: ctype/lib_ctype.c [1K | |
| CC: syslog/syslog_initialize.c [1K | |
| [1K | |
| CC: chip/esp32s3_serial.c [1K | |
| CC: chip/esp32s3_rtc_gpio.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp32s3_libc_stubs.c [1K | |
| [1K | |
| [1K | |
| CC: environ/env_getenvironptr.c [1K | |
| CC: dirent/lib_readdirr.c [1K | |
| CC: mm_heap/mm_heapmember.c [1K | |
| [1K | |
| CC: vfs/fs_close.c [1K | |
| [1K | |
| [1K | |
| CC: environ/env_dup.c [1K | |
| CC: mm_heap/mm_memdump.c [1K | |
| [1K | |
| CC: environ/env_release.c [1K | |
| [1K | |
| CC: umm_heap/umm_globals.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp32s3_spi_timing.c [1K | |
| CC: vfs/fs_dup.c [1K | |
| [1K | |
| CC: chip/esp32s3_idle.c [1K | |
| [1K | |
| CC: dirent/lib_telldir.c [1K | |
| [1K | |
| CC: chip/esp32s3_cpuidlestack.c [1K | |
| [1K | |
| CC: chip/esp32s3_cpustart.c [1K | |
| [1K | |
| CC: chip/esp32s3_intercpu_interrupt.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: environ/env_findvar.c [1K | |
| CC: vfs/fs_dup2.c [1K | |
| CC: dirent/lib_alphasort.c [1K | |
| [1K | |
| CC: chip/esp32s3_timerisr.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_dup3.c [1K | |
| CC: umm_heap/umm_initialize.c [1K | |
| [1K | |
| CC: environ/env_removevar.c [1K | |
| [1K | |
| CC: dirent/lib_scandir.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/bootloader_flash/src/bootloader_flash_config_esp32s3.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/bootloader_flash/src/bootloader_flash.c [1K | |
| [1K | |
| CC: environ/env_clearenv.c [1K | |
| CC: vfs/fs_fcntl.c [1K | |
| [1K | |
| CC: umm_heap/umm_addregion.c [1K | |
| [1K | |
| [1K | |
| CC: umm_heap/umm_malloc_size.c [1K | |
| CC: dirent/lib_ftw.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: environ/env_getenv.c [1K | |
| CC: vfs/fs_epoll.c [1K | |
| CC: umm_heap/umm_brkaddr.c [1K | |
| [1K | |
| IN: /tmp/nuttx/nuttx-apps.git/libapps.a -> staging/libapps.a [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: environ/env_putenv.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_adc/adc_cali_curve_fitting.c [1K | |
| CC: environ/env_setenv.c [1K | |
| [1K | |
| CC: dirent/lib_nftw.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_adc/adc_cali.c [1K | |
| [1K | |
| CC: umm_heap/umm_calloc.c [1K | |
| [1K | |
| CC: vfs/fs_fchstat.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_adc/esp32s3/curve_fitting_coefficients.c [1K | |
| CC: vfs/fs_fstat.c [1K | |
| CC: umm_heap/umm_extend.c [1K | |
| [1K | |
| CC: dirent/lib_opendir.c [1K | |
| [1K | |
| CC: umm_heap/umm_free.c [1K | |
| [1K | |
| CC: environ/env_unsetenv.c [1K | |
| [1K | |
| CC: environ/env_foreach.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/src/esp_efuse_api.c [1K | |
| [1K | |
| CC: umm_heap/umm_mallinfo.c [1K | |
| [1K | |
| CC: dirent/lib_fdopendir.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/src/esp_efuse_startup.c [1K | |
| [1K | |
| CC: umm_heap/umm_malloc.c [1K | |
| [1K | |
| CC: group/group_create.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/src/esp_efuse_utility.c [1K | |
| [1K | |
| IN: drivers/libdrivers.a -> staging/libdrivers.a [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/src/efuse_controller/keys/with_key_purposes/esp_efuse_api_key.c [1K | |
| [1K | |
| [1K | |
| CC: dirent/lib_closedir.c [1K | |
| CC: umm_heap/umm_memalign.c [1K | |
| [1K | |
| [1K | |
| CC: dirent/lib_readdir.c [1K | |
| CC: dirent/lib_rewinddir.c [1K | |
| [1K | |
| CC: group/group_join.c [1K | |
| [1K | |
| CC: umm_heap/umm_realloc.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: group/group_leave.c [1K | |
| [1K | |
| CC: vfs/fs_fstatfs.c [1K | |
| CC: group/group_setupidlefiles.c [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/esp32s3/esp_efuse_fields.c [1K | |
| CC: umm_heap/umm_zalloc.c [1K | |
| [1K | |
| CC: vfs/fs_ioctl.c [1K | |
| [1K | |
| CC: umm_heap/umm_heapmember.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_lseek.c [1K | |
| CC: umm_heap/umm_memdump.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: dirent/lib_seekdir.c [1K | |
| [1K | |
| CC: vfs/fs_mkdir.c [1K | |
| CC: dirent/lib_dirfd.c [1K | |
| CC: mempool/mempool.c [1K | |
| [1K | |
| CC: group/group_setuptaskfiles.c [1K | |
| [1K | |
| CC: vfs/fs_open.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_poll.c [1K | |
| CC: mempool/mempool_multiple.c [1K | |
| [1K | |
| CC: dirent/lib_versionsort.c [1K | |
| [1K | |
| CC: vfs/fs_pread.c [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/esp32s3/esp_efuse_rtc_calib.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_pwrite.c [1K | |
| [1K | |
| CC: group/group_foreachchild.c [1K | |
| CC: vfs/fs_read.c [1K | |
| [1K | |
| CC: dlfcn/lib_dlfind_object.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/esp32s3/esp_efuse_table.c [1K | |
| CC: group/group_killchildren.c [1K | |
| [1K | |
| CC: errno/lib_errno.c [1K | |
| [1K | |
| [1K | |
| CC: group/group_signal.c [1K | |
| CC: fixedmath/lib_b16sin.c [1K | |
| [1K | |
| CC: vfs/fs_rename.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/esp32s3/esp_efuse_utility.c [1K | |
| CC: fixedmath/lib_b16cos.c [1K | |
| CC: group/group_waiter.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_rmdir.c [1K | |
| CC: fixedmath/lib_b16atan2.c [1K | |
| [1K | |
| CC: init/nx_start.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_app_format/esp_app_desc.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_common/src/esp_err_to_name.c [1K | |
| CC: init/nx_bringup.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/adc_share_hw_ctrl.c [1K | |
| [1K | |
| CC: fixedmath/lib_ubsqrt.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/clk_ctrl_os.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/clk_utils.c [1K | |
| CC: grp/lib_getgrgid.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/cpu.c [1K | |
| [1K | |
| [1K | |
| CC: grp/lib_getgrgidr.c [1K | |
| CC: init/nx_smpstart.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_dma/src/esp_dma_utils.c [1K | |
| [1K | |
| CC: grp/lib_getgrnam.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_dma/src/gdma.c [1K | |
| CC: vfs/fs_select.c [1K | |
| [1K | |
| [1K | |
| CC: instrument/instrument.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_dma/src/gdma_link.c [1K | |
| CC: vfs/fs_sendfile.c [1K | |
| [1K | |
| [1K | |
| CC: grp/lib_getgrnamr.c [1K | |
| CC: irq/irq_initialize.c [1K | |
| [1K | |
| CC: mempool/mempool_procfs.c [1K | |
| [1K | |
| [1K | |
| CC: irq/irq_attach.c [1K | |
| CC: grp/lib_initgroups.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/esp_clk.c [1K | |
| [1K | |
| CC: grp/lib_getgrbuf.c [1K | |
| [1K | |
| CC: vfs/fs_stat.c [1K | |
| [1K | |
| CC: vfs/fs_statfs.c [1K | |
| [1K | |
| CC: vfs/fs_uio.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/esp_gpio_reserve.c [1K | |
| CC: irq/irq_dispatch.c [1K | |
| [1K | |
| CC: grp/lib_getgrbufr.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_unlink.c [1K | |
| CC: inttypes/lib_imaxabs.c [1K | |
| [1K | |
| CC: kasan/hook.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_write.c [1K | |
| [1K | |
| CC: inttypes/lib_imaxdiv.c [1K | |
| CC: map/mm_map.c [1K | |
| [1K | |
| CC: vfs/fs_dir.c [1K | |
| [1K | |
| CC: irq/irq_unexpectedisr.c [1K | |
| [1K | |
| [1K | |
| CC: inttypes/lib_strtoimax.c [1K | |
| [1K | |
| CC: inttypes/lib_strtoumax.c [1K | |
| [1K | |
| CC: vfs/fs_fsync.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/esp_memory_utils.c [1K | |
| [1K | |
| CC: libgen/lib_basename.c [1K | |
| [1K | |
| CC: libgen/lib_dirname.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_syncfs.c [1K | |
| CC: machine/arch_atomic.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: irq/irq_attach_thread.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/hw_random.c [1K | |
| CC: misc/lib_bitmap.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/mac_addr.c [1K | |
| CC: irq/irq_attach_wqueue.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/periph_ctrl.c [1K | |
| [1K | |
| CC: irq/irq_spinlock.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_console.c [1K | |
| [1K | |
| CC: vfs/fs_truncate.c [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_link.c [1K | |
| [1K | |
| CC: irq/irq_csection.c [1K | |
| [1K | |
| CC: misc/assert.c [1K | |
| CC: misc/lib_circbuf.c [1K | |
| [1K | |
| CC: misc/panic_notifier.c [1K | |
| [1K | |
| IN: mm/libmm.a -> staging/libmm.a [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: vfs/fs_symlink.c [1K | |
| CC: vfs/fs_readlink.c [1K | |
| CC: driver/fs_registerdriver.c [1K | |
| [1K | |
| CC: misc/lib_creat.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_mknod.c [1K | |
| CC: driver/fs_unregisterdriver.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_event.c [1K | |
| [1K | |
| CC: driver/fs_registerpipedriver.c [1K | |
| [1K | |
| CC: misc/reboot_notifier.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_umask.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_gpio.c [1K | |
| [1K | |
| CC: misc/lib_utsname.c [1K | |
| [1K | |
| CC: driver/fs_unregisterpipedriver.c [1K | |
| [1K | |
| CC: driver/fs_registerblockdriver.c [1K | |
| [1K | |
| [1K | |
| CC: mqueue/mq_initialize.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_modem.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/lowpower/port/esp32s3/sleep_cpu.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/sar_periph_ctrl.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/cpu_region_protect.c [1K | |
| [1K | |
| CC: driver/fs_unregisterblockdriver.c [1K | |
| [1K | |
| CC: driver/fs_findblockdriver.c [1K | |
| [1K | |
| CC: mqueue/mq_waitirq.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: driver/fs_openblockdriver.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/esp_clk_tree.c [1K | |
| CC: mqueue/mq_recover.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_getrandom.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/io_mux.c [1K | |
| [1K | |
| [1K | |
| CC: driver/fs_closeblockdriver.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/rtc_clk.c [1K | |
| [1K | |
| CC: mqueue/mq_send.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/rtc_init.c [1K | |
| [1K | |
| CC: mqueue/mq_sndinternal.c [1K | |
| [1K | |
| CC: mqueue/mq_receive.c [1K | |
| [1K | |
| CC: driver/fs_blockpartition.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: mqueue/mq_rcvinternal.c [1K | |
| CC: driver/fs_findmtddriver.c [1K | |
| CC: mqueue/mq_getattr.c [1K | |
| [1K | |
| CC: misc/lib_xorshift128.c [1K | |
| [1K | |
| CC: mqueue/mq_msgfree.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/rtc_clk_init.c [1K | |
| CC: misc/lib_tea_encrypt.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/rtc_sleep.c [1K | |
| CC: misc/lib_tea_decrypt.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: driver/fs_closemtddriver.c [1K | |
| CC: driver/fs_blockmerge.c [1K | |
| [1K | |
| CC: misc/lib_cxx_initialize.c [1K | |
| CC: mqueue/mq_msgqalloc.c [1K | |
| [1K | |
| CC: driver/fs_finddriver.c [1K | |
| [1K | |
| [1K | |
| CC: mmap/fs_mmap.c [1K | |
| CC: mqueue/mq_msgqfree.c [1K | |
| [1K | |
| CC: misc/lib_impure.c [1K | |
| [1K | |
| CC: misc/lib_memfd.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: mmap/fs_munmap.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/rtc_time.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/systimer.c [1K | |
| CC: mqueue/mq_setattr.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: mqueue/mq_notify.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/mspi/mspi_timing_tuning/mspi_timing_tuning.c [1K | |
| CC: misc/lib_mutex.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/mspi/mspi_timing_tuning/port/esp32s3/mspi_timing_config.c [1K | |
| [1K | |
| [1K | |
| CC: mmap/fs_mmisc.c [1K | |
| CC: mqueue/msgctl.c [1K | |
| [1K | |
| CC: misc/lib_fchmodat.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_fstatat.c [1K | |
| CC: mqueue/msgget.c [1K | |
| [1K | |
| [1K | |
| CC: mqueue/msginternal.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp_clk_tree_common.c [1K | |
| [1K | |
| [1K | |
| CC: mqueue/msgrcv.c [1K | |
| [1K | |
| CC: misc/lib_getfullpath.c [1K | |
| CC: mmap/fs_msync.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_openat.c [1K | |
| CC: mmap/fs_anonmap.c [1K | |
| [1K | |
| CC: misc/lib_mkdirat.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_utimensat.c [1K | |
| CC: mqueue/msgsnd.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/regi2c_ctrl.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/rtc_module.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_modes.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/sleep_uart.c [1K | |
| [1K | |
| CC: pthread/pthread_create.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/power_supply/brownout.c [1K | |
| [1K | |
| CC: mqueue/mq_open.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_libc/src/port/esp_time_impl.c [1K | |
| CC: pthread/pthread_exit.c [1K | |
| CC: misc/lib_mallopt.c [1K | |
| [1K | |
| CC: misc/lib_idr.c [1K | |
| [1K | |
| CC: misc/lib_getnprocs.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_tempbuffer.c [1K | |
| CC: mqueue/mq_close.c [1K | |
| [1K | |
| CC: pthread/pthread_join.c [1K | |
| [1K | |
| CC: mqueue/mq_unlink.c [1K | |
| [1K | |
| CC: mount/fs_mount.c [1K | |
| [1K | |
| CC: mount/fs_umount2.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_mm/esp_mmu_map.c [1K | |
| [1K | |
| [1K | |
| CC: mount/fs_foreachmountpoint.c [1K | |
| [1K | |
| CC: pthread/pthread_detach.c [1K | |
| [1K | |
| CC: mount/fs_procfs_mount.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_mm/port/esp32s3/ext_mem_layout.c [1K | |
| CC: pthread/pthread_getschedparam.c [1K | |
| [1K | |
| CC: mount/fs_gettype.c [1K | |
| [1K | |
| CC: misc/lib_umul32.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_mm/esp_cache_msync.c [1K | |
| CC: misc/lib_umul64.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_mm/esp_cache_utils.c [1K | |
| [1K | |
| CC: pthread/pthread_setschedparam.c [1K | |
| CC: misc/lib_umul32x64.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_sigmask.c [1K | |
| CC: misc/lib_uadd32x64.c [1K | |
| [1K | |
| CC: misc/lib_uadd64.c [1K | |
| [1K | |
| CC: pthread/pthread_cancel.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_completejoin.c [1K | |
| CC: partition/fs_partition.c [1K | |
| [1K | |
| CC: procfs/fs_procfs.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_phy/esp32s3/phy_init_data.c [1K | |
| [1K | |
| [1K | |
| CC: procfs/fs_procfscpuinfo.c [1K | |
| CC: misc/lib_usub64x32.c [1K | |
| [1K | |
| [1K | |
| CC: procfs/fs_procfscpuload.c [1K | |
| CC: misc/lib_usub64.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_phy/src/phy_common.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_phy/src/phy_init.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_pm/pm_locks.c [1K | |
| CC: misc/lib_dumpbuffer.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_findjoininfo.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_pm/pm_impl.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_sys.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_print.c [1K | |
| [1K | |
| CC: misc/lib_dumpvbuffer.c [1K | |
| CC: procfs/fs_procfscritmon.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_crc.c [1K | |
| [1K | |
| CC: pthread/pthread_release.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_serial_output.c [1K | |
| CC: procfs/fs_procfsfdt.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_spiflash.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_efuse.c [1K | |
| [1K | |
| CC: pthread/pthread_setschedprio.c [1K | |
| [1K | |
| CC: misc/lib_fnmatch.c [1K | |
| [1K | |
| CC: pthread/pthread_setaffinity.c [1K | |
| [1K | |
| CC: procfs/fs_procfsiobinfo.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_gpio.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_cache_esp32s2_esp32s3.c [1K | |
| CC: misc/lib_debug.c [1K | |
| [1K | |
| CC: procfs/fs_procfsmeminfo.c [1K | |
| [1K | |
| CC: pthread/pthread_getaffinity.c [1K | |
| [1K | |
| CC: sched/sched_getfiles.c [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_profil.c [1K | |
| CC: procfs/fs_procfsproc.c [1K | |
| [1K | |
| CC: sched/sched_addreadytorun.c [1K | |
| [1K | |
| CC: procfs/fs_procfstcbinfo.c [1K | |
| [1K | |
| CC: misc/lib_crc64.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_system/esp_err.c [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_removereadytorun.c [1K | |
| CC: procfs/fs_procfsuptime.c [1K | |
| [1K | |
| CC: procfs/fs_procfsutil.c [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_addblocked.c [1K | |
| [1K | |
| CC: procfs/fs_procfsversion.c [1K | |
| CC: sched/sched_removeblocked.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_system/esp_system.c [1K | |
| CC: sched/sched_gettcb.c [1K | |
| CC: misc/lib_crc32.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_system/startup.c [1K | |
| CC: sched/sched_verifytcb.c [1K | |
| [1K | |
| CC: sched/sched_releasetcb.c [1K | |
| [1K | |
| CC: misc/lib_crc16.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_system/startup_funcs.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_system/system_time.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_system/port/soc/esp32s3/clk.c [1K | |
| CC: sched/sched_setparam.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_crc16ccitt.c [1K | |
| CC: misc/lib_crc8.c [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_setpriority.c [1K | |
| CC: sched/sched_getparam.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_system/port/soc/esp32s3/system_internal.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_timer/src/esp_timer.c [1K | |
| CC: sched/sched_setscheduler.c [1K | |
| [1K | |
| CC: misc/lib_crc8ccitt.c [1K | |
| [1K | |
| CC: misc/lib_crc8table.c [1K | |
| [1K | |
| CC: misc/lib_crc8rohc.c [1K | |
| [1K | |
| CC: sched/sched_getscheduler.c [1K | |
| [1K | |
| CC: sched/sched_yield.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_timer/src/esp_timer_init.c [1K | |
| [1K | |
| CC: sched/sched_rrgetinterval.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_crc8h1d.c [1K | |
| [1K | |
| CC: sched/sched_foreach.c [1K | |
| CC: sched/sched_lock.c [1K | |
| [1K | |
| CC: misc/lib_crc8h2f.c [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_unlock.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_crc16h1021.c [1K | |
| CC: sched/sched_lockcount.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_timer/src/esp_timer_impl_systimer.c [1K | |
| [1K | |
| CC: misc/lib_crc16h8005.c [1K | |
| [1K | |
| CC: sched/sched_idletask.c [1K | |
| [1K | |
| CC: sched/sched_self.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| IN: fs/libfs.a -> staging/libfs.a [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_timer/src/system_time.c [1K | |
| CC: misc/lib_crc32h04c11db7.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_timer/src/esp_timer_impl_common.c [1K | |
| CC: sched/sched_get_stackinfo.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_ana_conv/adc_hal_common.c [1K | |
| [1K | |
| CC: sched/sched_get_tls.c [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_sysinfo.c [1K | |
| CC: misc/lib_crc32hf4acfb13.c [1K | |
| [1K | |
| CC: misc/lib_crc64emac.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_ana_conv/adc_oneshot_hal.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_security/aes_hal.c [1K | |
| [1K | |
| [1K | |
| CC: misc/lib_backtrace.c [1K | |
| CC: sched/sched_get_stateinfo.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_clock/esp32s3/clk_tree_hal.c [1K | |
| CC: sched/sched_getcpu.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/esp32s3/efuse_hal.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_pmu/esp32s3/rtc_cntl_hal.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_pmu/brownout_hal.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/efuse_hal.c [1K | |
| [1K | |
| CC: misc/lib_ftok.c [1K | |
| [1K | |
| [1K | |
| CC: sched/sched_switchcontext.c [1K | |
| CC: misc/lib_err.c [1K | |
| [1K | |
| CC: sched/sched_sleep.c [1K | |
| [1K | |
| CC: sched/sched_process_delivered.c [1K | |
| [1K | |
| CC: misc/lib_instrument.c [1K | |
| [1K | |
| CC: misc/lib_glob.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_gpio/gpio_hal.c [1K | |
| CC: sched/sched_getaffinity.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_ledc/ledc_hal_iram.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_ledc/ledc_hal.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_pcnt/pcnt_hal.c [1K | |
| CC: misc/lib_crc16ibm.c [1K | |
| [1K | |
| CC: misc/lib_crc16xmodem.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_rmt/rmt_hal.c [1K | |
| CC: net/lib_addrconfig.c [1K | |
| [1K | |
| [1K | |
| CC: net/lib_base64.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_gpio/rtc_io_hal.c [1K | |
| CC: sched/sched_setaffinity.c [1K | |
| [1K | |
| CC: sched/sched_waitpid.c [1K | |
| [1K | |
| CC: sched/sched_roundrobin.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_gpio/sdm_hal.c [1K | |
| CC: sched/sched_processtick.c [1K | |
| [1K | |
| CC: sched/sched_smp.c [1K | |
| [1K | |
| CC: net/lib_htons.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_i2s/i2s_hal.c [1K | |
| CC: net/lib_htonl.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: net/lib_htonq.c [1K | |
| CC: semaphore/sem_destroy.c [1K | |
| CC: net/lib_inetaddr.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_security/sha_hal.c [1K | |
| CC: net/lib_inetaton.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_mcpwm/mcpwm_hal.c [1K | |
| [1K | |
| CC: net/lib_inetntoa.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/systimer_hal.c [1K | |
| [1K | |
| CC: semaphore/sem_wait.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: net/lib_inetntop.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_timg/timer_hal.c [1K | |
| CC: semaphore/sem_trywait.c [1K | |
| [1K | |
| CC: semaphore/sem_tickwait.c [1K | |
| CC: net/lib_inetpton.c [1K | |
| [1K | |
| CC: net/lib_inetnetwork.c [1K | |
| [1K | |
| [1K | |
| CC: semaphore/sem_timedwait.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_touch_sens/touch_sens_hal.c [1K | |
| [1K | |
| CC: semaphore/sem_clockwait.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/cache_hal.c [1K | |
| [1K | |
| CC: semaphore/sem_timeout.c [1K | |
| [1K | |
| [1K | |
| CC: semaphore/sem_post.c [1K | |
| CC: semaphore/sem_recover.c [1K | |
| [1K | |
| CC: net/lib_etherntoa.c [1K | |
| [1K | |
| [1K | |
| CC: net/lib_etheraton.c [1K | |
| [1K | |
| CC: obstack/lib_obstack_init.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_security/mpu_hal.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: semaphore/sem_reset.c [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/mmu_hal.c [1K | |
| [1K | |
| CC: obstack/lib_obstack_alloc.c [1K | |
| CC: obstack/lib_obstack_copy.c [1K | |
| [1K | |
| CC: obstack/lib_obstack_free.c [1K | |
| [1K | |
| CC: obstack/lib_obstack_make_room.c [1K | |
| [1K | |
| [1K | |
| CC: obstack/lib_obstack_blank.c [1K | |
| CC: semaphore/sem_waitirq.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_i2c/i2c_hal.c [1K | |
| CC: semaphore/sem_rw.c [1K | |
| CC: signal/sig_nanosleep.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_uart/uart_hal_iram.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_uart/uart_hal.c [1K | |
| CC: chip/esp-hal-3rdparty/components/hal/hal_utils.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_sleep.c [1K | |
| CC: signal/sig_usleep.c [1K | |
| [1K | |
| CC: obstack/lib_obstack_grow.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: obstack/lib_obstack_finish.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_mspi/spi_flash_hal.c [1K | |
| CC: signal/sig_clockwait.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_kill.c [1K | |
| CC: obstack/lib_obstack_object_size.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_mspi/spi_flash_hal_iram.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_mspi/spi_flash_hal_gpspi.c [1K | |
| [1K | |
| CC: signal/sig_tgkill.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_mspi/spi_flash_encrypt_hal_iram.c [1K | |
| CC: obstack/lib_obstack_printf.c [1K | |
| CC: obstack/lib_obstack_room.c [1K | |
| [1K | |
| CC: signal/sig_dispatch.c [1K | |
| [1K | |
| CC: signal/sig_lowest.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_dma/gdma_hal_ahb_v1.c [1K | |
| [1K | |
| [1K | |
| CC: obstack/lib_obstack_vprintf.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_dma/gdma_hal_top.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/log_level/log_level.c [1K | |
| CC: signal/sig_notification.c [1K | |
| [1K | |
| [1K | |
| CC: obstack/lib_obstack_malloc.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_init.c [1K | |
| CC: pthread/pthread_attr_destroy.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/log_level/tag_log_level/tag_log_level.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_attr_setschedpolicy.c [1K | |
| CC: signal/sig_pause.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_ppoll.c [1K | |
| CC: pthread/pthread_attr_getschedpolicy.c [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/log_level/tag_log_level/linked_list/log_linked_list.c [1K | |
| CC: signal/sig_procmask.c [1K | |
| [1K | |
| CC: signal/sig_pselect.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_attr_setinheritsched.c [1K | |
| CC: signal/sig_queue.c [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/log.c [1K | |
| CC: signal/sig_suspend.c [1K | |
| [1K | |
| CC: signal/sig_timedwait.c [1K | |
| [1K | |
| CC: signal/sig_waitinfo.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_cleanup.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_getinheritsched.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_setdetachstate.c [1K | |
| CC: signal/sig_initialize.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/noos/log_lock.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_pending.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/noos/log_timestamp.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/os/log_write.c [1K | |
| CC: chip/esp-hal-3rdparty/components/log/src/os/util.c [1K | |
| CC: pthread/pthread_attr_getdetachstate.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/soc/dport_access_common.c [1K | |
| CC: pthread/pthread_attr_setstackaddr.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_gpio/esp32s3/dedic_gpio_periph.c [1K | |
| [1K | |
| CC: signal/sig_releasependingsignal.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_dma/esp32s3/gdma_periph.c [1K | |
| CC: signal/sig_removependingsignal.c [1K | |
| CC: pthread/pthread_attr_getstackaddr.c [1K | |
| [1K | |
| CC: signal/sig_unmaskpendingsignal.c [1K | |
| [1K | |
| CC: signal/sig_action.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_attr_setstacksize.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_ana_conv/esp32s3/adc_periph.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_attr_getstacksize.c [1K | |
| CC: signal/sig_allocpendingsigaction.c [1K | |
| [1K | |
| CC: signal/sig_deliver.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_findaction.c [1K | |
| CC: chip/esp-hal-3rdparty/components/soc/esp32s3/gpio_periph.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_attr_setstack.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_ledc/esp32s3/ledc_periph.c [1K | |
| CC: signal/sig_releasependingsigaction.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_attr_getstack.c [1K | |
| CC: task/task_argvstr.c [1K | |
| CC: task/task_create.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_pcnt/esp32s3/pcnt_periph.c [1K | |
| CC: pthread/pthread_attr_setschedparam.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_getschedparam.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_attr_setscope.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_rmt/esp32s3/rmt_periph.c [1K | |
| [1K | |
| CC: task/task_init.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_getscope.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_gpio/esp32s3/rtc_io_periph.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: task/task_setup.c [1K | |
| CC: pthread/pthread_attr_setguardsize.c [1K | |
| CC: task/task_activate.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_gpio/esp32s3/sdm_periph.c [1K | |
| [1K | |
| CC: pthread/pthread_attr_getguardsize.c [1K | |
| [1K | |
| [1K | |
| CC: task/task_start.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_i2c/esp32s3/i2c_periph.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_i2s/esp32s3/i2s_periph.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: task/task_delete.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_mcpwm/esp32s3/mcpwm_periph.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_ana_conv/esp32s3/temperature_sensor_periph.c [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_wrap.c [1K | |
| CC: pthread/pthread_barrierattr_init.c [1K | |
| [1K | |
| [1K | |
| CC: task/task_exit.c [1K | |
| [1K | |
| CC: task/task_exithook.c [1K | |
| CC: task/task_getgroup.c [1K | |
| [1K | |
| CC: pthread/pthread_barrierattr_destroy.c [1K | |
| [1K | |
| CC: task/task_getpid.c [1K | |
| [1K | |
| CC: pthread/pthread_barrierattr_getpshared.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: task/task_prctl.c [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_hpm_enable.c [1K | |
| CC: pthread/pthread_barrierattr_setpshared.c [1K | |
| CC: task/task_recover.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/esp32s3/spi_flash_oct_flash_init.c [1K | |
| CC: pthread/pthread_barrierinit.c [1K | |
| [1K | |
| [1K | |
| CC: task/task_restart.c [1K | |
| [1K | |
| CC: task/task_spawnparms.c [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_os_func_noos.c [1K | |
| [1K | |
| CC: task/task_cancelpt.c [1K | |
| [1K | |
| [1K | |
| CC: task/task_terminate.c [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_os_func_app.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_generic.c [1K | |
| CC: pthread/pthread_barrierdestroy.c [1K | |
| [1K | |
| [1K | |
| CC: task/task_gettid.c [1K | |
| CC: task/exit.c [1K | |
| CC: pthread/pthread_barrierwait.c [1K | |
| [1K | |
| [1K | |
| CC: task/task_join.c [1K | |
| [1K | |
| CC: pthread/pthread_condattr_init.c [1K | |
| CC: pthread/pthread_condattr_destroy.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: task/task_spawn.c [1K | |
| CC: pthread/pthread_condattr_getpshared.c [1K | |
| [1K | |
| CC: pthread/pthread_condattr_setpshared.c [1K | |
| CC: timer/timer_initialize.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_boya.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_gd.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_condattr_setclock.c [1K | |
| CC: timer/timer_create.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_winbond.c [1K | |
| [1K | |
| CC: timer/timer_delete.c [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_issi.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_mxic_opi.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_condattr_getclock.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_mxic.c [1K | |
| CC: pthread/pthread_condinit.c [1K | |
| CC: timer/timer_getoverrun.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_th.c [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/esp_flash_api.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/flash_ops.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/spi_flash_chip_drivers.c [1K | |
| [1K | |
| [1K | |
| CC: timer/timer_getitimer.c [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/memspi_host_driver.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_conddestroy.c [1K | |
| CC: timer/timer_gettime.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/esp_flash_spi_init.c [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/flash_mmap.c [1K | |
| [1K | |
| CC: timer/timer_setitimer.c [1K | |
| [1K | |
| CC: pthread/pthread_condtimedwait.c [1K | |
| [1K | |
| [1K | |
| CC: timer/timer_settime.c [1K | |
| CC: pthread/pthread_equal.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/flash_brownout_hook.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_condbroadcast.c [1K | |
| CC: pthread/pthread_condclockwait.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/spi_flash/cache_utils.c [1K | |
| [1K | |
| CC: timer/timer_release.c [1K | |
| [1K | |
| CC: pthread/pthread_condsignal.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/ulp/ulp_common/ulp_common.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_condwait.c [1K | |
| CC: tls/task_initinfo.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_create.c [1K | |
| CC: tls/task_uninitinfo.c [1K | |
| [1K | |
| CC: tls/tls_initinfo.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/ulp/ulp_common/ulp_adc.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_exit.c [1K | |
| CC: chip/esp-hal-3rdparty/components/ulp/ulp_riscv/ulp_riscv.c [1K | |
| [1K | |
| CC: pthread/pthread_setname_np.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_getname_np.c [1K | |
| CC: tls/tls_dupinfo.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/ulp/ulp_riscv/ulp_riscv_lock.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/ulp/ulp_riscv/ulp_riscv_i2c.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_rmt/src/rmt_common.c [1K | |
| CC: wdog/wd_initialize.c [1K | |
| [1K | |
| [1K | |
| CC: wdog/wd_start.c [1K | |
| CC: pthread/pthread_get_stackaddr_np.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_rmt/src/rmt_encoder.c [1K | |
| [1K | |
| CC: pthread/pthread_get_stacksize_np.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_rmt/src/rmt_encoder_bytes.c [1K | |
| [1K | |
| CC: wdog/wd_cancel.c [1K | |
| [1K | |
| [1K | |
| CC: wdog/wd_gettime.c [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_init.c [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_rmt/src/rmt_encoder_copy.c [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_destroy.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_rmt/src/rmt_encoder_simple.c [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_getpshared.c [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_setpshared.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_rmt/src/rmt_rx.c [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_rmt/src/rmt_tx.c [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_setprotocol.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_gpio/src/gpio.c [1K | |
| CC: pthread/pthread_mutexattr_getprotocol.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_gpio/src/rtc_io.c [1K | |
| [1K | |
| IN: sched/libsched.a -> staging/libsched.a [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_settype.c [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_gettype.c [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_setrobust.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/upper_hal_uart/src/uart_wakeup.c [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_getrobust.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/nuttx/src/platform/os.c [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_setprioceiling.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/nuttx/src/heap_caps.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/nuttx/src/components/newlib/newlib/libc/misc/init.c [1K | |
| [1K | |
| CC: pthread/pthread_mutexattr_getprioceiling.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/nuttx/src/components/esp_system/esp_ipc.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/intr_alloc.c [1K | |
| [1K | |
| CC: pthread/pthread_mutex_destroy.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hw_support/port/esp32s3/esp_cpu_intr.c [1K | |
| [1K | |
| CC: pthread/pthread_mutex_init.c [1K | |
| [1K | |
| CC: pthread/pthread_mutex_trylock.c [1K | |
| [1K | |
| CC: pthread/pthread_mutex_timedlock.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/xtensa/xtensa_intr.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_mutex.c [1K | |
| CC: chip/esp-hal-3rdparty/components/soc/esp32s3/interrupts.c [1K | |
| [1K | |
| CC: pthread/pthread_mutex_unlock.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_security/src/esp_hmac.c [1K | |
| CC: pthread/pthread_mutex_lock.c [1K | |
| [1K | |
| CC: pthread/pthread_mutex_setprioceiling.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_security/src/esp_crypto_periph_clk.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_security/src/esp_crypto_lock.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_mutex_getprioceiling.c [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_security/hmac_hal.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/flash_encrypt.c [1K | |
| [1K | |
| CC: pthread/pthread_once.c [1K | |
| [1K | |
| CC: pthread/pthread_yield.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/nuttx/src/bootloader_banner_wrap.c [1K | |
| [1K | |
| CC: pthread/pthread_atfork.c [1K | |
| [1K | |
| CC: pthread/pthread_rwlockattr_init.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_rwlockattr_destroy.c [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_console.c [1K | |
| [1K | |
| CC: pthread/pthread_rwlockattr_getpshared.c [1K | |
| [1K | |
| CC: pthread/pthread_rwlockattr_setpshared.c [1K | |
| [1K | |
| CC: pthread/pthread_rwlock.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_console_loader.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/esp32s3/bootloader_esp32s3.c [1K | |
| CC: pthread/pthread_rwlock_rdlock.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_init.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_rwlock_wrlock.c [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_common.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_common_loader.c [1K | |
| [1K | |
| CC: pthread/pthread_setcancelstate.c [1K | |
| [1K | |
| CC: pthread/pthread_setcanceltype.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/bootloader_flash/src/flash_qio_mode.c [1K | |
| [1K | |
| CC: pthread/pthread_testcancel.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_getcpuclockid.c [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_clock_init.c [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_self.c [1K | |
| CC: pthread/pthread_gettid_np.c [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_efuse.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_mem.c [1K | |
| [1K | |
| CC: pthread/pthread_concurrency.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_random.c [1K | |
| CC: pthread/pthread_kill.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: pthread/pthread_attr_getaffinity.c [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_random_esp32s3.c [1K | |
| CC: pthread/pthread_attr_setaffinity.c [1K | |
| [1K | |
| CC: pthread/pthread_mutex_consistent.c [1K | |
| [1K | |
| CC: pthread/pthread_mutex_inconsistent.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/esp_image_format.c [1K | |
| [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/esp32s3/bootloader_soc.c [1K | |
| CC: pwd/lib_getpwnam.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/bootloader_support/src/bootloader_sha.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_hal_uart/esp32s3/uart_periph.c [1K | |
| [1K | |
| CC: pwd/lib_getpwnamr.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/esp_rom/patches/esp_rom_systimer.c [1K | |
| [1K | |
| CC: chip/esp-hal-3rdparty/components/efuse/src/esp_efuse_fields.c [1K | |
| [1K | |
| CC: common/espressif/esp_loader.c [1K | |
| [1K | |
| [1K | |
| CC: pwd/lib_getpwuid.c [1K | |
| CC: common/espressif/esp_efuse.c [1K | |
| [1K | |
| CC: pwd/lib_getpwuidr.c [1K | |
| [1K | |
| [1K | |
| CC: common/espressif/esp_irq.c [1K | |
| CC: pwd/lib_getpwent.c [1K | |
| [1K | |
| [1K | |
| CC: common/espressif/esp_xtensa_intr.c [1K | |
| CC: pwd/lib_pwd_globals.c [1K | |
| [1K | |
| CC: pwd/lib_getspnam.c [1K | |
| [1K | |
| CC: common/espressif/esp_gpio.c [1K | |
| [1K | |
| CC: common/xtensa_assert.c [1K | |
| [1K | |
| CC: pwd/lib_getpwbuf.c [1K | |
| [1K | |
| CC: common/xtensa_cache.c [1K | |
| [1K | |
| CC: pwd/lib_getpwbufr.c [1K | |
| [1K | |
| CC: common/xtensa_cpenable.c [1K | |
| [1K | |
| CC: queue/queue.c [1K | |
| [1K | |
| CC: sched/sched_getprioritymax.c [1K | |
| [1K | |
| CC: common/xtensa_cpuinfo.c [1K | |
| [1K | |
| CC: sched/sched_getprioritymin.c [1K | |
| [1K | |
| CC: sched/task_cancelpt.c [1K | |
| [1K | |
| CC: sched/task_setcancelstate.c [1K | |
| [1K | |
| [1K | |
| CC: sched/task_setcanceltype.c [1K | |
| CC: common/xtensa_cpuint.c [1K | |
| [1K | |
| CC: common/xtensa_createstack.c [1K | |
| [1K | |
| CC: common/xtensa_exit.c [1K | |
| [1K | |
| CC: common/xtensa_getintstack.c [1K | |
| [1K | |
| CC: sched/task_testcancel.c [1K | |
| [1K | |
| [1K | |
| CC: sched/task_gettid.c [1K | |
| [1K | |
| CC: common/xtensa_initialize.c [1K | |
| CC: common/xtensa_initialstate.c [1K | |
| [1K | |
| CC: sched/task_getpid.c [1K | |
| [1K | |
| CC: sched/clock_getcpuclockid.c [1K | |
| [1K | |
| CC: sched/sched_cpucount.c [1K | |
| [1K | |
| CC: sched/task_startup.c [1K | |
| [1K | |
| CC: search/hcreate_r.c [1K | |
| [1K | |
| CC: common/xtensa_irqdispatch.c [1K | |
| [1K | |
| CC: search/hcreate.c [1K | |
| [1K | |
| [1K | |
| CC: search/hash_func.c [1K | |
| CC: common/xtensa_lowputs.c [1K | |
| [1K | |
| CC: common/xtensa_modifyreg8.c [1K | |
| [1K | |
| [1K | |
| CC: common/xtensa_modifyreg16.c [1K | |
| CC: semaphore/sem_init.c [1K | |
| [1K | |
| CC: common/xtensa_modifyreg32.c [1K | |
| [1K | |
| CC: semaphore/sem_setprotocol.c [1K | |
| [1K | |
| CC: semaphore/sem_getprotocol.c [1K | |
| [1K | |
| [1K | |
| CC: common/xtensa_mpu.c [1K | |
| CC: common/xtensa_nputs.c [1K | |
| [1K | |
| [1K | |
| CC: common/xtensa_oneshot.c [1K | |
| CC: semaphore/sem_getvalue.c [1K | |
| [1K | |
| CC: common/xtensa_perf.c [1K | |
| [1K | |
| CC: semaphore/sem_destroy.c [1K | |
| [1K | |
| CC: semaphore/sem_wait.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: semaphore/sem_trywait.c [1K | |
| CC: common/xtensa_releasestack.c [1K | |
| CC: semaphore/sem_timedwait.c [1K | |
| [1K | |
| CC: common/xtensa_registerdump.c [1K | |
| [1K | |
| CC: semaphore/sem_clockwait.c [1K | |
| [1K | |
| CC: semaphore/sem_post.c [1K | |
| [1K | |
| CC: common/xtensa_swint.c [1K | |
| [1K | |
| CC: signal/sig_addset.c [1K | |
| [1K | |
| CC: common/xtensa_stackframe.c [1K | |
| [1K | |
| CC: signal/sig_delset.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_emptyset.c [1K | |
| [1K | |
| CC: signal/sig_fillset.c [1K | |
| CC: common/xtensa_saveusercontext.c [1K | |
| [1K | |
| CC: common/xtensa_usestack.c [1K | |
| [1K | |
| [1K | |
| CC: common/xtensa_tcbinfo.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_nandset.c [1K | |
| CC: signal/sig_andset.c [1K | |
| CC: common/xtensa_schedsigaction.c [1K | |
| [1K | |
| CC: signal/sig_orset.c [1K | |
| [1K | |
| CC: common/xtensa_sigdeliver.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_xorset.c [1K | |
| [1K | |
| CC: common/xtensa_fpucmp.c [1K | |
| CC: common/xtensa_debug.c [1K | |
| [1K | |
| CC: signal/sig_isemptyset.c [1K | |
| [1K | |
| CC: common/xtensa_smpcall.c [1K | |
| [1K | |
| CC: signal/sig_killpg.c [1K | |
| [1K | |
| CC: signal/sig_altstack.c [1K | |
| [1K | |
| CC: signal/sig_hold.c [1K | |
| [1K | |
| CC: signal/sig_ismember.c [1K | |
| [1K | |
| CC: signal/sig_pause.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_psignal.c [1K | |
| CC: signal/sig_raise.c [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_relse.c [1K | |
| CC: signal/sig_wait.c [1K | |
| [1K | |
| CC: signal/sig_ignore.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: signal/sig_interrupt.c [1K | |
| CC: signal/sig_set.c [1K | |
| [1K | |
| CC: signal/sig_signal.c [1K | |
| CC: spawn/lib_psfa_addaction.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: spawn/lib_psfa_addclose.c [1K | |
| CC: spawn/lib_psfa_adddup2.c [1K | |
| CC: spawn/lib_psfa_addopen.c [1K | |
| CC: spawn/lib_psfa_destroy.c [1K | |
| [1K | |
| [1K | |
| CC: spawn/lib_psfa_init.c [1K | |
| [1K | |
| CC: spawn/lib_psa_getflags.c [1K | |
| CC: spawn/lib_psa_getschedparam.c [1K | |
| [1K | |
| CC: spawn/lib_psa_getschedpolicy.c [1K | |
| [1K | |
| CC: spawn/lib_psa_init.c [1K | |
| [1K | |
| [1K | |
| CC: spawn/lib_psa_setflags.c [1K | |
| CC: spawn/lib_psa_setschedparam.c [1K | |
| [1K | |
| [1K | |
| CC: spawn/lib_psa_setschedpolicy.c [1K | |
| [1K | |
| CC: spawn/lib_psa_getsigmask.c [1K | |
| [1K | |
| [1K | |
| CC: spawn/lib_psa_setsigmask.c [1K | |
| [1K | |
| CC: spawn/lib_psa_getstacksize.c [1K | |
| CC: spawn/lib_psa_setstacksize.c [1K | |
| CC: spawn/lib_psa_destroy.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: spawn/lib_psa_getpriority.c [1K | |
| [1K | |
| CC: spawn/lib_psa_setpriority.c [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 | |
| [1K | |
| [1K | |
| CC: stdio/lib_sprintf.c [1K | |
| CC: stdio/lib_asprintf.c [1K | |
| CC: stdio/lib_snprintf.c [1K | |
| CC: stdio/lib_vsprintf.c [1K | |
| CC: stdio/lib_vasprintf.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_vsnprintf.c [1K | |
| CC: stdio/lib_dprintf.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_vdprintf.c [1K | |
| CC: stdio/lib_vprintf.c [1K | |
| CC: stdio/lib_perror.c [1K | |
| [1K | |
| CC: stdio/lib_putchar.c [1K | |
| [1K | |
| CC: stdio/lib_getchar.c [1K | |
| [1K | |
| CC: stdio/lib_puts.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_gets_s.c [1K | |
| [1K | |
| CC: stdio/lib_gets.c [1K | |
| CC: stdio/lib_libdgets.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_sscanf.c [1K | |
| CC: stdio/lib_vsscanf.c [1K | |
| [1K | |
| CC: stdio/lib_remove.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_tempnam.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_tmpnam.c [1K | |
| CC: stdio/lib_renameat.c [1K | |
| CC: stdio/lib_putwchar.c [1K | |
| [1K | |
| CC: stdio/lib_fopen.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_freopen.c [1K | |
| CC: stdio/lib_fclose.c [1K | |
| CC: stdio/lib_fread.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_libfread_unlocked.c [1K | |
| CC: stdio/lib_fseek.c [1K | |
| [1K | |
| CC: stdio/lib_fseeko.c [1K | |
| [1K | |
| CC: stdio/lib_ftell.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_ftello.c [1K | |
| CC: stdio/lib_fsetpos.c [1K | |
| [1K | |
| CC: stdio/lib_getdelim.c [1K | |
| CC: stdio/lib_fgetpos.c [1K | |
| CC: stdio/lib_getc.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_fgetc.c [1K | |
| CC: stdio/lib_fgets.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_libfgets.c [1K | |
| [1K | |
| CC: stdio/lib_fwrite.c [1K | |
| [1K | |
| CC: stdio/lib_libfwrite.c [1K | |
| [1K | |
| CC: stdio/lib_fflush.c [1K | |
| [1K | |
| CC: stdio/lib_libflushall.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_libfflush.c [1K | |
| CC: stdio/lib_rdflush_unlocked.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_wrflush_unlocked.c [1K | |
| CC: stdio/lib_putc.c [1K | |
| CC: stdio/lib_fputc.c [1K | |
| CC: stdio/lib_fputs.c [1K | |
| CC: stdio/lib_ungetc.c [1K | |
| [1K | |
| CC: stdio/lib_fprintf.c [1K | |
| [1K | |
| CC: stdio/lib_vfprintf.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_feof.c [1K | |
| CC: stdio/lib_ferror.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_rewind.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_clearerr.c [1K | |
| CC: stdio/lib_scanf.c [1K | |
| CC: stdio/lib_vscanf.c [1K | |
| [1K | |
| CC: stdio/lib_fscanf.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_vfscanf.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_tmpfile.c [1K | |
| [1K | |
| CC: stdio/lib_setbuf.c [1K | |
| CC: stdio/lib_setvbuf.c [1K | |
| CC: stdio/lib_libfilelock.c [1K | |
| [1K | |
| CC: stdio/lib_libgetstreams.c [1K | |
| CC: stdio/lib_setbuffer.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_fputwc.c [1K | |
| [1K | |
| CC: stdio/lib_putwc.c [1K | |
| CC: stdio/lib_fputws.c [1K | |
| CC: stdio/lib_fopencookie.c [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_fmemopen.c [1K | |
| [1K | |
| CC: stdio/lib_open_memstream.c [1K | |
| [1K | |
| CC: stdio/lib_fgetwc.c [1K | |
| CC: stdio/lib_getwc.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdio/lib_ungetwc.c [1K | |
| CC: stdlib/lib_abs.c [1K | |
| CC: stdlib/lib_abort.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_atof.c [1K | |
| CC: stdlib/lib_getprogname.c [1K | |
| CC: stdlib/lib_atoi.c [1K | |
| CC: stdlib/lib_atol.c [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_atoll.c [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_div.c [1K | |
| [1K | |
| CC: stdlib/lib_ldiv.c [1K | |
| [1K | |
| IN: arch/xtensa/src/libarch.a -> staging/libarch.a [1K | |
| CC: stdlib/lib_lldiv.c [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_exit.c [1K | |
| CC: stdlib/lib_itoa.c [1K | |
| CC: stdlib/lib_labs.c [1K | |
| CC: stdlib/lib_llabs.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_realpath.c [1K | |
| [1K | |
| CC: stdlib/lib_bsearch.c [1K | |
| CC: stdlib/lib_rand.c [1K | |
| [1K | |
| CC: stdlib/lib_rand48.c [1K | |
| CC: stdlib/lib_qsort.c [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_srand.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_strtol.c [1K | |
| CC: stdlib/lib_strtoll.c [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_strtoul.c [1K | |
| [1K | |
| CC: stdlib/lib_strtoull.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_checkbase.c [1K | |
| [1K | |
| CC: stdlib/lib_mktemp.c [1K | |
| [1K | |
| CC: stdlib/lib_mkstemp.c [1K | |
| CC: stdlib/lib_mkdtemp.c [1K | |
| CC: stdlib/lib_aligned_alloc.c [1K | |
| CC: stdlib/lib_posix_memalign.c [1K | |
| CC: stdlib/lib_valloc.c [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_mblen.c [1K | |
| CC: stdlib/lib_mbtowc.c [1K | |
| CC: stdlib/lib_wctomb.c [1K | |
| [1K | |
| [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 | |
| [1K | |
| CC: stdlib/lib_arc4random.c [1K | |
| [1K | |
| [1K | |
| CC: stdlib/lib_strtold.c [1K | |
| CC: stream/lib_meminstream.c [1K | |
| CC: stream/lib_memoutstream.c [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_memsistream.c [1K | |
| CC: stream/lib_memsostream.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_lowoutstream.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_rawinstream.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_rawoutstream.c [1K | |
| CC: stream/lib_rawsistream.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_rawsostream.c [1K | |
| CC: stream/lib_zeroinstream.c [1K | |
| CC: stream/lib_nullinstream.c [1K | |
| CC: stream/lib_nulloutstream.c [1K | |
| CC: stream/lib_mtdoutstream.c [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_libnoflush.c [1K | |
| CC: stream/lib_libsnoflush.c [1K | |
| CC: stream/lib_syslogstream.c [1K | |
| CC: stream/lib_syslograwstream.c [1K | |
| CC: stream/lib_bufferedoutstream.c [1K | |
| [1K | |
| CC: stream/lib_hexdumpstream.c [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_base64outstream.c [1K | |
| CC: stream/lib_mtdsostream.c [1K | |
| [1K | |
| CC: stream/lib_fileinstream.c [1K | |
| [1K | |
| CC: stream/lib_fileoutstream.c [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_libbsprintf.c [1K | |
| CC: stream/lib_libvscanf.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_libvsprintf.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: stream/lib_ultoa_invert.c [1K | |
| CC: stream/lib_dtoa_engine.c [1K | |
| [1K | |
| CC: stream/lib_dtoa_data.c [1K | |
| [1K | |
| CC: stream/lib_stdinstream.c [1K | |
| [1K | |
| CC: stream/lib_stdoutstream.c [1K | |
| CC: stream/lib_stdsistream.c [1K | |
| CC: stream/lib_stdsostream.c [1K | |
| [1K | |
| CC: stream/lib_blkoutstream.c [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 | |
| [1K | |
| CC: string/lib_isbasedigit.c [1K | |
| [1K | |
| CC: string/lib_memmem.c [1K | |
| [1K | |
| CC: string/lib_popcount.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: string/lib_popcountl.c [1K | |
| [1K | |
| CC: string/lib_popcountll.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_skipspace.c [1K | |
| [1K | |
| CC: string/lib_strcasecmp.c [1K | |
| CC: string/lib_strcspn.c [1K | |
| CC: string/lib_strdup.c [1K | |
| CC: string/lib_strerror.c [1K | |
| CC: string/lib_strncasecmp.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strncat.c [1K | |
| CC: string/lib_strndup.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strcasestr.c [1K | |
| CC: string/lib_strpbrk.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strspn.c [1K | |
| [1K | |
| CC: string/lib_strstr.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strtok.c [1K | |
| CC: string/lib_strtokr.c [1K | |
| CC: string/lib_strsep.c [1K | |
| [1K | |
| CC: string/lib_strerrorr.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_explicit_bzero.c [1K | |
| CC: string/lib_strsignal.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: string/lib_index.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_rindex.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_timingsafe_bcmp.c [1K | |
| [1K | |
| CC: string/lib_strverscmp.c [1K | |
| CC: string/lib_mempcpy.c [1K | |
| CC: string/lib_rawmemchr.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: string/lib_memmove.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strlcat.c [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 | |
| [1K | |
| CC: string/lib_memrchr.c [1K | |
| CC: string/lib_stpncpy.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strchr.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strcmp.c [1K | |
| CC: string/lib_strlen.c [1K | |
| CC: string/lib_strncpy.c [1K | |
| CC: string/lib_memchr.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: string/lib_stpcpy.c [1K | |
| CC: string/lib_strcat.c [1K | |
| CC: string/lib_strchrnul.c [1K | |
| [1K | |
| CC: string/lib_strcpy.c [1K | |
| [1K | |
| [1K | |
| CC: string/lib_strncmp.c [1K | |
| CC: string/lib_strrchr.c [1K | |
| [1K | |
| CC: string/lib_memset.c [1K | |
| [1K | |
| [1K | |
| CC: symtab/symtab_findbyname.c [1K | |
| CC: symtab/symtab_findbyvalue.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: symtab/symtab_sortbyname.c [1K | |
| CC: syslog/lib_syslog.c [1K | |
| [1K | |
| CC: syslog/lib_setlogmask.c [1K | |
| [1K | |
| [1K | |
| CC: termios/lib_cfspeed.c [1K | |
| CC: termios/lib_cfmakeraw.c [1K | |
| CC: termios/lib_isatty.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: termios/lib_tcflush.c [1K | |
| CC: termios/lib_tcdrain.c [1K | |
| CC: termios/lib_tcflow.c [1K | |
| CC: termios/lib_tcgetattr.c [1K | |
| CC: termios/lib_tcsetattr.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: termios/lib_tcsendbreak.c [1K | |
| [1K | |
| [1K | |
| CC: termios/lib_ttyname.c [1K | |
| [1K | |
| CC: termios/lib_ttynamer.c [1K | |
| CC: time/lib_strftime.c [1K | |
| [1K | |
| CC: time/lib_calendar2utc.c [1K | |
| CC: time/lib_daysbeforemonth.c [1K | |
| CC: time/lib_gettimeofday.c [1K | |
| [1K | |
| CC: time/lib_isleapyear.c [1K | |
| CC: time/lib_settimeofday.c [1K | |
| [1K | |
| [1K | |
| CC: time/lib_time.c [1K | |
| [1K | |
| CC: time/lib_timespec_get.c [1K | |
| [1K | |
| [1K | |
| CC: time/lib_nanosleep.c [1K | |
| [1K | |
| [1K | |
| CC: time/lib_difftime.c [1K | |
| CC: time/lib_dayofweek.c [1K | |
| CC: time/lib_asctime.c [1K | |
| [1K | |
| [1K | |
| CC: time/lib_asctimer.c [1K | |
| CC: time/lib_ctime.c [1K | |
| [1K | |
| [1K | |
| CC: time/lib_ctimer.c [1K | |
| CC: time/lib_gethrtime.c [1K | |
| [1K | |
| [1K | |
| CC: time/lib_timegm.c [1K | |
| [1K | |
| [1K | |
| CC: time/lib_gmtime.c [1K | |
| CC: time/lib_gmtimer.c [1K | |
| CC: tls/task_getinfo.c [1K | |
| [1K | |
| CC: tls/tls_getinfo.c [1K | |
| [1K | |
| CC: uio/lib_preadv.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: uio/lib_pwritev.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_access.c [1K | |
| CC: unistd/lib_daemon.c [1K | |
| CC: unistd/lib_swab.c [1K | |
| CC: unistd/lib_pathconf.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_sysconf.c [1K | |
| CC: unistd/lib_getcwd.c [1K | |
| [1K | |
| CC: unistd/lib_getentropy.c [1K | |
| CC: unistd/lib_getopt_common.c [1K | |
| CC: unistd/lib_getopt.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_getopt_long.c [1K | |
| [1K | |
| CC: unistd/lib_getopt_longonly.c [1K | |
| CC: unistd/lib_getoptvars.c [1K | |
| [1K | |
| CC: unistd/lib_getoptargp.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_getopterrp.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_getoptindp.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_getoptoptp.c [1K | |
| CC: unistd/lib_times.c [1K | |
| CC: unistd/lib_alarm.c [1K | |
| [1K | |
| CC: unistd/lib_fstatvfs.c [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 | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_setregid.c [1K | |
| CC: unistd/lib_getrusage.c [1K | |
| CC: unistd/lib_utime.c [1K | |
| [1K | |
| CC: unistd/lib_utimes.c [1K | |
| CC: unistd/lib_setrlimit.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_getrlimit.c [1K | |
| CC: unistd/lib_setpriority.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_futimes.c [1K | |
| CC: unistd/lib_getpriority.c [1K | |
| [1K | |
| CC: unistd/lib_lutimes.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_gethostname.c [1K | |
| [1K | |
| CC: unistd/lib_sethostname.c [1K | |
| [1K | |
| CC: unistd/lib_fchownat.c [1K | |
| CC: unistd/lib_linkat.c [1K | |
| [1K | |
| CC: unistd/lib_readlinkat.c [1K | |
| [1K | |
| CC: unistd/lib_symlinkat.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_unlinkat.c [1K | |
| [1K | |
| CC: unistd/lib_usleep.c [1K | |
| CC: unistd/lib_getpgrp.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_getpgid.c [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 | |
| [1K | |
| [1K | |
| CC: unistd/lib_fchdir.c [1K | |
| CC: unistd/lib_confstr.c [1K | |
| [1K | |
| CC: unistd/lib_ulimit.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_setuid.c [1K | |
| [1K | |
| CC: unistd/lib_setgid.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_getuid.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_getgid.c [1K | |
| [1K | |
| [1K | |
| CC: unistd/lib_seteuid.c [1K | |
| [1K | |
| CC: unistd/lib_setegid.c [1K | |
| CC: unistd/lib_geteuid.c [1K | |
| CC: unistd/lib_getegid.c [1K | |
| CC: unistd/lib_restoredir.c [1K | |
| CC: unistd/lib_truncate.c [1K | |
| CC: unistd/lib_posix_fallocate.c [1K | |
| [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 | |
| CC: uuid/lib_uuid_equal.c [1K | |
| CC: uuid/lib_uuid_from_string.c [1K | |
| [1K | |
| CC: uuid/lib_uuid_hash.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: uuid/lib_uuid_is_nil.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: uuid/lib_uuid_stream.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: uuid/lib_uuid_to_string.c [1K | |
| [1K | |
| CC: wchar/lib_wcscmp.c [1K | |
| CC: wchar/lib_wcslen.c [1K | |
| CC: wchar/lib_wmemchr.c [1K | |
| CC: wchar/lib_wmemcmp.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wmemcpy.c [1K | |
| CC: wchar/lib_wmemmove.c [1K | |
| CC: wchar/lib_wmemset.c [1K | |
| CC: wchar/lib_btowc.c [1K | |
| [1K | |
| CC: wchar/lib_mbrtowc.c [1K | |
| [1K | |
| CC: wchar/lib_wctob.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcslcpy.c [1K | |
| [1K | |
| CC: wchar/lib_wcsxfrm.c [1K | |
| [1K | |
| CC: wchar/lib_wcrtomb.c [1K | |
| CC: wchar/lib_wcsftime.c [1K | |
| CC: wchar/lib_wcscoll.c [1K | |
| CC: wchar/lib_wcstol.c [1K | |
| CC: wchar/lib_wcstoll.c [1K | |
| [1K | |
| CC: wchar/lib_wcstoul.c [1K | |
| [1K | |
| CC: wchar/lib_wcstoull.c [1K | |
| CC: wchar/lib_wcstold.c [1K | |
| [1K | |
| CC: wchar/lib_wcstof.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcstod.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_swprintf.c [1K | |
| CC: wchar/lib_mbsnrtowcs.c [1K | |
| [1K | |
| CC: wchar/lib_wcsnrtombs.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_mbsinit.c [1K | |
| CC: wchar/lib_mbrlen.c [1K | |
| CC: wchar/lib_mbsrtowcs.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcsrtombs.c [1K | |
| CC: wchar/lib_wcscpy.c [1K | |
| CC: wchar/lib_wcscat.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcslcat.c [1K | |
| [1K | |
| CC: wchar/lib_wcsncat.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcsrchr.c [1K | |
| [1K | |
| CC: wchar/lib_wcschr.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcsncpy.c [1K | |
| CC: wchar/lib_wcsncmp.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcscspn.c [1K | |
| CC: wchar/lib_wcspbrk.c [1K | |
| CC: wchar/lib_wcsspn.c [1K | |
| CC: wchar/lib_wcsstr.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcstok.c [1K | |
| CC: wchar/lib_wcswcs.c [1K | |
| [1K | |
| CC: wchar/lib_wcwidth.c [1K | |
| [1K | |
| [1K | |
| CC: wchar/lib_wcswidth.c [1K | |
| CC: wctype/lib_wctype.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| CC: wctype/lib_iswctype.c [1K | |
| CC: wctype/lib_towlower.c [1K | |
| CC: wctype/lib_towupper.c [1K | |
| [1K | |
| [1K | |
| CC: limits_check.c [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| [1K | |
| IN: libs/libc/libc.a -> staging/libc.a [1K | |
| [1K | |
| AS: common/xtensa_vectors.S [1K | |
| AS: common/xtensa_window_vector.S [1K | |
| AS: common/xtensa_windowspill.S [1K | |
| AS: common/xtensa_int_handlers.S [1K | |
| AS: common/xtensa_user_handler.S [1K | |
| CC: chip/esp32s3_start.c [1K | |
| CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_peripherals.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_peripherals.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_rom_aliases.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_rom_aliases.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/flat_memory.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/flat_memory.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_sections.ld-> /tmp/nuttx/nuttx.git/boards/xtensa/esp32s3/esp32s3-devkit/../common/scripts/esp32s3_sections.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.api.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.api.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libc.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libc.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.libgcc.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.newlib.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.version.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_rom/esp32s3/ld/esp32s3.rom.version.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_hal_wdt/esp32s3/rom.wdt.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/esp_hal_wdt/esp32s3/rom.wdt.ld.tmp [1K | |
| CPP: /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/soc/esp32s3/ld/esp32s3.peripherals.ld-> /tmp/nuttx/nuttx.git/arch/xtensa/src/chip/esp-hal-3rdparty/components/soc/esp32s3/ld/esp32s3.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: 205124 B 4194272 B 4.89% | |
| iram0_0_seg: 36608 B 304 KB 11.76% | |
| irom0_0_seg: 146528 B 4194272 B 3.49% | |
| dram0_0_seg: 38828 B 288 KB 13.17% | |
| drom0_0_seg: 270624 B 4194272 B 6.45% | |
| rtc_iram_seg: 0 B 8168 B 0.00% | |
| rtc_data_seg: 0 B 8168 B 0.00% | |
| rtc_reserved_seg: 24 B 24 B 100.00% | |
| rtc_slow_seg: 36 B 8 KB 0.44% | |
| CP: nuttx.hex | |
| MKIMAGE: ESP32-S3 binary | |
| esptool.py -c esp32s3 elf2image --ram-only-header -fs 4MB -fm dio -ff "40m" -o nuttx.bin nuttx | |
| Warning: DEPRECATED: 'esptool.py' is deprecated. Please use 'esptool' instead. The '.py' suffix will be removed in a future major release. | |
| esptool v5.3.1 | |
| Creating ESP32-S3 image... | |
| Image has only RAM segments visible. ROM segments are hidden and SHA256 digest is not appended. | |
| Merged 1 ELF section. | |
| Successfully created ESP32-S3 image. | |
| Generated: nuttx.bin | |
| 6,46s real 38,40s user 1m5,85s sys | |
| + /usr/bin/time -h gmake flash -j24 CROSSDEV=xtensa-esp32s3-elf- | |
| [1K | |
| CC: misc/lib_utsname.c [1K | |
| [1K | |
| IN: libs/libc/libc.a -> staging/libc.a [1K | |
| LD: nuttx | |
| Memory region Used Size Region Size %age Used | |
| ROM: 205124 B 4194272 B 4.89% | |
| iram0_0_seg: 36608 B 304 KB 11.76% | |
| irom0_0_seg: 146528 B 4194272 B 3.49% | |
| dram0_0_seg: 38828 B 288 KB 13.17% | |
| drom0_0_seg: 270624 B 4194272 B 6.45% | |
| rtc_iram_seg: 0 B 8168 B 0.00% | |
| rtc_data_seg: 0 B 8168 B 0.00% | |
| rtc_reserved_seg: 24 B 24 B 100.00% | |
| rtc_slow_seg: 36 B 8 KB 0.44% | |
| CP: nuttx.hex | |
| MKIMAGE: ESP32-S3 binary | |
| esptool.py -c esp32s3 elf2image --ram-only-header -fs 4MB -fm dio -ff "40m" -o nuttx.bin nuttx | |
| Warning: DEPRECATED: 'esptool.py' is deprecated. Please use 'esptool' instead. The '.py' suffix will be removed in a future major release. | |
| esptool v5.3.1 | |
| Creating ESP32-S3 image... | |
| Image has only RAM segments visible. ROM segments are hidden and SHA256 digest is not appended. | |
| Merged 1 ELF section. | |
| Successfully created ESP32-S3 image. | |
| Generated: nuttx.bin | |
| Warning: DEPRECATED: 'esptool.py' is deprecated. Please use 'esptool' instead. The '.py' suffix will be removed in a future major release. | |
| Warning: Deprecated: Command 'write_flash' is deprecated. Use 'write-flash' instead. | |
| esptool v5.3.1 | |
| Serial port /dev/cuaU0: | |
| Connecting.... | |
| Connected to ESP32-S3 on /dev/cuaU0: | |
| Chip type: ESP32-S3 (QFN56) (revision v0.2) | |
| Features: Wi-Fi, BT 5 (LE), Dual Core + LP Core, 240MHz, Embedded PSRAM 8MB (AP_3v3) | |
| Crystal frequency: 40MHz | |
| MAC: 24:ec:4a:03:47:0c | |
| Uploading stub flasher... | |
| Running stub flasher... | |
| Stub flasher running. | |
| Configuring flash size... | |
| Auto-detected flash size: 8MB | |
| Flash parameters set to 0x0230. | |
| Flash will be erased from 0x00000000 to 0x00032fff... | |
| Compressed 205120 bytes to 85918... | |
| Writing at 0x00000000 [ ] 0.0% 0/85918 bytes... | |
| Writing at 0x00006ac8 [====> ] 19.1% 16384/85918 bytes... | |
| Writing at 0x00012d2a [==========> ] 38.1% 32768/85918 bytes... | |
| Writing at 0x0001876a [================> ] 57.2% 49152/85918 bytes... | |
| Writing at 0x0001e2b8 [=====================> ] 76.3% 65536/85918 bytes... | |
| Writing at 0x00028313 [===========================> ] 95.3% 81920/85918 bytes... | |
| Writing at 0x00032140 [==============================] 100.0% 85918/85918 bytes... | |
| Wrote 205120 bytes (85918 compressed) at 0x00000000 in 7.8 seconds (211.1 kbit/s). | |
| Verifying written data... | |
| Hash of data verified. | |
| Hard resetting via RTS pin... | |
| 11,18s real 1,05s user 0,31s sys | |
| + cu -l /dev/cuaU0 -s 115200 | |
| Connected | |
| 2K performance run parameters for coremark. | |
| CoreMark Size : 666 | |
| Total ticks : 2312 | |
| Total time (secs): 23.120000 | |
| Iterations/Sec : 951.557093 | |
| Iterations : 22000 | |
| Compiler version : GCC14.2.0 | |
| Compiler flags : -O3 -fno-strict-aliasing -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-strength-reduce | |
| Parallel PThreads : 2 | |
| Memory location : HEAP | |
| seedcrc : 0xe9f5 | |
| [0]crclist : 0xe714 | |
| [1]crclist : 0xe714 | |
| [0]crcmatrix : 0x1fd7 | |
| [1]crcmatrix : 0x1fd7 | |
| [0]crcstate : 0x8e3a | |
| [1]crcstate : 0x8e3a | |
| [0]crcfinal : 0x33ff | |
| [1]crcfinal : 0x33ff | |
| Correct operation validated. See README.md for run and reporting rules. | |
| CoreMark 1.0 : 951.557093 / GCC14.2.0 -O3 -fno-strict-aliasing -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-strength-reduce / HEAP / 2:PThreads | |
| ~ | |
| [EOT] | |
| + /usr/bin/time -h gmake clean distclean -j24 CROSSDEV=xtensa-esp32s3-elf- | |
| 0,47s real 1,36s user 1,05s sys |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment