From 8fd5bf9ec268d81de3839af137e6968726150734 Mon Sep 17 00:00:00 2001 From: Sergiotarxz Date: Sat, 16 Nov 2024 15:31:33 +0100 Subject: [PATCH] Adding build intructions to reproduce bug. --- .config | 2432 +++++++++++++++++++++++++++ .gitignore | 80 - arch/xtensa/src/esp32s3/Make.defs | 2 + arch/xtensa/src/esp32s3/etc_romfs.c | 90 + build_js_romfs.sh | 7 + js/hello.js | 3 + 6 files changed, 2534 insertions(+), 80 deletions(-) create mode 100644 .config delete mode 100644 .gitignore create mode 100644 arch/xtensa/src/esp32s3/etc_romfs.c create mode 100644 build_js_romfs.sh create mode 100644 js/hello.js diff --git a/.config b/.config new file mode 100644 index 0000000000..9c2a954405 --- /dev/null +++ b/.config @@ -0,0 +1,2432 @@ + +# +# License Setup +# +CONFIG_ALLOW_BSD_COMPONENTS=y +CONFIG_ALLOW_GPL_COMPONENTS=y +# CONFIG_ALLOW_MIT_COMPONENTS is not set +# CONFIG_ALLOW_ECLIPSE_COMPONENTS is not set +# CONFIG_ALLOW_ICS_COMPONENTS is not set +# end of License Setup + +# +# Build Setup +# +# CONFIG_EXPERIMENTAL is not set +# CONFIG_DEFAULT_SMALL is not set +CONFIG_HOST_LINUX=y +# CONFIG_HOST_MACOS is not set +# CONFIG_HOST_WINDOWS is not set +# CONFIG_HOST_OTHER is not set + +# +# Build Configuration +# +CONFIG_APPS_DIR="../apps" +CONFIG_BASE_DEFCONFIG="esp32s3-devkit:blewifi-dirty" +CONFIG_BUILD_FLAT=y +# CONFIG_BUILD_2PASS is not set +# end of Build Configuration + +# +# Binary Output Formats +# +CONFIG_INTELHEX_BINARY=y +# CONFIG_MOTOROLA_SREC is not set +# CONFIG_RAW_BINARY is not set +# CONFIG_RAW_DISASSEMBLY is not set +# CONFIG_UBOOT_UIMAGE is not set +# CONFIG_DFU_BINARY is not set +CONFIG_OUTPUT_STRIP_PATHS=y +# end of Binary Output Formats + +# +# Customize Header Files +# +# CONFIG_ARCH_FLOAT_H is not set +CONFIG_ARCH_HAVE_STDARG_H=y +# CONFIG_ARCH_STDARG_H is not set +CONFIG_ARCH_HAVE_SETJMP=y +CONFIG_ARCH_SETJMP_H=y +CONFIG_ARCH_NONE_DEBUG_H=y +# CONFIG_ARCH_DEBUG_H is not set +# CONFIG_ARCH_CHIP_DEBUG_H is not set +# CONFIG_ARCH_BOARD_DEBUG_H is not set +# end of Customize Header Files + +# +# Debug Options +# +CONFIG_FORTIFY_SOURCE=0 +# CONFIG_NDEBUG is not set +CONFIG_ASSERTIONS_FILENAME=y +CONFIG_DEBUG_ALERT=y +# CONFIG_DEBUG_FEATURES is not set +CONFIG_ARCH_HAVE_STACKCHECK=y +# CONFIG_STACK_COLORATION is not set +# CONFIG_STACK_CANARIES is not set +# CONFIG_STACK_USAGE is not set +CONFIG_STACK_USAGE_WARNING=0 +# CONFIG_DEBUG_SYMBOLS is not set +# CONFIG_FRAME_POINTER is not set +# end of Debug Options + +CONFIG_ARCH_HAVE_CUSTOMOPT=y +# CONFIG_DEBUG_NOOPT is not set +# CONFIG_DEBUG_CUSTOMOPT is not set +CONFIG_DEBUG_FULLOPT=y +CONFIG_LTO_NONE=y +# CONFIG_LTO_FULL is not set +CONFIG_DEBUG_OPT_UNUSED_SECTIONS=y +# CONFIG_DEBUG_LINK_WHOLE_ARCHIVE is not set +CONFIG_DEBUG_LINK_MAP=y +# CONFIG_CCACHE is not set +# end of Build Setup + +# +# System Type +# +# CONFIG_ARCH_ARM is not set +# CONFIG_ARCH_ARM64 is not set +# CONFIG_ARCH_AVR is not set +# CONFIG_ARCH_HC is not set +# CONFIG_ARCH_MIPS is not set +# CONFIG_ARCH_MISOC is not set +# CONFIG_ARCH_RENESAS is not set +# CONFIG_ARCH_RISCV is not set +# CONFIG_ARCH_SIM is not set +# CONFIG_ARCH_X86 is not set +# CONFIG_ARCH_X86_64 is not set +CONFIG_ARCH_XTENSA=y +# CONFIG_ARCH_Z16 is not set +# CONFIG_ARCH_Z80 is not set +# CONFIG_ARCH_OR1K is not set +# CONFIG_ARCH_SPARC is not set +# CONFIG_ARCH_TRICORE is not set +CONFIG_ARCH="xtensa" +CONFIG_ARCH_CHIP="esp32s3" +CONFIG_ESPRESSIF_CHIP_SERIES="esp32s3" +CONFIG_ESPRESSIF_NUM_CPUS=2 +CONFIG_ESPRESSIF_SIMPLE_BOOT=y +# CONFIG_ESPRESSIF_TEMP is not set +# CONFIG_ESPRESSIF_WIFI is not set +# CONFIG_ESP_MCPWM is not set +# CONFIG_WPA_WAPI_PSK is not set +# CONFIG_WPA_SUITE_B_192 is not set +# CONFIG_ESP_WPA_DEBUG_PRINT is not set +CONFIG_ESPRESSIF_FLASH_MODE_DIO=y +# CONFIG_ESPRESSIF_FLASH_MODE_DOUT is not set +# CONFIG_ESPRESSIF_FLASH_MODE_QIO is not set +# CONFIG_ESPRESSIF_FLASH_MODE_QOUT is not set +# CONFIG_ESPRESSIF_FLASH_FREQ_80M is not set +CONFIG_ESPRESSIF_FLASH_FREQ_40M=y +# CONFIG_ESPRESSIF_FLASH_FREQ_26M is not set +# CONFIG_ESPRESSIF_FLASH_FREQ_20M is not set +# CONFIG_ARCH_CHIP_ESP32 is not set +# CONFIG_ARCH_CHIP_ESP32S2 is not set +CONFIG_ARCH_CHIP_ESP32S3=y +# CONFIG_ARCH_CHIP_XTENSA_CUSTOM is not set +CONFIG_ARCH_FAMILY_LX7=y +CONFIG_XTENSA_CP_INITSET=0x0001 +CONFIG_XTENSA_DUMPBT_ON_ASSERT=y +CONFIG_XTENSA_BTDEPTH=50 +# CONFIG_XTENSA_INTBACKTRACE is not set +# CONFIG_XTENSA_IMEM_USE_SEPARATE_HEAP is not set +# CONFIG_XTENSA_EXTMEM_BSS is not set +# CONFIG_XTENSA_TOOLCHAIN_XCC is not set +# CONFIG_XTENSA_TOOLCHAIN_XCLANG is not set +CONFIG_XTENSA_TOOLCHAIN_ESP=y +CONFIG_ESP_WIFI_ENABLE_SAE_PK=y +CONFIG_ESP_WIFI_ENABLE_WPA3_OWE_STA=y +# CONFIG_ESP_WIFI_GCMP_SUPPORT is not set +# CONFIG_ESP_WIFI_GMAC_SUPPORT is not set + +# +# ESP32-S3 Configuration Options +# +CONFIG_ARCH_CHIP_ESP32S3WROOM1N4=y +# CONFIG_ARCH_CHIP_ESP32S3WROOM1N8R8 is not set +# CONFIG_ARCH_CHIP_ESP32S3WROOM1N16R8 is not set +# CONFIG_ARCH_CHIP_ESP32S3WROOM2N16R8V is not set +# CONFIG_ARCH_CHIP_ESP32S3WROOM2N32R8V is not set +# CONFIG_ARCH_CHIP_ESP32S3MINI1N8 is not set +# CONFIG_ARCH_CHIP_ESP32S3CUSTOM is not set +# CONFIG_ESP32S3_DEFAULT_CPU_FREQ_80 is not set +# CONFIG_ESP32S3_DEFAULT_CPU_FREQ_160 is not set +CONFIG_ESP32S3_DEFAULT_CPU_FREQ_240=y +CONFIG_ESP32S3_DEFAULT_CPU_FREQ_MHZ=240 + +# +# Cache configuration +# +CONFIG_ESP32S3_INSTRUCTION_CACHE_16KB=y +# CONFIG_ESP32S3_INSTRUCTION_CACHE_32KB is not set +CONFIG_ESP32S3_INSTRUCTION_CACHE_SIZE=0x4000 +# CONFIG_ESP32S3_INSTRUCTION_CACHE_4WAYS is not set +CONFIG_ESP32S3_INSTRUCTION_CACHE_8WAYS=y +CONFIG_ESP32S3_ICACHE_ASSOCIATED_WAYS=8 +# CONFIG_ESP32S3_INSTRUCTION_CACHE_LINE_16B is not set +CONFIG_ESP32S3_INSTRUCTION_CACHE_LINE_32B=y +CONFIG_ESP32S3_INSTRUCTION_CACHE_LINE_SIZE=32 +# CONFIG_ESP32S3_DATA_CACHE_16KB is not set +CONFIG_ESP32S3_DATA_CACHE_32KB=y +# CONFIG_ESP32S3_DATA_CACHE_64KB is not set +CONFIG_ESP32S3_DATA_CACHE_SIZE=0x8000 +# CONFIG_ESP32S3_DATA_CACHE_4WAYS is not set +CONFIG_ESP32S3_DATA_CACHE_8WAYS=y +CONFIG_ESP32S3_DCACHE_ASSOCIATED_WAYS=8 +# CONFIG_ESP32S3_DATA_CACHE_LINE_16B is not set +CONFIG_ESP32S3_DATA_CACHE_LINE_32B=y +# CONFIG_ESP32S3_DATA_CACHE_LINE_64B is not set +CONFIG_ESP32S3_DATA_CACHE_LINE_SIZE=32 +# end of Cache configuration + +# CONFIG_ESP32S3_ULP_COPROC_ENABLED is not set +CONFIG_ESP32S3_ULP_COPROC_RESERVE_MEM=0 +CONFIG_ESP32S3_FLASH_4M=y +# CONFIG_ESP32S3_ESPTOOLPY_NO_STUB is not set +CONFIG_ESP32S3_FLASH_DETECT=y +# CONFIG_ESP32S3_PSRAM_8M is not set +# CONFIG_ESP32S3_RUN_IRAM is not set + +# +# ESP32-S3 Peripheral Selection +# + +# +# SPI Flash Configuration +# +# end of SPI Flash Configuration + +# CONFIG_ESP32S3_ADC is not set +CONFIG_ESP32S3_UART=y +CONFIG_ESP32S3_TIMER=y +# CONFIG_ESP32S3_I2S is not set +# CONFIG_ESP32S3_EFUSE is not set +CONFIG_ESP32S3_RNG=y +# CONFIG_ESP32S3_SPIRAM is not set +# CONFIG_ESP32S3_SPI2 is not set +# CONFIG_ESP32S3_SPI3 is not set +# CONFIG_ESP32S3_DMA is not set +CONFIG_ESP32S3_RTC=y +CONFIG_ESP32S3_UART0=y +# CONFIG_ESP32S3_UART1 is not set +# CONFIG_ESP32S3_UART2 is not set +CONFIG_ESP32S3_WIRELESS=y +CONFIG_ESP32S3_WIFI=y +CONFIG_ESP32S3_BLE=y +# CONFIG_ESP32S3_I2C0 is not set +# CONFIG_ESP32S3_I2C1 is not set +# CONFIG_ESP32S3_TWAI is not set +# CONFIG_ESP32S3_LEDC is not set +# CONFIG_ESP32S3_USBSERIAL is not set +# CONFIG_ESP32S3_OTG is not set +CONFIG_ESP32S3_TIMER0=y +# CONFIG_ESP32S3_TIMER1 is not set +# CONFIG_ESP32S3_TIMER2 is not set +# CONFIG_ESP32S3_TIMER3 is not set +# CONFIG_ESP32S3_MWDT0 is not set +# CONFIG_ESP32S3_MWDT1 is not set +# CONFIG_ESP32S3_RWDT is not set +CONFIG_ESP32S3_RT_TIMER=y +# CONFIG_ESP32S3_WCL is not set +# CONFIG_ESP32S3_LCD is not set +# CONFIG_ESP32S3_AES_ACCELERATOR is not set +# end of ESP32-S3 Peripheral Selection + +CONFIG_ESP32S3_WIFI_BT_COEXIST=y + +# +# Interrupt Configuration +# +# CONFIG_ESP32S3_IRAM_ISR_DEBUG is not set +# end of Interrupt Configuration + +# +# Memory Configuration +# + +# +# Additional Heaps +# +# CONFIG_ESP32S3_RTC_HEAP is not set +# end of Memory Configuration + +# CONFIG_ESP32S3_GPIO_IRQ is not set +# CONFIG_ESP32S3_RTCIO_IRQ is not set + +# +# UART Configuration +# +# CONFIG_ESP32S3_UART0_RS485 is not set +CONFIG_ESP32S3_UART0_TXPIN=43 +CONFIG_ESP32S3_UART0_RXPIN=44 +# end of UART Configuration + +# +# Wi-Fi Configuration +# + +# +# ESP WPA-Supplicant +# +# end of ESP WPA-Supplicant + +# CONFIG_ESP32S3_WIFI_STATION is not set +# CONFIG_ESP32S3_WIFI_SOFTAP is not set +CONFIG_ESP32S3_WIFI_STATION_SOFTAP=y +CONFIG_ESP32S3_WIFI_STATIC_RXBUF_NUM=10 +CONFIG_ESP32S3_WIFI_DYNAMIC_RXBUF_NUM=32 +CONFIG_ESP32S3_WIFI_DYNAMIC_TXBUF_NUM=32 +CONFIG_ESP32S3_WIFI_TX_AMPDU=y +CONFIG_ESP32S3_WIFI_RX_AMPDU=y +CONFIG_ESP32S3_WIFI_RXBA_AMPDU_WZ=6 +CONFIG_ESP32S3_WLAN_PKTBUF_NUM=16 +CONFIG_ESP32S3_WIFI_CONNECT_TIMEOUT=10 +CONFIG_ESP32S3_WIFI_SCAN_RESULT_SIZE=4096 +CONFIG_ESP32S3_WIFI_STA_DISCONNECT_PM=y +# CONFIG_ESP32S3_POWER_SAVE_NONE is not set +CONFIG_ESP32S3_POWER_SAVE_MIN_MODEM=y +# CONFIG_ESP32S3_POWER_SAVE_MAX_MODEM is not set +# end of Wi-Fi Configuration + +# +# BLE Configuration +# +CONFIG_ESP32S3_BLE_TASK_STACK_SIZE=4096 +CONFIG_ESP32S3_BLE_TASK_PRIORITY=253 +CONFIG_ESP32S3_BLE_INTERRUPT_SAVE_STATUS=3 +# end of BLE Configuration + +# +# Timer/Counter Configuration +# +# CONFIG_ESP32S3_ONESHOT is not set +# CONFIG_ESP32S3_FREERUN is not set +# end of Timer/Counter Configuration + +# +# RTC Configuration +# +CONFIG_ESP32S3_RTC_CLK_INT_RC=y +# CONFIG_ESP32S3_RTC_CLK_EXT_XTAL is not set +# CONFIG_ESP32S3_RTC_CLK_EXT_OSC is not set +# CONFIG_ESP32S3_RTC_CLK_INT_8MD256 is not set +CONFIG_ESP32S3_SYSTEM_BBPLL_RECALIB=y +# end of RTC Configuration + +# +# Real-Time Timer Configuration +# +CONFIG_ESP32S3_RT_TIMER_TASK_NAME="rt_timer" +CONFIG_ESP32S3_RT_TIMER_TASK_PRIORITY=223 +CONFIG_ESP32S3_RT_TIMER_TASK_STACK_SIZE=4096 +# end of Real-Time Timer Configuration + +# CONFIG_ESP32S3_TICKLESS is not set +# CONFIG_ESP32S3_SPIFLASH is not set + +# +# SPI Flash configuration +# +CONFIG_ESP32S3_FLASH_MODE_DIO=y +# CONFIG_ESP32S3_FLASH_MODE_DOUT is not set +# CONFIG_ESP32S3_FLASH_MODE_QIO is not set +# CONFIG_ESP32S3_FLASH_MODE_QOUT is not set +# CONFIG_ESP32S3_FLASH_MODE_OCT is not set +# CONFIG_ESP32S3_FLASH_FREQ_120M is not set +# CONFIG_ESP32S3_FLASH_FREQ_80M is not set +CONFIG_ESP32S3_FLASH_FREQ_40M=y +# CONFIG_ESP32S3_FLASH_FREQ_20M is not set +CONFIG_ESP32S3_FLASH_FREQ=40 +CONFIG_ESP32S3_FLASH_SAMPLE_MODE_STR=y +# CONFIG_ESP32S3_SPI_FLASH_DONT_USE_ROM_CODE is not set +# CONFIG_ESP32S3_SPI_FLASH_USE_32BIT_ADDRESS is not set +# end of SPI Flash configuration + +# +# SD/MMC Configuration +# +# CONFIG_ESP32S3_SDMMC is not set +# end of SD/MMC Configuration + +# +# Bootloader and Image Configuration +# +# CONFIG_ESP32S3_APP_FORMAT_MCUBOOT is not set +# CONFIG_ESP32S3_APP_FORMAT_LEGACY is not set +# end of Bootloader and Image Configuration + +# CONFIG_ARCH_CHIP_CUSTOM is not set +CONFIG_ARCH_TOOLCHAIN_GNU=y +# CONFIG_ARCH_SIZET_LONG is not set +# CONFIG_ARCH_COVERAGE is not set +# CONFIG_ARCH_INSTRUMENT_ALL is not set + +# +# Architecture Options +# +CONFIG_ARCH_VECNOTIRQ=y +CONFIG_ARCH_HAVE_TEXT_HEAP=y +CONFIG_ARCH_HAVE_TEXT_HEAP_SEPARATE_DATA_ADDRESS=y +CONFIG_ARCH_HAVE_TEXT_HEAP_WORD_ALIGNED_READ=y +CONFIG_ARCH_HAVE_COPY_SECTION=y +CONFIG_ARCH_HAVE_MULTICPU=y +CONFIG_ARCH_HAVE_FPU=y +CONFIG_ARCH_HAVE_MPU=y +CONFIG_ARCH_HAVE_RESET=y +CONFIG_ARCH_HAVE_TESTSET=y +CONFIG_ARCH_HAVE_SYSCALL_HOOKS=y +CONFIG_ARCH_HAVE_BACKTRACE=y +# CONFIG_ARCH_HAVE_DEBUG is not set +CONFIG_ARCH_HAVE_PERF_EVENTS=y +# CONFIG_ARCH_PERF_EVENTS is not set +CONFIG_ARCH_HAVE_CPUINFO=y +CONFIG_ARCH_HAVE_TCBINFO=y +CONFIG_ARCH_FPU=y +# CONFIG_ARCH_USE_MPU is not set +CONFIG_ARCH_USE_TEXT_HEAP=y +# CONFIG_ARCH_USE_SEPARATED_SECTION is not set +# CONFIG_ARCH_USE_COPY_SECTION is not set +CONFIG_ARCH_STACKDUMP=y +CONFIG_ARCH_STACKDUMP_MAX_LENGTH=0 +# CONFIG_ARCH_DEADLOCKDUMP is not set +# CONFIG_ENDIAN_BIG is not set +# CONFIG_ARCH_IDLE_CUSTOM is not set +# CONFIG_ARCH_MINIMAL_VECTORTABLE is not set + +# +# Board Settings +# +CONFIG_BOARD_LOOPSPERMSEC=16717 + +# +# Interrupt options +# +CONFIG_ARCH_HAVE_INTERRUPTSTACK=y +CONFIG_ARCH_INTERRUPTSTACK=2048 + +# +# Boot options +# +# CONFIG_BOOT_RUNFROMEXTSRAM is not set +CONFIG_BOOT_RUNFROMFLASH=y +# CONFIG_BOOT_RUNFROMISRAM is not set +# CONFIG_BOOT_RUNFROMSDRAM is not set +# CONFIG_BOOT_COPYTORAM is not set + +# +# Boot Memory Configuration +# +CONFIG_RAM_START=0x20000000 +CONFIG_RAM_SIZE=114688 +# end of Boot Memory Configuration +# end of System Type + +# +# Board Selection +# +CONFIG_ARCH_BOARD_ESP32S3_DEVKIT=y +# CONFIG_ARCH_BOARD_ESP32S3_EYE is not set +# CONFIG_ARCH_BOARD_ESP32S3_MEADOW is not set +# CONFIG_ARCH_BOARD_TC397 is not set +# CONFIG_ARCH_BOARD_CUSTOM is not set +CONFIG_ARCH_BOARD="esp32s3-devkit" + +# +# Common Board Options +# +CONFIG_ARCH_HAVE_LEDS=y +# CONFIG_ARCH_LEDS is not set +CONFIG_ARCH_HAVE_BUTTONS=y +# CONFIG_ARCH_BUTTONS is not set + +# +# Board-Specific Options +# +CONFIG_ESP32S3_DEVKITC_1_V10=y +# CONFIG_ESP32S3_DEVKITC_1_V11 is not set + +# +# Board-Common Options +# +CONFIG_ARCH_BOARD_COMMON=y +# CONFIG_ESP32S3_MERGE_BINS is not set +# CONFIG_ESP32S3_SPEED_UP_ISR is not set +# CONFIG_BOARD_CRASHDUMP is not set +CONFIG_BOARDCTL=y +# CONFIG_BOARDCTL_FINALINIT is not set +CONFIG_BOARDCTL_RESET=y +CONFIG_BOARD_RESET_ON_ASSERT=0 +CONFIG_BOARD_ASSERT_RESET_VALUE=1 +# CONFIG_BOARDCTL_RESET_CAUSE is not set +# CONFIG_BOARDCTL_UNIQUEID is not set +# CONFIG_BOARDCTL_UNIQUEKEY is not set +# CONFIG_BOARDCTL_SWITCH_BOOT is not set +# CONFIG_BOARDCTL_BOOT_IMAGE is not set +CONFIG_BOARDCTL_MKRD=y +CONFIG_BOARDCTL_ROMDISK=y +# CONFIG_BOARDCTL_APP_SYMTAB is not set +# CONFIG_BOARDCTL_OS_SYMTAB is not set +# CONFIG_BOARDCTL_SPINLOCK is not set +# CONFIG_BOARDCTL_START_CPU is not set +# CONFIG_BOARDCTL_IOCTL is not set +# CONFIG_BOARD_USBDEV_SERIALSTR is not set +# CONFIG_BOARD_USBDEV_PIDVID is not set +CONFIG_BOARD_MEMORY_RANGE="" +# end of Board Selection + +# +# RTOS Features +# +CONFIG_DISABLE_OS_API=y +# CONFIG_DISABLE_POSIX_TIMERS is not set +# CONFIG_DISABLE_PTHREAD is not set +# CONFIG_DISABLE_MQUEUE is not set +# CONFIG_DISABLE_MQUEUE_SYSV is not set +# CONFIG_DISABLE_ENVIRON is not set +# CONFIG_DISABLE_IDLE_LOOP is not set + +# +# Clocks and Timers +# +CONFIG_USEC_PER_TICK=10000 +# CONFIG_SYSTEMTICK_HOOK is not set +# CONFIG_SYSTEM_TIME64 is not set +# CONFIG_JULIAN_TIME is not set +CONFIG_START_YEAR=2011 +CONFIG_START_MONTH=12 +CONFIG_START_DAY=6 +CONFIG_PREALLOC_TIMERS=4 +# end of Clocks and Timers + +# +# Tasks and Scheduling +# +CONFIG_SPINLOCK=y +# CONFIG_TICKET_SPINLOCK is not set +CONFIG_RW_SPINLOCK=y +# CONFIG_IRQCHAIN is not set +CONFIG_IRQ_NWORKS=8 +CONFIG_IRQ_WORK_STACKSIZE=4096 +# CONFIG_SMP is not set +# CONFIG_INIT_NONE is not set +CONFIG_INIT_ENTRY=y +# CONFIG_INIT_FILE is not set +CONFIG_INIT_ARGS="" +CONFIG_INIT_STACKSIZE=8192 +CONFIG_INIT_PRIORITY=100 +CONFIG_INIT_ENTRYPOINT="nsh_main" +CONFIG_INIT_ENTRYNAME="nsh" +CONFIG_ETC_ROMFS=y +CONFIG_ETC_ROMFSMOUNTPT="/etc" +CONFIG_ETC_ROMFSDEVNO=0 +CONFIG_ETC_ROMFSSECTSIZE=64 +CONFIG_ETC_FATDEVNO=1 +CONFIG_ETC_FATSECTSIZE=512 +CONFIG_ETC_FATNSECTORS=1024 +CONFIG_ETC_FATMOUNTPT="/tmp" +CONFIG_RR_INTERVAL=200 +# CONFIG_SCHED_SPORADIC is not set +CONFIG_TASK_NAME_SIZE=31 +# CONFIG_SCHED_HAVE_PARENT is not set +CONFIG_SCHED_WAITPID=y +# CONFIG_SCHED_DUMP_LEAK is not set +# CONFIG_SCHED_DUMP_ON_EXIT is not set +# CONFIG_SCHED_USER_IDENTITY is not set +# end of Tasks and Scheduling + +# +# Pthread Options +# +CONFIG_PTHREAD_MUTEX_TYPES=y +CONFIG_PTHREAD_MUTEX_ROBUST=y +# CONFIG_PTHREAD_MUTEX_UNSAFE is not set +# CONFIG_PTHREAD_MUTEX_BOTH is not set +CONFIG_PTHREAD_MUTEX_DEFAULT_PRIO_NONE=y +# CONFIG_CANCELLATION_POINTS is not set +# end of Pthread Options + +# +# Performance Monitoring +# +# CONFIG_SCHED_IRQMONITOR is not set +# CONFIG_SCHED_CRITMONITOR is not set +CONFIG_SCHED_CPULOAD_NONE=y +# CONFIG_SCHED_CPULOAD_SYSCLK is not set +# CONFIG_SCHED_CPULOAD_EXTCLK is not set +# CONFIG_SCHED_INSTRUMENTATION is not set +# end of Performance Monitoring + +# +# System Auto Instrumentation +# +CONFIG_SCHED_STACK_RECORD=0 +# end of System Auto Instrumentation + +# +# Files and I/O +# +CONFIG_DEV_CONSOLE=y +# CONFIG_FDCLONE_DISABLE is not set +# CONFIG_FDCLONE_STDIO is not set +CONFIG_NFILE_DESCRIPTORS_PER_BLOCK=8 +CONFIG_FILE_STREAM=y +CONFIG_NAME_MAX=48 +CONFIG_PATH_MAX=256 +# end of Files and I/O + +# CONFIG_PRIORITY_INHERITANCE is not set +# CONFIG_PRIORITY_PROTECT is not set + +# +# RTOS hooks +# +# CONFIG_BOARD_EARLY_INITIALIZE is not set +# CONFIG_BOARD_LATE_INITIALIZE is not set +# CONFIG_SCHED_STARTHOOK is not set +# end of RTOS hooks + +# +# Signal Configuration +# +CONFIG_SIG_PREALLOC_ACTIONS=4 +CONFIG_SIG_ALLOC_ACTIONS=1 +CONFIG_SIG_PREALLOC_IRQ_ACTIONS=8 +# CONFIG_SIG_EVTHREAD is not set +CONFIG_SIG_DEFAULT=y + +# +# Per-signal Default Actions +# +CONFIG_SIG_SIGKILL_ACTION=y +# CONFIG_SIG_SIGUSR1_ACTION is not set +# CONFIG_SIG_SIGUSR2_ACTION is not set +# CONFIG_SIG_SIGPIPE_ACTION is not set +# CONFIG_SIG_SIGALRM_ACTION is not set +CONFIG_SIG_SIGSTOP_ACTION=y +# CONFIG_SIG_SIGPROF_ACTION is not set +# end of Signal Configuration + +# +# Message Queue Options +# +CONFIG_PREALLOC_MQ_MSGS=64 +CONFIG_PREALLOC_MQ_IRQ_MSGS=8 +CONFIG_MQ_MAXMSGSIZE=32 +# CONFIG_DISABLE_MQUEUE_NOTIFICATION is not set +# end of Message Queue Options + +CONFIG_MODULE=y + +# +# Work queue support +# +CONFIG_SCHED_WORKQUEUE=y +# CONFIG_WQUEUE_NOTIFIER is not set +CONFIG_SCHED_HPWORK=y +CONFIG_SCHED_HPNTHREADS=1 +CONFIG_SCHED_HPWORKPRIORITY=224 +CONFIG_SCHED_HPWORKSTACKSIZE=4096 +CONFIG_SCHED_LPWORK=y +CONFIG_SCHED_LPNTHREADS=1 +CONFIG_SCHED_LPWORKPRIORITY=100 +CONFIG_SCHED_LPWORKSTACKSIZE=4096 +# end of Work queue support + +# +# Stack and heap information +# +CONFIG_DEFAULT_TASK_STACKSIZE=4096 +CONFIG_IDLETHREAD_STACKSIZE=3072 +CONFIG_PTHREAD_STACK_MIN=256 +CONFIG_PTHREAD_STACK_DEFAULT=4096 +# end of Stack and heap information + +# CONFIG_SCHED_BACKTRACE is not set +CONFIG_GROUP_KILL_CHILDREN_TIMEOUT_MS=-1 +CONFIG_PID_INITIAL_COUNT=16 +# CONFIG_SCHED_EVENTS is not set +# CONFIG_LIB_SYSCALL is not set +# end of RTOS Features + +# +# Device Drivers +# +# CONFIG_SPECIFIC_DRIVERS is not set +CONFIG_ARCH_HAVE_RNG=y +CONFIG_DEV_RANDOM=y +# CONFIG_DEV_URANDOM is not set +# CONFIG_DEV_LOOP is not set +# CONFIG_CAN is not set +# CONFIG_CLK is not set +CONFIG_ARCH_HAVE_I2CRESET=y +# CONFIG_I2C is not set +# CONFIG_SPI is not set +# CONFIG_I2S is not set + +# +# IPCC driver requires CONFIG_EXPERIMENTAL +# + +# +# Timer Driver Support +# +# CONFIG_PWM is not set +# CONFIG_CAPTURE is not set +CONFIG_TIMER=y +# CONFIG_TIMER_ARCH is not set +# CONFIG_ONESHOT is not set +# CONFIG_RTC is not set +# CONFIG_WATCHDOG is not set +# end of Timer Driver Support + +# CONFIG_ANALOG is not set +# CONFIG_DRIVERS_AUDIO is not set +# CONFIG_FB_SYNC is not set +# CONFIG_FB_OVERLAY is not set +# CONFIG_FB_MODULEINFO is not set +# CONFIG_DRIVERS_VIDEO is not set +# CONFIG_DRIVERS_VIRTIO is not set +CONFIG_BCH=y +CONFIG_BCH_BUFFER_ALIGNMENT=0 +# CONFIG_BCH_DEVICE_READONLY is not set +# CONFIG_INPUT is not set + +# +# IO Expander/GPIO Support +# +# CONFIG_IOEXPANDER is not set +# CONFIG_DEV_GPIO is not set +# end of IO Expander/GPIO Support + +# +# LCD Driver Support +# +# CONFIG_LCD is not set + +# +# Character/Segment LCD Devices +# +# CONFIG_SLCD is not set + +# +# Other LCD-related Devices +# +# end of LCD Driver Support + +# +# LED Support +# +# CONFIG_USERLED is not set +# CONFIG_LEDS_APA102 is not set +# CONFIG_LEDS_MAX7219 is not set +# CONFIG_RGBLED is not set +# CONFIG_LP503X is not set +# CONFIG_PCA9635PW is not set +# CONFIG_NCP5623C is not set +# CONFIG_WS2812 is not set +# end of LED Support + +# CONFIG_DEV_SIMPLE_ADDRENV is not set +CONFIG_DEV_NULL=y +# CONFIG_DEV_ZERO is not set +# CONFIG_DEV_MEM is not set +# CONFIG_DEV_ASCII is not set +CONFIG_DEV_OPTEE_NONE=y +CONFIG_DRVR_MKRD=y +# CONFIG_GOLDFISH_PIPE is not set + +# +# Buffering +# +# CONFIG_DRVR_WRITEBUFFER is not set +# CONFIG_DRVR_READAHEAD is not set +# end of Buffering + +# CONFIG_MMCSD is not set +# CONFIG_MODEM is not set +CONFIG_MTD=y +CONFIG_MTD_PARTITION=y +# CONFIG_MTD_SECT512 is not set +# CONFIG_MTD_PARTITION_NAMES is not set +CONFIG_MTD_BYTE_WRITE=y +# CONFIG_MTD_CONFIG is not set + +# +# MTD Device Drivers +# +# CONFIG_MTD_NAND is not set +# CONFIG_RAMMTD is not set +# CONFIG_FILEMTD is not set +# CONFIG_NULLMTD is not set +# CONFIG_MTD_AT24XX is not set +# CONFIG_MTD_AT25EE is not set +# CONFIG_MTD_AT25 is not set +# CONFIG_MTD_AT45DB is not set +# CONFIG_MTD_IS25XP is not set +# CONFIG_MTD_M25P is not set +# CONFIG_MTD_MX25L is not set +# CONFIG_MTD_MX35 is not set +# CONFIG_MTD_S25FL1 is not set +# CONFIG_MTD_N25QXXX is not set +# CONFIG_MTD_W25QXXXJV is not set +# CONFIG_MTD_MX25RXX is not set +# CONFIG_MTD_SMART is not set +# CONFIG_MTD_RAMTRON is not set +# CONFIG_MTD_SST25 is not set +# CONFIG_MTD_SST25XX is not set +# CONFIG_MTD_SST26 is not set +# CONFIG_MTD_SST39FV is not set +# CONFIG_MTD_W25 is not set +# CONFIG_MTD_GD25 is not set +# CONFIG_MTD_GD5F is not set +# CONFIG_MTD_DHARA is not set +# CONFIG_EEPROM is not set +# CONFIG_EFUSE is not set +CONFIG_NETDEVICES=y + +# +# Upper-half Network Device Driver Options +# +CONFIG_NETDEV_LPWORK_THREAD=y +# CONFIG_NETDEV_HPWORK_THREAD is not set +# CONFIG_NETDEV_WORK_THREAD is not set +CONFIG_NETDEV_WIRELESS_HANDLER=y + +# +# General Ethernet MAC Driver Options +# +# CONFIG_NETDEV_TELNET is not set + +# +# External Ethernet MAC Device Support +# +# CONFIG_NET_DM90x0 is not set +# CONFIG_ENC28J60 is not set +# CONFIG_ENCX24J600 is not set +# CONFIG_NET_FTMAC100 is not set +# CONFIG_NET_LAN91C111 is not set +# CONFIG_NET_SKELETON is not set +# CONFIG_NET_W5500 is not set +# CONFIG_NET_KSZ9477 is not set +# CONFIG_NET_LAN9250 is not set +# CONFIG_DRIVERS_WIFI_SIM is not set + +# +# Pinctrl Support +# +# CONFIG_PINCTRL is not set +# end of Pinctrl Support + +CONFIG_PIPES=y +CONFIG_DEV_PIPE_MAXSIZE=65535 +CONFIG_DEV_PIPE_SIZE=1024 +CONFIG_DEV_FIFO_SIZE=1024 +CONFIG_DEV_PIPE_VFS_PATH="/var/pipe" +# CONFIG_PM is not set + +# +# Battery Management Support +# +# CONFIG_BATTERY_CHARGER is not set +# CONFIG_BATTERY_GAUGE is not set +# CONFIG_BATTERY_MONITOR is not set +# end of Battery Management Support + +# +# Power Supply Support +# +# CONFIG_DRIVERS_POWERLED is not set +# CONFIG_DRIVERS_SMPS is not set +# CONFIG_REGULATOR is not set +# end of Power Supply Support + +# +# Relay Support +# +# CONFIG_RELAY is not set +# end of Relay Support + +# CONFIG_REGMAP is not set +# CONFIG_RMT is not set +# CONFIG_RPMSG_ROUTER is not set +# CONFIG_RPMSG_PORT_SPI is not set +# CONFIG_RPMSG_PORT_SPI_SLAVE is not set +# CONFIG_RPMSG_PORT_UART is not set +# CONFIG_RPMSG_VIRTIO is not set +# CONFIG_RPTUN is not set +# CONFIG_SENSORS is not set +CONFIG_ARCH_HAVE_SERIAL_TERMIOS=y +CONFIG_SERIAL=y +CONFIG_SERIAL_CONSOLE=y +# CONFIG_UART_PL011 is not set +# CONFIG_CMSDK_UART is not set +# CONFIG_16550_UART is not set +CONFIG_MCU_SERIAL=y +CONFIG_STANDARD_SERIAL=y +CONFIG_SERIAL_NPOLLWAITERS=4 +# CONFIG_SERIAL_TERMIOS is not set +# CONFIG_TTY_LAUNCH is not set +CONFIG_TTY_SIGINT=y +CONFIG_TTY_SIGINT_CHAR=0x03 +# CONFIG_TTY_SIGTSTP is not set +CONFIG_UART0_SERIAL_CONSOLE=y +# CONFIG_OTHER_SERIAL_CONSOLE is not set +# CONFIG_NO_SERIAL_CONSOLE is not set +CONFIG_UART0_SERIALDRIVER=y + +# +# UART0 Configuration +# +CONFIG_UART0_RXBUFSIZE=256 +CONFIG_UART0_TXBUFSIZE=256 +CONFIG_UART0_BAUD=115200 +CONFIG_UART0_BITS=8 +CONFIG_UART0_PARITY=0 +CONFIG_UART0_2STOP=0 +# CONFIG_UART0_IFLOWCONTROL is not set +# CONFIG_UART0_OFLOWCONTROL is not set +# CONFIG_UART0_RXDMA is not set +# CONFIG_UART0_TXDMA is not set +# end of UART0 Configuration + +# CONFIG_RAM_UART is not set +# CONFIG_PSEUDOTERM is not set +# CONFIG_UART_BTH4 is not set +# CONFIG_UART_BTH5 is not set +# CONFIG_THERMAL is not set +# CONFIG_USBDEV is not set +# CONFIG_USBHOST is not set +# CONFIG_USBMISC is not set +CONFIG_DRIVERS_WIRELESS=y +# CONFIG_WL_CC1101 is not set +# CONFIG_WL_GS2200M is not set +# CONFIG_WL_SPIRIT is not set +# CONFIG_SPIRIT_NETDEV is not set +# CONFIG_DRIVERS_IEEE802154 is not set +CONFIG_DRIVERS_IEEE80211=y +# CONFIG_IEEE80211_BROADCOM_FULLMAC_GSPI is not set +# CONFIG_IEEE80211_BROADCOM_PTA_PRIORITY is not set +CONFIG_DRIVERS_BLUETOOTH=y +# CONFIG_BLUETOOTH_UART is not set +# CONFIG_BLUETOOTH_BRIDGE is not set +# CONFIG_BLUETOOTH_NULL is not set +# CONFIG_DRIVERS_LPWAN is not set +# CONFIG_WL_NRF24L01 is not set +# CONFIG_DRIVERS_CONTACTLESS is not set +# CONFIG_1WIRE is not set + +# +# System Logging +# + +# +# SYSLOG options +# +CONFIG_SYSLOG_MAX_CHANNELS=1 +# CONFIG_RAMLOG is not set +# CONFIG_SYSLOG_BUFFER is not set +# CONFIG_SYSLOG_INTBUFFER is not set + +# +# Formatting options +# +# CONFIG_SYSLOG_TIMESTAMP is not set +# CONFIG_SYSLOG_PRIORITY is not set +# CONFIG_SYSLOG_PROCESS_NAME is not set +# CONFIG_SYSLOG_PROCESSID is not set +# CONFIG_SYSLOG_PREFIX is not set +# CONFIG_SYSLOG_COLOR_OUTPUT is not set + +# +# SYSLOG channels +# +CONFIG_SYSLOG_DEVPATH="/dev/ttyS1" +# CONFIG_SYSLOG_CHAR is not set +# CONFIG_SYSLOG_STREAM is not set +# CONFIG_SYSLOG_CONSOLE is not set +CONFIG_SYSLOG_DEFAULT=y +# CONFIG_SYSLOG_RPMSG_SERVER_CHARDEV is not set +# CONFIG_SYSLOG_FILE is not set +# CONFIG_CONSOLE_SYSLOG is not set +# CONFIG_SYSLOG_CHARDEV is not set +# CONFIG_SYSLOG_IOCTL is not set +# end of System Logging + +# CONFIG_DRIVERS_RF is not set +# CONFIG_DRIVERS_RC is not set +# CONFIG_MOTOR is not set +# CONFIG_STEPPER is not set + +# +# MATH Acceleration Support +# +# CONFIG_MATH_CORDIC is not set +# CONFIG_MATH_FFT is not set +# CONFIG_MATH_MPI is not set +# end of MATH Acceleration Support + +# +# Segger RTT drivers +# +# CONFIG_STREAM_RTT is not set +# CONFIG_SYSLOG_RTT is not set +# CONFIG_SERIAL_RTT0 is not set +# CONFIG_SERIAL_RTT1 is not set +# CONFIG_SERIAL_RTT2 is not set +# end of Segger RTT drivers + +# CONFIG_DMA is not set +# CONFIG_DEVICE_TREE is not set +# CONFIG_RESET is not set +# CONFIG_PCI is not set +# CONFIG_PCI_ENDPOINT is not set +# CONFIG_CORESIGHT is not set +# end of Device Drivers + +# +# Networking Support +# +CONFIG_ARCH_HAVE_NET=y +CONFIG_ARCH_PHY_INTERRUPT=y +CONFIG_NET_WRITE_BUFFERS=y +CONFIG_NET_READAHEAD=y +CONFIG_NET=y +# CONFIG_NET_PROMISCUOUS is not set +CONFIG_NET_DEFAULT_MIN_PORT=4096 +CONFIG_NET_DEFAULT_MAX_PORT=32000 + +# +# Driver buffer configuration +# +CONFIG_NET_ETH_PKTSIZE=1514 +CONFIG_NET_GUARDSIZE=2 +CONFIG_NET_LL_GUARDSIZE=14 +CONFIG_NET_RECV_BUFSIZE=0 +CONFIG_NET_SEND_BUFSIZE=0 +# end of Driver buffer configuration + +# +# Link layer support +# +CONFIG_NET_ETHERNET=y +# CONFIG_NET_CELLULAR is not set +# CONFIG_NET_LOOPBACK is not set +# CONFIG_NET_MBIM is not set +# CONFIG_NET_SLIP is not set +# CONFIG_NET_TUN is not set +CONFIG_NETDEV_LATEINIT=y +# end of Link layer support + +# +# Network Device Operations +# +CONFIG_NETDEV_IOCTL=y +CONFIG_NETDEV_PHY_IOCTL=y +CONFIG_NETDEV_WIRELESS_IOCTL=y +CONFIG_NETDEV_IFINDEX=y +# CONFIG_NETDOWN_NOTIFIER is not set +# end of Network Device Operations + +# +# Internet Protocol Selection +# +CONFIG_NET_IPv4=y +# CONFIG_NET_IPv6 is not set +# CONFIG_NET_IPFORWARD is not set +# CONFIG_NET_IPFILTER is not set +# CONFIG_NET_IPFRAG is not set +# end of Internet Protocol Selection + +# +# Socket Support +# +CONFIG_NET_PREALLOC_DEVIF_CALLBACKS=16 +CONFIG_NET_ALLOC_DEVIF_CALLBACKS=0 +CONFIG_NET_SOCKOPTS=y +# CONFIG_NET_TCPPROTO_OPTIONS is not set +# CONFIG_NET_SOLINGER is not set +# CONFIG_NET_TIMESTAMP is not set +CONFIG_NET_BINDTODEVICE=y +# end of Socket Support + +CONFIG_NET_IPV4_CHECKSUMS=y + +# +# Raw Socket Support +# +# CONFIG_NET_PKT is not set +# end of Raw Socket Support + +# +# Unix Domain Socket Support +# +# CONFIG_NET_LOCAL is not set +# end of Unix Domain Socket Support + +# +# RPMSG Socket Support +# +# end of RPMSG Socket Support + +# +# SocketCAN Support +# +# CONFIG_NET_CAN is not set +# end of SocketCAN Support + +# +# Netlink Socket Support +# +# CONFIG_NET_NETLINK is not set +# end of Netlink Socket Support + +# +# TCP/IP Networking +# +CONFIG_NET_TCP=y +# CONFIG_NET_TCP_NO_STACK is not set +CONFIG_NET_TCP_DELAYED_ACK=y +# CONFIG_NET_TCP_KEEPALIVE is not set +# CONFIG_NET_TCPURGDATA is not set +CONFIG_NET_TCP_CHECKSUMS=y +CONFIG_NET_TCP_PREALLOC_CONNS=8 +CONFIG_NET_TCP_ALLOC_CONNS=0 +CONFIG_NET_TCP_NPOLLWAITERS=1 +CONFIG_NET_TCP_RTO=3 +CONFIG_NET_TCP_MAXRTX=8 +CONFIG_NET_TCP_MAXSYNRTX=5 +CONFIG_NET_TCP_WAIT_TIMEOUT=120 +CONFIG_NET_MAX_LISTENPORTS=20 +CONFIG_NET_TCP_FAST_RETRANSMIT=y +# CONFIG_NET_TCP_CC_NEWRENO is not set +# CONFIG_NET_TCP_WINDOW_SCALE is not set +# CONFIG_NET_TCP_OUT_OF_ORDER is not set +# CONFIG_NET_TCP_SELECTIVE_ACK is not set +# CONFIG_NET_TCP_NOTIFIER is not set +CONFIG_NET_TCP_WRITE_BUFFERS=y +CONFIG_NET_TCP_NWRBCHAINS=8 +# CONFIG_NET_TCPBACKLOG is not set +# CONFIG_NET_SENDFILE is not set +# end of TCP/IP Networking + +# +# UDP Networking +# +CONFIG_NET_UDP=y +# CONFIG_NET_UDP_NO_STACK is not set +CONFIG_NET_BROADCAST=y +# CONFIG_NET_UDP_CHECKSUMS is not set +CONFIG_NET_UDP_PREALLOC_CONNS=8 +CONFIG_NET_UDP_ALLOC_CONNS=0 +CONFIG_NET_UDP_NPOLLWAITERS=1 +CONFIG_NET_UDP_WRITE_BUFFERS=y +CONFIG_NET_UDP_NWRBCHAINS=8 +# CONFIG_NET_UDP_NOTIFIER is not set +# end of UDP Networking + +# +# Bluetooth socket support +# +CONFIG_NET_BLUETOOTH=y +CONFIG_NET_BLUETOOTH_PREALLOC_CONNS=4 +CONFIG_NET_BLUETOOTH_ALLOC_CONNS=0 +CONFIG_NET_BLUETOOTH_NCONTAINERS=8 +CONFIG_NET_BLUETOOTH_BACKLOG=8 +# end of Bluetooth socket support + +# +# IEEE 802.15.4 socket support +# +# end of IEEE 802.15.4 socket support + +# +# ICMP Networking Support +# +CONFIG_NET_ICMP=y +# CONFIG_NET_ICMP_NO_STACK is not set +CONFIG_NET_ICMP_PMTU_ENTRIES=0 +CONFIG_NET_ICMP_SOCKET=y +CONFIG_NET_ICMP_CHECKSUMS=y +CONFIG_NET_ICMP_PREALLOC_CONNS=4 +CONFIG_NET_ICMP_ALLOC_CONNS=0 +CONFIG_NET_ICMP_NPOLLWAITERS=1 +# end of ICMP Networking Support + +# +# ICMPv6 Networking Support +# +# CONFIG_NET_ICMPv6 is not set +# CONFIG_NET_ICMPv6_NO_STACK is not set +# end of ICMPv6 Networking Support + +# CONFIG_NET_IGMP is not set +CONFIG_NET_IGMP_CHECKSUMS=y + +# +# ARP Configuration +# +CONFIG_NET_ARP=y +CONFIG_NET_ARPTAB_SIZE=16 +CONFIG_NET_ARP_MAXAGE=120 +# CONFIG_NET_ARP_IPIN is not set +CONFIG_NET_ARP_SEND=y +CONFIG_ARP_SEND_MAXTRIES=5 +CONFIG_ARP_SEND_DELAYMSEC=20 +# CONFIG_NET_ARP_ACD is not set +# end of ARP Configuration + +# +# User-space networking stack API +# +# CONFIG_NET_USRSOCK is not set +# end of User-space networking stack API + +# CONFIG_NET_ARCH_INCR32 is not set +# CONFIG_NET_ARCH_CHKSUM is not set +CONFIG_NET_SNOOP_BUFSIZE=4096 +CONFIG_NET_RECV_PACK=y +# CONFIG_NET_STATISTICS is not set + +# +# Network Topologies +# +# end of Network Topologies + +# +# Routing Table Configuration +# +# CONFIG_NET_ROUTE is not set +# end of Routing Table Configuration +# end of Networking Support + +# +# Crypto API +# +# CONFIG_CRYPTO is not set +# end of Crypto API + +# +# File Systems +# + +# +# File system configuration +# +# CONFIG_DISABLE_MOUNTPOINT is not set +CONFIG_FS_LARGEFILE=y +# CONFIG_FS_AUTOMOUNTER is not set +CONFIG_FS_NEPOLL_DESCRIPTORS=8 +CONFIG_FS_LOCK_BUCKET_SIZE=0 +# CONFIG_DISABLE_PSEUDOFS_OPERATIONS is not set +# CONFIG_PSEUDOFS_ATTRIBUTES is not set +CONFIG_PSEUDOFS_SOFTLINKS=y +# CONFIG_PSEUDOFS_FILE is not set +CONFIG_SENDFILE_BUFSIZE=512 +CONFIG_FS_REFCOUNT=y +# CONFIG_EVENT_FD is not set +# CONFIG_TIMER_FD is not set +# CONFIG_SIGNAL_FD is not set +CONFIG_FS_BACKTRACE=0 +# CONFIG_FS_AIO is not set +# CONFIG_FS_NAMED_SEMAPHORES is not set +CONFIG_FS_MQUEUE_VFS_PATH="/var/mqueue" +CONFIG_FS_MQUEUE_NPOLLWAITERS=4 +# CONFIG_FS_SHMFS is not set +# CONFIG_FS_RAMMAP is not set +CONFIG_FS_ANONMAP=y + +# +# Partition Table +# +# CONFIG_PTABLE_PARTITION is not set +# CONFIG_MBR_PARTITION is not set +# CONFIG_GPT_PARTITION is not set +# CONFIG_TXTABLE_PARTITION is not set +# end of Partition Table + +# CONFIG_FS_NOTIFY is not set +CONFIG_FS_FAT=y +# CONFIG_FAT_COMPUTE_FSINFO is not set +# CONFIG_FAT_LCNAMES is not set +# CONFIG_FAT_LFN is not set +# CONFIG_FS_FATTIME is not set +# CONFIG_FAT_FORCE_INDIRECT is not set +# CONFIG_FAT_DMAMEMORY is not set +# CONFIG_FAT_DIRECT_RETRY is not set +# CONFIG_NFS is not set +# CONFIG_FS_NXFFS is not set +CONFIG_FS_ROMFS=y +CONFIG_FS_ROMFS_CACHE_NODE=y +CONFIG_FS_ROMFS_CACHE_FILE_NSECTORS=1 +# CONFIG_FS_CROMFS is not set +# CONFIG_FS_TMPFS is not set +# CONFIG_FS_SMARTFS is not set +# CONFIG_FS_BINFS is not set +CONFIG_FS_PROCFS=y +# CONFIG_FS_PROCFS_REGISTER is not set + +# +# Exclude individual procfs entries +# +# CONFIG_FS_PROCFS_EXCLUDE_BLOCKS is not set +# CONFIG_FS_PROCFS_EXCLUDE_CPUINFO is not set +# CONFIG_FS_PROCFS_EXCLUDE_ENVIRON is not set +# CONFIG_FS_PROCFS_EXCLUDE_IOBINFO is not set +# CONFIG_FS_PROCFS_EXCLUDE_PROCESS is not set +# CONFIG_FS_PROCFS_EXCLUDE_MEMDUMP is not set +# CONFIG_FS_PROCFS_EXCLUDE_MEMINFO is not set +# CONFIG_FS_PROCFS_EXCLUDE_MODULE is not set +# CONFIG_FS_PROCFS_EXCLUDE_MOUNT is not set +# CONFIG_FS_PROCFS_EXCLUDE_MOUNTS is not set +# CONFIG_FS_PROCFS_EXCLUDE_NET is not set +# CONFIG_FS_PROCFS_EXCLUDE_PARTITIONS is not set +# CONFIG_FS_PROCFS_EXCLUDE_TCBINFO is not set +# CONFIG_FS_PROCFS_EXCLUDE_UPTIME is not set +# CONFIG_FS_PROCFS_EXCLUDE_USAGE is not set +# CONFIG_FS_PROCFS_EXCLUDE_VERSION is not set +# CONFIG_FS_PROCFS_INCLUDE_PRESSURE is not set +# end of Exclude individual procfs entries + +# CONFIG_FS_SPIFFS is not set +# CONFIG_FS_LITTLEFS is not set +# CONFIG_FS_UNIONFS is not set +# CONFIG_FS_HOSTFS is not set +# CONFIG_FS_ZIPFS is not set +# CONFIG_FS_V9FS is not set +# end of File Systems + +# +# Graphics Support +# +# CONFIG_NX is not set +# CONFIG_NXFONTS is not set + +# +# Font Cache Pixel Depths +# +# CONFIG_NXFONTS_DISABLE_1BPP is not set +# CONFIG_NXFONTS_DISABLE_2BPP is not set +# CONFIG_NXFONTS_DISABLE_4BPP is not set +# CONFIG_NXFONTS_DISABLE_8BPP is not set +# CONFIG_NXFONTS_DISABLE_16BPP is not set +# CONFIG_NXFONTS_DISABLE_24BPP is not set +# CONFIG_NXFONTS_DISABLE_32BPP is not set +CONFIG_NXFONTS_PACKEDMSFIRST=y +# end of Font Cache Pixel Depths +# end of Graphics Support + +# +# Memory Management +# +CONFIG_MM_DEFAULT_MANAGER=y +# CONFIG_MM_TLSF_MANAGER is not set +# CONFIG_MM_CUSTOMIZE_MANAGER is not set +# CONFIG_MM_KERNEL_HEAP is not set +CONFIG_MM_DEFAULT_ALIGNMENT=0 +# CONFIG_MM_SMALL is not set +CONFIG_MM_REGIONS=1 +CONFIG_MM_MAP_COUNT_MAX=1024 +# CONFIG_GRAN is not set +CONFIG_MM_HEAP_MEMPOOL_THRESHOLD=-1 +# CONFIG_FS_PROCFS_EXCLUDE_MEMPOOL is not set +# CONFIG_MM_KASAN is not set +# CONFIG_MM_UBSAN is not set +# CONFIG_MM_FILL_ALLOCATIONS is not set +CONFIG_MM_BACKTRACE=-1 +CONFIG_MM_FREE_DELAYCOUNT_MAX=0 + +# +# Common I/O Buffer Support +# +CONFIG_MM_IOB=y +CONFIG_IOB_NBUFFERS=124 +CONFIG_IOB_BUFSIZE=196 +CONFIG_IOB_ALIGNMENT=4 +CONFIG_IOB_SECTION="" +CONFIG_IOB_NCHAINS=124 +CONFIG_IOB_THROTTLE=24 +# CONFIG_IOB_NOTIFIER is not set +# CONFIG_IOB_ALLOC is not set +# end of Common I/O Buffer Support +# end of Memory Management + +# +# Audio Support +# +# CONFIG_AUDIO is not set +# end of Audio Support + +# +# Video Support +# + +# +# Video subsystem +# +# CONFIG_VIDEO is not set +# end of Video Support + +# +# Wireless Support +# +CONFIG_WIRELESS=y +CONFIG_WIRELESS_BLUETOOTH=y +CONFIG_WIRELESS_BLUETOOTH_HOST=y +CONFIG_DEVICE_APPEARANCE=0 +CONFIG_DEVICE_NAME="Apache NuttX" +CONFIG_DEVICE_LOCAL_NAME="NuttX" +CONFIG_BLUETOOTH_MAX_CONN=1 +CONFIG_BLUETOOTH_MAX_PAIRED=1 +CONFIG_BLUETOOTH_MAXSCANDATA=64 +CONFIG_BLUETOOTH_MAXSCANRESULT=8 +CONFIG_BLUETOOTH_MAXDISCOVER=8 +CONFIG_BLUETOOTH_BUFFER_PREALLOC=20 +CONFIG_BLUETOOTH_BUFFER_IRQRESERVE=0 + +# +# Kernel Thread Configuration +# +CONFIG_BLUETOOTH_TXCMD_STACKSIZE=4096 +CONFIG_BLUETOOTH_TXCMD_PRIORITY=120 +CONFIG_BLUETOOTH_TXCMD_NMSGS=16 +CONFIG_BLUETOOTH_TXCONN_STACKSIZE=4096 +CONFIG_BLUETOOTH_TXCONN_PRIORITY=119 +CONFIG_BLUETOOTH_TXCONN_NMSGS=16 +# end of Kernel Thread Configuration + +# CONFIG_BLUETOOTH_SMP_SELFTEST is not set +# CONFIG_WIRELESS_IEEE802154 is not set +# CONFIG_WIRELESS_PKTRADIO is not set +# end of Wireless Support + +# +# Binary Loader +# +# CONFIG_BINFMT_DISABLE is not set +# CONFIG_NXFLAT is not set +# CONFIG_ELF is not set +CONFIG_BINFMT_ELF_RELOCATABLE=y +# end of Binary Loader + +# +# Library Routines +# + +# +# Standard C Library Options +# + +# +# Standard C I/O +# +# CONFIG_STDIO_DISABLE_BUFFERING is not set +CONFIG_STDIO_BUFFER_SIZE=64 +CONFIG_STDIO_LINEBUFFER=y +CONFIG_NUNGET_CHARS=2 +CONFIG_LIBC_FLOATINGPOINT=y +CONFIG_LIBC_LONG_LONG=y +# CONFIG_LIBC_NUMBERED_ARGS is not set +# CONFIG_LIBC_SCANSET is not set +# end of Standard C I/O + +# CONFIG_AUDIO_SRC is not set + +# +# Architecture-Specific Support +# +CONFIG_ARCH_LOWPUTC=y +# CONFIG_ARCH_ROMGETC is not set +CONFIG_LIBC_ARCH_MEMCHR=y +CONFIG_LIBC_ARCH_MEMCPY=y +CONFIG_LIBC_ARCH_MEMCMP=y +CONFIG_LIBC_ARCH_MEMMOVE=y +CONFIG_LIBC_ARCH_MEMSET=y +CONFIG_LIBC_ARCH_STRCHR=y +CONFIG_LIBC_ARCH_STRCMP=y +CONFIG_LIBC_ARCH_STRCPY=y +CONFIG_LIBC_ARCH_STRLCPY=y +CONFIG_LIBC_ARCH_STRNCPY=y +CONFIG_LIBC_ARCH_STRLEN=y +CONFIG_LIBC_ARCH_STRNLEN=y +CONFIG_LIBC_ARCH_ELF=y +CONFIG_LIBC_PREVENT_STRING_KERNEL=y +CONFIG_LIBC_PREVENT_MEMCHR_KERNEL=y +CONFIG_LIBC_PREVENT_MEMCMP_KERNEL=y +CONFIG_LIBC_PREVENT_MEMCPY_KERNEL=y +CONFIG_LIBC_PREVENT_MEMMOVE_KERNEL=y +CONFIG_LIBC_PREVENT_MEMSET_KERNEL=y +CONFIG_LIBC_PREVENT_STRCAT_KERNEL=y +CONFIG_LIBC_PREVENT_STRCASECMP_KERNEL=y +CONFIG_LIBC_PREVENT_STRCHR_KERNEL=y +CONFIG_LIBC_PREVENT_STRCHRNUL_KERNEL=y +CONFIG_LIBC_PREVENT_STRCMP_KERNEL=y +CONFIG_LIBC_PREVENT_STRCPY_KERNEL=y +CONFIG_LIBC_PREVENT_STRLCAT_KERNEL=y +CONFIG_LIBC_PREVENT_STRLEN_KERNEL=y +CONFIG_LIBC_PREVENT_STRLCPY_KERNEL=y +CONFIG_LIBC_PREVENT_STRNCASECMP_KERNEL=y +CONFIG_LIBC_PREVENT_STRNCAT_KERNEL=y +CONFIG_LIBC_PREVENT_STRNLEN_KERNEL=y +CONFIG_LIBC_PREVENT_STRNCMP_KERNEL=y +CONFIG_LIBC_PREVENT_STRNCPY_KERNEL=y +CONFIG_LIBC_PREVENT_STRRCHR_KERNEL=y +# CONFIG_XTENSA_STRING_FUNCTION is not set +# CONFIG_XTENSA_MEMCPY is not set +# CONFIG_XTENSA_MEMMOVE is not set +# CONFIG_XTENSA_MEMSET is not set +# CONFIG_XTENSA_STRCMP is not set +# CONFIG_XTENSA_STRCPY is not set +# CONFIG_XTENSA_STRLEN is not set +# CONFIG_XTENSA_STRNCPY is not set +# end of Architecture-Specific Support + +# +# stdlib Options +# +CONFIG_LIBC_RAND_ORDER=1 +CONFIG_LIBC_HOMEDIR="/" +CONFIG_LIBC_TMPDIR="/tmp" +CONFIG_LIBC_MAX_TMPFILE=32 +CONFIG_LIBC_MAX_EXITFUNS=0 +# end of stdlib Options + +# +# Program Execution Options +# +# CONFIG_LIBC_EXECFUNCS is not set +CONFIG_POSIX_SPAWN_DEFAULT_STACKSIZE=2048 +# end of Program Execution Options + +CONFIG_LIBC_HOSTNAME="" +CONFIG_LIBC_OPEN_MAX=256 + +# +# errno Decode Support +# +# CONFIG_LIBC_STRERROR is not set +CONFIG_LIBC_STRERROR_ERRNUM=y +# CONFIG_LIBC_PERROR_STDOUT is not set +# end of errno Decode Support + +# +# memcpy/memset Options +# +# end of memcpy/memset Options + +# +# signal Decode Support +# +CONFIG_LIBC_STRSIGNAL=y +# CONFIG_LIBC_STRSIGNAL_SHORT is not set +# end of signal Decode Support + +# +# pthread support +# +# CONFIG_PTHREAD_SPINLOCKS is not set +# CONFIG_PTHREAD_ATFORK is not set +# end of pthread support + +CONFIG_LIBC_DLFCN=y +CONFIG_LIBC_MODLIB=y + +# +# Module library configuration +# +CONFIG_MODLIB_MAXDEPEND=2 +CONFIG_MODLIB_ALIGN_LOG2=2 +CONFIG_MODLIB_BUFFERSIZE=32 +CONFIG_MODLIB_BUFFERINCR=32 +# CONFIG_MODLIB_HAVE_SYMTAB is not set +CONFIG_MODLIB_RELOCATION_BUFFERCOUNT=256 +CONFIG_MODLIB_SYMBOL_CACHECOUNT=256 +# end of Module library configuration + +# CONFIG_LIB_GDBSTUB is not set +# CONFIG_LIBC_GROUP_FILE is not set +# CONFIG_LIBC_PASSWD_FILE is not set + +# +# Locale Support +# +# CONFIG_LIBC_LOCALE is not set +# end of Locale Support + +# CONFIG_LIBC_LZF is not set + +# +# Time/Time Zone Support +# +CONFIG_LIBC_LOCALTIME=y +CONFIG_LIBC_TZ_MAX_TIMES=370 +CONFIG_LIBC_TZ_MAX_TYPES=20 +CONFIG_LIBC_TZDIR="/etc/zoneinfo" +CONFIG_LIBC_ZONEINFO=y +CONFIG_LIBC_ZONEINFO_ROMFS=y +# end of Time/Time Zone Support + +# +# Thread Local Storage (TLS) +# +# CONFIG_TLS_ALIGNED is not set +CONFIG_TLS_NELEM=4 +CONFIG_TLS_TASK_NELEM=4 +CONFIG_TLS_NCLEANUP=0 +# end of Thread Local Storage (TLS) + +# +# Network-Related Options +# +# CONFIG_LIBC_IPv6_ADDRCONV is not set +# end of Network-Related Options + +CONFIG_LIBC_NETDB=y + +# +# NETDB Support +# +# CONFIG_LIBC_GAISTRERROR is not set +CONFIG_LIBC_GAISTRERROR_ERRNUM=y +CONFIG_NETDB_BUFSIZE=256 +CONFIG_NETDB_MAX_IPv4ADDR=1 +# CONFIG_NETDB_HOSTFILE is not set +CONFIG_NETDB_DNSCLIENT=y +CONFIG_NETDB_DNSCLIENT_ENTRIES=8 +CONFIG_NETDB_DNSCLIENT_NAMESIZE=256 +CONFIG_NETDB_DNSCLIENT_LIFESEC=3600 +CONFIG_NETDB_DNSCLIENT_MAXRESPONSE=512 +CONFIG_NETDB_DNSCLIENT_RECV_TIMEOUT=30 +CONFIG_NETDB_DNSCLIENT_SEND_TIMEOUT=30 +CONFIG_NETDB_DNSCLIENT_RETRIES=3 +# CONFIG_NETDB_RESOLVCONF is not set +CONFIG_NETDB_DNSSERVER_NAMESERVERS=1 +# CONFIG_NETDB_DNSSERVER_NOADDR is not set +CONFIG_NETDB_DNSSERVER_IPv4=y +CONFIG_NETDB_DNSSERVER_IPv4ADDR=0x0a000001 +# end of NETDB Support + +# +# Non-standard Library Support +# +# CONFIG_LIBC_CRC64_FAST is not set +# CONFIG_LIBC_CRC32_SLOW is not set +# CONFIG_LIBC_KBDCODEC is not set +# CONFIG_LIBC_SLCDCODEC is not set +# CONFIG_LIBC_ENVPATH is not set +# CONFIG_FDSAN is not set +CONFIG_LIBC_FTOK_VFS_PATH="/var/ftok" +# CONFIG_LIBC_UNAME_DISABLE_TIMESTAMP is not set +CONFIG_LIBC_MEMFD_ERROR=y +CONFIG_LIBC_MAX_PATHBUFFER=2 +CONFIG_LIBC_PATHBUFFER_MALLOC=y +# CONFIG_LIBC_HEX2BIN is not set +CONFIG_BUILTIN=y +# CONFIG_ALLSYMS is not set +# CONFIG_SYMTAB_ORDEREDBYNAME is not set +# CONFIG_SYMTAB_ORDEREDBYVALUE is not set +# CONFIG_SYMTAB_DECORATED is not set + +# +# Stream C I/O +# +CONFIG_STREAM_OUT_BUFFER_SIZE=64 +CONFIG_STREAM_HEXDUMP_BUFFER_SIZE=128 +# end of Stream C I/O + +# CONFIG_GNSSUTILS_MINMEA_LIB is not set +# CONFIG_LIBC_FDT is not set +CONFIG_LIBC_INLINE_QUEUE=y +# CONFIG_LIBM is not set +# CONFIG_LIBM_NEWLIB is not set +# CONFIG_LIBM_LIBMCS is not set +# CONFIG_LIBM_OPENLIBM is not set +CONFIG_LIBM_TOOLCHAIN=y +# CONFIG_LIBM_NONE is not set + +# +# Basic CXX Support +# +# CONFIG_HAVE_CXX is not set +# CONFIG_HAVE_CXXINITIALIZE is not set +# CONFIG_LIBDSP is not set +# end of Library Routines + +# +# Open Asymmetric Multi Processing +# +# end of Open Asymmetric Multi Processing + +# +# Application Configuration +# + +# +# Audio Utility libraries +# +# CONFIG_AUDIOUTILS_FMSYNTH_LIB is not set +# CONFIG_AUDIOUTILS_LAME is not set +# CONFIG_AUDIOUTILS_LIBMAD is not set +# CONFIG_AUDIOUTILS_MMLPARSER_LIB is not set +# CONFIG_AUDIOUTILS_NXAUDIO_LIB is not set +# end of Audio Utility libraries + +# +# Benchmark Applications +# +# CONFIG_BENCHMARK_COREMARK is not set +# CONFIG_BENCHMARK_COREMARK_PRO is not set +# CONFIG_BENCHMARK_DHRYSTONE is not set +# CONFIG_BENCHMARK_FIO is not set +# CONFIG_BENCHMARK_IOZONE is not set +# CONFIG_BENCHMARK_OSPERF is not set +# CONFIG_BENCHMARK_RAMSPEED is not set +# CONFIG_BENCHMARK_SPINLOCK is not set +# CONFIG_BENCHMARK_SUPERPI is not set +# end of Benchmark Applications + +# +# Bootloader Utilities +# +# CONFIG_BOOT_MCUBOOT is not set +# CONFIG_BOOT_MINIBOOT is not set +# end of Bootloader Utilities + +# +# CAN Utilities +# +# CONFIG_CANUTILS_LELYCANOPEN is not set +# end of CAN Utilities + +# +# Cryptography Library Support +# +# CONFIG_CRYPTO_LIBTOMCRYPT is not set +# CONFIG_CRYPTO_MBEDTLS is not set + +# +# Crypto: TinyCrypt cryptography library +# +# CONFIG_TINYCRYPT is not set +# end of Crypto: TinyCrypt cryptography library + +CONFIG_CRYPTO_WOLFSSL=y +CONFIG_WOLFSSL_VERSION="5.5.4" +CONFIG_WOLFCRYPT_APPS=y +CONFIG_WOLFSSL_DEFAULT_TASK_STACKSIZE=16384 +# CONFIG_WOLFCRYPT_APP_BENCHMARK is not set +# CONFIG_WOLFCRYPT_APP_SELFTEST is not set +CONFIG_WOLFSSL_APP_CLIENT_SERVER=y +CONFIG_WOLFSSL_APP_CLIENT_SERVER_PROGNAME="wolfssl_client_server" +CONFIG_WOLFSSL_APP_CLIENT_SERVER_PRIORITY=100 +CONFIG_WOLFSSL_APP_CLIENT_SERVER_STACKSIZE=16384 +# end of Cryptography Library Support + +# +# Database +# +CONFIG_LIB_SQLITE=y +CONFIG_LIB_SQLITE_VERSION="3.45.1" +CONFIG_UTILS_SQLITE=y +CONFIG_UTILS_SQLITE_STACKSIZE=8192 +# end of Database + +# +# Examples +# +# CONFIG_EXAMPLES_ABNTCODI is not set +# CONFIG_EXAMPLES_ADXL372_TEST is not set +# CONFIG_EXAMPLES_AMG88XX is not set +# CONFIG_EXAMPLES_APA102 is not set +# CONFIG_EXAMPLES_AUDIO_SOUND is not set +# CONFIG_EXAMPLES_BATTERY is not set +# CONFIG_EXAMPLES_SIXAXIS is not set +# CONFIG_EXAMPLES_BRIDGE is not set +# CONFIG_EXAMPLES_CALIB_UDELAY is not set +# CONFIG_EXAMPLES_CAMERA is not set +# CONFIG_EXAMPLES_CCTYPE is not set +# CONFIG_EXAMPLES_CHARGER is not set +# CONFIG_EXAMPLES_CHAT is not set +# CONFIG_EXAMPLES_CHRONO is not set +# CONFIG_EXAMPLES_CONFIGDATA is not set +# CONFIG_EXAMPLES_CORDIC is not set +# CONFIG_EXAMPLES_CPUHOG is not set +CONFIG_EXAMPLES_DHCPD=y +# CONFIG_EXAMPLES_DHCPD_NOMAC is not set +# CONFIG_EXAMPLES_DHTXX is not set +# CONFIG_EXAMPLES_DISCOVER is not set +# CONFIG_EXAMPLES_ESP32_HIMEM is not set +# CONFIG_EXAMPLES_FMSYNTH is not set +# CONFIG_EXAMPLES_FTPC is not set +# CONFIG_EXAMPLES_FTPD is not set +# CONFIG_EXAMPLES_FXOS8700CQ is not set +# CONFIG_EXAMPLES_GPS is not set +# CONFIG_EXAMPLES_HDC1008 is not set +# CONFIG_EXAMPLES_HELLO_D is not set +# CONFIG_EXAMPLES_HELLO is not set +# CONFIG_EXAMPLES_HELLO_NIM is not set +# CONFIG_EXAMPLES_HELLO_RUST is not set +# CONFIG_EXAMPLES_HELLO_SWIFT is not set +# CONFIG_EXAMPLES_HELLO_WASM is not set +# CONFIG_EXAMPLES_HELLO_ZIG is not set +# CONFIG_EXAMPLES_HIDKBD is not set +# CONFIG_EXAMPLES_HX711 is not set +# CONFIG_EXAMPLES_IGMP is not set +# CONFIG_EXAMPLES_INA219 is not set +# CONFIG_EXAMPLES_INA226 is not set +# CONFIG_EXAMPLES_ISL29023 is not set +# CONFIG_EXAMPLES_JSON is not set +# CONFIG_EXAMPLES_KEYBOARD is not set +# CONFIG_EXAMPLES_LIBTEST is not set +# CONFIG_EXAMPLES_LP503X is not set +# CONFIG_EXAMPLES_LSM330SPI_TEST is not set +# CONFIG_EXAMPLES_LUA_MODULE is not set +# CONFIG_EXAMPLES_MAX31855 is not set + +# +# MCUboot Examples +# +# CONFIG_EXAMPLES_MCUBOOT_SLOT_CONFIRM is not set +# CONFIG_EXAMPLES_MCUBOOT_SWAP_TEST is not set +# CONFIG_EXAMPLES_MCUBOOT_UPDATE_AGENT is not set +# end of MCUboot Examples + +# CONFIG_EXAMPLES_MEDIA is not set +# CONFIG_EXAMPLES_MLX90614 is not set +# CONFIG_EXAMPLES_MMLPARSER is not set +# CONFIG_EXAMPLES_MODBUS is not set +# CONFIG_EXAMPLES_MODBUSMASTER is not set +# CONFIG_EXAMPLES_MODULE is not set +# CONFIG_EXAMPLES_MOUNT is not set +# CONFIG_EXAMPLES_MTDPART is not set +# CONFIG_EXAMPLES_NETTEST is not set +# CONFIG_EXAMPLES_NIMBLE is not set +# CONFIG_EXAMPLES_NNG_TEST is not set +# CONFIG_EXAMPLES_NRF24L01_BTLE is not set +# CONFIG_EXAMPLES_NRF24L01TERM is not set +# CONFIG_EXAMPLES_NULL is not set +# CONFIG_EXAMPLES_NXDEMO is not set +# CONFIG_EXAMPLES_OBD2 is not set +# CONFIG_EXAMPLES_PCA9635 is not set +# CONFIG_EXAMPLES_PDCURSES is not set +# CONFIG_EXAMPLES_PIPE is not set +# CONFIG_EXAMPLES_POLL is not set +# CONFIG_EXAMPLES_POPEN is not set +# CONFIG_EXAMPLES_POSIXSPAWN is not set +# CONFIG_EXAMPLES_POWERLED is not set +# CONFIG_EXAMPLES_POWERMONITOR is not set +# CONFIG_EXAMPLES_PPPD is not set +CONFIG_EXAMPLES_RANDOM=y +CONFIG_EXAMPLES_MAXSAMPLES=64 +CONFIG_EXAMPLES_NSAMPLES=8 +# CONFIG_EXAMPLES_RFID_READUID is not set +# CONFIG_EXAMPLES_RGBLED is not set +# CONFIG_EXAMPLES_ROMFS is not set +# CONFIG_EXAMPLES_SENDMAIL is not set +# CONFIG_EXAMPLES_SENSOR_FUSION is not set +# CONFIG_EXAMPLES_SERIALBLASTER is not set +# CONFIG_EXAMPLES_SERIALRX is not set +# CONFIG_EXAMPLES_SERLOOP is not set +# CONFIG_EXAMPLES_SETTINGS is not set +# CONFIG_EXAMPLES_SLCD is not set +# CONFIG_EXAMPLES_SMPS is not set +# CONFIG_EXAMPLES_SOTEST is not set +# CONFIG_EXAMPLES_STAT is not set +# CONFIG_EXAMPLES_STEPPER is not set +# CONFIG_EXAMPLES_SYSTEM is not set +# CONFIG_EXAMPLES_TCPBLASTER is not set +# CONFIG_EXAMPLES_TCPECHO is not set +# CONFIG_EXAMPLES_TCP_IPC_CLIENT is not set +# CONFIG_EXAMPLES_TCP_IPC_SERVER is not set +# CONFIG_EXAMPLES_TERMIOS is not set +# CONFIG_EXAMPLES_THTTPD is not set +# CONFIG_EXAMPLES_TIFF is not set +# CONFIG_EXAMPLES_TIMER is not set +# CONFIG_EXAMPLES_TOUCHSCREEN is not set +# CONFIG_EXAMPLES_UDPBLASTER is not set +# CONFIG_EXAMPLES_UDP is not set +# CONFIG_EXAMPLES_UID is not set +# CONFIG_EXAMPLES_UNIONFS is not set +# CONFIG_EXAMPLES_USBSERIAL is not set +# CONFIG_EXAMPLES_USERFS is not set +# CONFIG_EXAMPLES_WEBSERVER is not set +# CONFIG_EXAMPLES_WGETJSON is not set +# CONFIG_EXAMPLES_WGET is not set +# CONFIG_EXAMPLES_WIEGAND is not set +# CONFIG_EXAMPLES_WS2812 is not set +# CONFIG_EXAMPLES_XBC_TEST is not set +# CONFIG_EXAMPLES_XMLRPC is not set +# end of Examples + +# +# File System Utilities +# +# CONFIG_FSUTILS_FLASH_ERASEALL is not set +# CONFIG_FSUTILS_INIFILE is not set +# CONFIG_FSUTILS_INIH is not set +# CONFIG_FSUTILS_IPCFG is not set +CONFIG_FSUTILS_MKFATFS=y +CONFIG_MKFATFS_BUFFER_ALIGNMENT=0 +# CONFIG_FSUTILS_MKGPT is not set +# CONFIG_FSUTILS_MKMBR is not set +# CONFIG_FSUTILS_PASSWD is not set +# end of File System Utilities + +# +# Games +# +# CONFIG_GAMES_BRICKMATCH is not set +# end of Games + +# +# Graphics Support +# +# CONFIG_GRAPHICS_FT80X is not set +# CONFIG_LIBJPEG is not set +# CONFIG_LIBYUV is not set +# CONFIG_GRAPHICS_LVGL is not set + +# +# NxWidgets +# +# end of NxWidgets + +# +# NxWM +# +# end of NxWM + +# CONFIG_GRAPHICS_PDCURSES is not set +# CONFIG_TIFF is not set +# end of Graphics Support + +# +# Industrial Applications +# +# CONFIG_INDUSTRY_ABNT_CODI_LIB is not set +# CONFIG_SCPI_PARSER is not set +# end of Industrial Applications + +# +# Inertial Libraries Support +# +# end of Inertial Libraries Support + +# +# Interpreters +# +# CONFIG_INTERPRETERS_BAS is not set +CONFIG_INTERPRETERS_DUKTAPE=y +CONFIG_INTERPRETERS_DUKTAPE_PRIORITY=100 +CONFIG_INTERPRETERS_DUKTAPE_STACKSIZE=8192 +# CONFIG_INTERPRETERS_FICL is not set +# CONFIG_INTERPRETERS_LUAJIT is not set +CONFIG_CUSTOM_APPS_CUSTOM_HELLO=y +CONFIG_CUSTOM_APPS_CUSTOM_HELLO_PROGNAME="custom_hello" +CONFIG_CUSTOM_APPS_CUSTOM_HELLO_PRIORITY=100 +CONFIG_CUSTOM_APPS_CUSTOM_HELLO_STACKSIZE=4096 +# CONFIG_INTERPRETERS_LUA is not set + +# +# LUA Modules +# +# end of LUA Modules + +# CONFIG_INTERPRETERS_MINIBASIC is not set +# CONFIG_INTERPRETERS_QUICKJS is not set +# CONFIG_INTERPRETERS_TOYWASM is not set +# CONFIG_INTERPRETERS_WAMR is not set +# CONFIG_INTERPRETERS_WASM3 is not set +# end of Interpreters + +# +# Logging Utilities +# +# CONFIG_LOGGING_EMBEDLOG is not set +# CONFIG_LOGGING_NXSCOPE is not set +# end of Logging Utilities + +# +# LTE Libraries and NSH Add-Ons +# +# CONFIG_LTE_LAPI is not set +# end of LTE Libraries and NSH Add-Ons + +# +# Math Library Support +# +# CONFIG_MATH_LIBTOMMATH is not set +# end of Math Library Support + +# +# Machine Learning Support +# +# CONFIG_CMSIS is not set +# CONFIG_DARKNET_YOLO is not set +# CONFIG_NNABLA_RT is not set +# end of Machine Learning Support + +# +# FreeModBus +# +# CONFIG_MODBUS is not set +# end of FreeModBus + +# +# Network Utilities +# +# CONFIG_NETUTILS_CHAT is not set +CONFIG_NETUTILS_CJSON=y +CONFIG_NETUTILS_CJSON_URL="https://github.com/DaveGamble/cJSON/archive" +CONFIG_NETUTILS_CJSON_VERSION="1.7.12" +# CONFIG_NETUTILS_CJSON_TEST is not set +# CONFIG_NETUTILS_CODECS is not set +# CONFIG_MATTER is not set +CONFIG_NETUTILS_DHCPC=y +CONFIG_NETUTILS_DHCPC_HOST_NAME="nuttx" +CONFIG_NETUTILS_DHCPC_RECV_TIMEOUT_MS=3000 +CONFIG_NETUTILS_DHCPC_RETRIES=3 +CONFIG_NETUTILS_DHCPC_BOOTP_FLAGS=0x0000 +CONFIG_NETUTILS_DHCPD=y +CONFIG_NETUTILS_DHCPD_IGNOREBROADCAST=y +CONFIG_NETUTILS_DHCPD_LEASETIME=864000 +CONFIG_NETUTILS_DHCPD_MINLEASETIME=86400 +CONFIG_NETUTILS_DHCPD_MAXLEASETIME=2592000 +CONFIG_NETUTILS_DHCPD_MAXLEASES=6 +CONFIG_NETUTILS_DHCPD_STARTIP=0x0a000002 +CONFIG_NETUTILS_DHCPD_ROUTERIP=0x0a000001 +CONFIG_NETUTILS_DHCPD_NETMASK=0xffffff00 +CONFIG_NETUTILS_DHCPD_DNSIP=0x08080808 +CONFIG_NETUTILS_DHCPD_OFFERTIME=3600 +CONFIG_NETUTILS_DHCPD_DECLINETIME=3600 +CONFIG_NETUTILS_DHCPD_PRIORITY=100 +CONFIG_NETUTILS_DHCPD_STACKSIZE=4096 +CONFIG_NETUTILS_DHCPD_SIGWAKEUP=22 +# CONFIG_NETUTILS_DISCOVER is not set +# CONFIG_NETUTILS_ESP8266 is not set +# CONFIG_NETUTILS_FTPC is not set +# CONFIG_NETUTILS_FTPD is not set +CONFIG_NETUTILS_IPERF=y +CONFIG_NETUTILS_IPERF_PROGNAME="iperf" +CONFIG_NETUTILS_IPERF_PRIORITY=100 +CONFIG_NETUTILS_IPERF_STACKSIZE=4096 +CONFIG_NETUTILS_IPERFTEST_DEVNAME="wlan0" +# CONFIG_NETUTILS_IPTABLES is not set +# CONFIG_NETUTILS_JSONCPP is not set +# CONFIG_NETUTILS_LIBCOAP is not set +# CONFIG_NETUTILS_LIBCURL4NX is not set +# CONFIG_NETUTILS_MQTTC is not set +# CONFIG_NETUTILS_NANOPB is not set +# CONFIG_NETUTILS_NETCAT is not set +CONFIG_NETUTILS_NETINIT=y +# CONFIG_NETINIT_NETLOCAL is not set +# CONFIG_NETINIT_THREAD is not set + +# +# IP Address Configuration +# +CONFIG_NETINIT_DHCPC=y + +# +# IPv4 Addresses +# +CONFIG_NETINIT_DRIPADDR=0x0a000001 +CONFIG_NETINIT_NETMASK=0xffffff00 +# end of IP Address Configuration + +# CONFIG_NETINIT_DNS is not set +# CONFIG_NETINIT_NOMAC is not set + +# +# WAPI Configuration +# +CONFIG_NETINIT_WAPI_STAMODE=2 +# CONFIG_NETINIT_WAPI_STAMODE_AUTO is not set +# CONFIG_NETINIT_WAPI_STAMODE_ADHOC is not set +CONFIG_NETINIT_WAPI_STAMODE_INFRA=y +# CONFIG_NETINIT_WAPI_STAMODE_MASTER is not set +# CONFIG_NETINIT_WAPI_STAMODE_REPEAT is not set +# CONFIG_NETINIT_WAPI_STAMODE_MONITOR is not set +# CONFIG_NETINIT_WAPI_STAMODE_MESH is not set +CONFIG_NETINIT_WAPI_AUTHWPA=0x00000004 +# CONFIG_NETINIT_WAPI_AUTHWPA_DISABLED is not set +# CONFIG_NETINIT_WAPI_AUTHWPA_WPA is not set +CONFIG_NETINIT_WAPI_AUTHWPA_WPA2=y +# CONFIG_NETINIT_WAPI_AUTHWPA_WPA_WPA2 is not set +CONFIG_NETINIT_WAPI_CIPHERMODE=0x00000008 +# CONFIG_NETINIT_WAPI_CIPHERMODE_NONE is not set +# CONFIG_NETINIT_WAPI_CIPHERMODE_WEP40 is not set +# CONFIG_NETINIT_WAPI_CIPHERMODE_TKIP is not set +CONFIG_NETINIT_WAPI_CIPHERMODE_CCMP=y +# CONFIG_NETINIT_WAPI_CIPHERMODE_WEP104 is not set +# CONFIG_NETINIT_WAPI_CIPHERMODE_AES_CMAC is not set +CONFIG_NETINIT_WAPI_ALG=3 +# CONFIG_NETINIT_WAPI_ALG_NONE is not set +# CONFIG_NETINIT_WAPI_ALG_WEP is not set +# CONFIG_NETINIT_WAPI_ALG_TKIP is not set +CONFIG_NETINIT_WAPI_ALG_CCMP=y +# CONFIG_NETINIT_WAPI_ALG_IGTK is not set +# CONFIG_NETINIT_WAPI_ALG_PMK is not set +# CONFIG_NETINIT_WAPI_ALG_GCMP is not set +# CONFIG_NETINIT_WAPI_ALG_SMS4 is not set +# CONFIG_NETINIT_WAPI_ALG_KRK is not set +# CONFIG_NETINIT_WAPI_ALG_GCMP_256 is not set +# CONFIG_NETINIT_WAPI_ALG_CCMP_256 is not set +# CONFIG_NETINIT_WAPI_ALG_GMAC_128 is not set +# CONFIG_NETINIT_WAPI_ALG_GMAC_256 is not set +# CONFIG_NETINIT_WAPI_ALG_CMAC_256 is not set +CONFIG_NETINIT_WAPI_SSID="" +CONFIG_NETINIT_WAPI_PASSPHRASE="" +# end of WAPI Configuration + +CONFIG_NETUTILS_NETLIB=y +# CONFIG_NETUTILS_NETLIB_GENERICURLPARSER is not set +# CONFIG_NETUTILS_NNG is not set +CONFIG_NETUTILS_NTPCLIENT=y +CONFIG_NETUTILS_NTPCLIENT_SERVER="0.pool.ntp.org;1.pool.ntp.org;2.pool.ntp.org" +CONFIG_NETUTILS_NTPCLIENT_PORTNO=123 +CONFIG_NETUTILS_NTPCLIENT_STACKSIZE=4096 +CONFIG_NETUTILS_NTPCLIENT_SERVERPRIO=100 +CONFIG_NETUTILS_NTPCLIENT_STAY_ON=y +CONFIG_NETUTILS_NTPCLIENT_POLLDELAYSEC=60 +CONFIG_NETUTILS_NTPCLIENT_RETRIES=60 +CONFIG_NETUTILS_NTPCLIENT_NUM_SAMPLES=5 +CONFIG_NETUTILS_NTPCLIENT_SIGWAKEUP=18 +CONFIG_NETUTILS_NTPCLIENT_TIMEOUT_MS=5000 +# CONFIG_NETUTILS_NTPCLIENT_WITH_AUTH is not set +CONFIG_NETUTILS_PING=y +# CONFIG_NETUTILS_PPPD is not set +# CONFIG_NETUTILS_REXECD is not set +# CONFIG_NETUTILS_REXEC is not set +# CONFIG_NETUTILS_RTPTOOLS is not set +# CONFIG_NETUTILS_SMTP is not set +# CONFIG_NETUTILS_TELNETC is not set +# CONFIG_NETUTILS_TELNETD is not set +# CONFIG_NETUTILS_TFTPC is not set +# CONFIG_NETUTILS_WAKEONLAN is not set +# CONFIG_NETUTILS_WEBCLIENT is not set +# CONFIG_NETUTILS_WEBSERVER is not set +# CONFIG_NETUTILS_XMLRPC is not set +# end of Network Utilities + +# +# NSH Library +# +CONFIG_NSH_LIBRARY=y +# CONFIG_NSH_MOTD is not set + +# +# Command Line Configuration +# +CONFIG_NSH_PROMPT_STRING="nsh> " +CONFIG_NSH_PROMPT_MAX=48 +CONFIG_NSH_PROMPT_ENV="PS1" +CONFIG_NSH_PROMPT_SUFFIX="> " +# CONFIG_NSH_DISABLE_ECHOBACK is not set +CONFIG_NSH_READLINE=y +# CONFIG_NSH_CLE is not set +CONFIG_NSH_LINELEN=400 +# CONFIG_NSH_DISABLE_SEMICOLON is not set +# CONFIG_NSH_QUOTE is not set +CONFIG_NSH_MAXARGUMENTS=7 +# CONFIG_NSH_ARGCAT is not set +CONFIG_NSH_NESTDEPTH=3 +# CONFIG_NSH_DISABLEBG is not set +CONFIG_NSH_ALIAS=y +CONFIG_NSH_ALIAS_MAX_AMOUNT=1 +# end of Command Line Configuration + +CONFIG_NSH_BUILTIN_APPS=y + +# +# Disable Individual commands +# +# CONFIG_NSH_DISABLE_ARP is not set +# CONFIG_NSH_DISABLE_BASENAME is not set +# CONFIG_NSH_DISABLE_CAT is not set +# CONFIG_NSH_DISABLE_CD is not set +# CONFIG_NSH_DISABLE_CP is not set +# CONFIG_NSH_DISABLE_CMP is not set +# CONFIG_NSH_DISABLE_DATE is not set +# CONFIG_NSH_DISABLE_DD is not set +# CONFIG_NSH_DISABLE_DF is not set +# CONFIG_NSH_DISABLE_DIRNAME is not set +# CONFIG_NSH_DISABLE_DMESG is not set +# CONFIG_NSH_DISABLE_ECHO is not set +# CONFIG_NSH_DISABLE_ENV is not set +# CONFIG_NSH_DISABLE_EXEC is not set +# CONFIG_NSH_DISABLE_EXIT is not set +# CONFIG_NSH_DISABLE_EXPR is not set +# CONFIG_NSH_DISABLE_EXPORT is not set +# CONFIG_NSH_DISABLE_FDINFO is not set +# CONFIG_NSH_DISABLE_FREE is not set +# CONFIG_NSH_DISABLE_GET is not set +# CONFIG_NSH_DISABLE_HELP is not set +# CONFIG_NSH_DISABLE_ERROR_PRINT is not set +# CONFIG_NSH_DISABLE_HEXDUMP is not set +# CONFIG_NSH_DISABLE_IFCONFIG is not set +# CONFIG_NSH_DISABLE_IFUPDOWN is not set +# CONFIG_NSH_DISABLE_KILL is not set +# CONFIG_NSH_DISABLE_PKILL is not set +# CONFIG_NSH_DISABLE_LOSETUP is not set +CONFIG_NSH_DISABLE_LOSMART=y +CONFIG_NSH_DISABLE_LOMTD=y +# CONFIG_NSH_DISABLE_LN is not set +# CONFIG_NSH_DISABLE_LS is not set +CONFIG_NSH_DISABLE_MB=y +# CONFIG_NSH_DISABLE_MKDIR is not set +# CONFIG_NSH_DISABLE_MKFATFS is not set +# CONFIG_NSH_DISABLE_MKFIFO is not set +# CONFIG_NSH_DISABLE_MKRD is not set +CONFIG_NSH_DISABLE_MH=y +# CONFIG_NSH_DISABLE_MODCMDS is not set +# CONFIG_NSH_DISABLE_MOUNT is not set +# CONFIG_NSH_DISABLE_MV is not set +CONFIG_NSH_DISABLE_MW=y +# CONFIG_NSH_DISABLE_NSLOOKUP is not set +# CONFIG_NSH_DISABLE_PIDOF is not set +# CONFIG_NSH_DISABLE_PRINTF is not set +# CONFIG_NSH_DISABLE_PS is not set +# CONFIG_NSH_DISABLE_PUT is not set +# CONFIG_NSH_DISABLE_PWD is not set +# CONFIG_NSH_DISABLE_READLINK is not set +# CONFIG_NSH_DISABLE_REBOOT is not set +# CONFIG_NSH_DISABLE_RM is not set +# CONFIG_NSH_DISABLE_RMDIR is not set +# CONFIG_NSH_DISABLE_SET is not set +# CONFIG_NSH_DISABLE_SOURCE is not set +CONFIG_NSH_DISABLE_SHUTDOWN=y +# CONFIG_NSH_DISABLE_SLEEP is not set +# CONFIG_NSH_DISABLE_TIME is not set +CONFIG_NSH_DISABLE_TIMEDATECTL=y +# CONFIG_NSH_DISABLE_TEST is not set +# CONFIG_NSH_DISABLE_TRUNCATE is not set +# CONFIG_NSH_DISABLE_UMOUNT is not set +# CONFIG_NSH_DISABLE_UNAME is not set +# CONFIG_NSH_DISABLE_UNSET is not set +# CONFIG_NSH_DISABLE_UPTIME is not set +# CONFIG_NSH_DISABLE_USLEEP is not set +# CONFIG_NSH_DISABLE_WGET is not set +# CONFIG_NSH_DISABLE_XD is not set +# end of Disable Individual commands + +# +# Configure Command Options +# +# CONFIG_NSH_VARS is not set +# CONFIG_NSH_CMDOPT_DD_STATS is not set +CONFIG_NSH_CODECS_BUFSIZE=128 +# CONFIG_NSH_CMDOPT_HEXDUMP is not set +CONFIG_NSH_PROC_MOUNTPOINT="/proc" +# end of Configure Command Options + +CONFIG_NSH_FILEIOSIZE=512 + +# +# Scripting Support +# +# CONFIG_NSH_DISABLESCRIPT is not set +# CONFIG_NSH_DISABLE_ITEF is not set +# CONFIG_NSH_DISABLE_LOOPS is not set +# CONFIG_NSH_ROMFSRC is not set +CONFIG_NSH_SYSINITSCRIPT="init.d/rc.sysinit" +CONFIG_NSH_INITSCRIPT="init.d/rcS" +CONFIG_NSH_SCRIPT_REDIRECT_PATH="" +# end of Scripting Support + +# +# Console Configuration +# +CONFIG_NSH_CONSOLE=y +# CONFIG_NSH_ALTCONDEV is not set +# end of Console Configuration + +CONFIG_NSH_ARCHINIT=y + +# +# Networking Configuration +# +CONFIG_NSH_NETINIT=y +CONFIG_NSH_WGET_BUFF_SIZE=512 +# end of Networking Configuration + +# +# Telnet Configuration +# +# end of Telnet Configuration + +# CONFIG_NSH_CONSOLE_LOGIN is not set +# end of NSH Library + +# +# Platform-specific Support +# +# CONFIG_PLATFORM_CONFIGDATA is not set +# end of Platform-specific Support + +# +# Software Define Radio Libraries +# +# CONFIG_SDR_LIQUID_DSP is not set +# end of Software Define Radio Libraries + +# +# System Libraries and NSH Add-Ons +# +CONFIG_SYSTEM_ARGTABLE3=y +CONFIG_SYSTEM_ARGTABLE3_VERSION="3.2.0.7402e6e" +# CONFIG_SYSTEM_ARGTABLE3_TEST is not set +# CONFIG_SYSTEM_BATTERYDUMP is not set +# CONFIG_SYSTEM_CLE is not set +# CONFIG_SYSTEM_CUTERM is not set +# CONFIG_SYSTEM_DD is not set +CONFIG_SYSTEM_DHCPC_RENEW=y +CONFIG_DHCPC_RENEW_PROGNAME="renew" +CONFIG_DHCPC_RENEW_PRIORITY=100 +CONFIG_DHCPC_RENEW_STACKSIZE=4096 +# CONFIG_SYSTEM_FLASH_ERASEALL is not set +# CONFIG_SYSTEM_GDBSTUB is not set +# CONFIG_SYSTEM_HEX2BIN is not set +# CONFIG_SYSTEM_HEXED is not set +# CONFIG_SYSTEM_HOSTNAME is not set +# CONFIG_LIBUV is not set +# CONFIG_SYSTEM_MDIO is not set +# CONFIG_SYSTEM_NETDB is not set +CONFIG_SYSTEM_NSH=y +CONFIG_SYSTEM_NSH_PRIORITY=100 +CONFIG_SYSTEM_NSH_STACKSIZE=4096 +CONFIG_SYSTEM_NSH_PROGNAME="nsh" +CONFIG_SYSTEM_NTPC=y +CONFIG_SYSTEM_NTPC_PRIORITY=100 +CONFIG_SYSTEM_NTPC_STACKSIZE=4096 +# CONFIG_SYSTEM_NXCODEC is not set +# CONFIG_SYSTEM_NXDIAG is not set +# CONFIG_SYSTEM_OFLOADER is not set +# CONFIG_SYSTEM_PING6 is not set +CONFIG_SYSTEM_PING=y +CONFIG_SYSTEM_PING_PROGNAME="ping" +CONFIG_SYSTEM_PING_PRIORITY=100 +CONFIG_SYSTEM_PING_STACKSIZE=4096 +CONFIG_SYSTEM_POPEN=y +CONFIG_SYSTEM_POPEN_STACKSIZE=4096 +CONFIG_SYSTEM_POPEN_PRIORITY=100 + +# +# psmq requires LOGGING_EMBEDLOG and !DISABLE_MQUEUE +# +# CONFIG_SYSTEM_PTPD is not set +CONFIG_SYSTEM_READLINE=y +CONFIG_READLINE_HAVE_EXTMATCH=y +CONFIG_READLINE_ECHO=y +CONFIG_READLINE_TABCOMPLETION=y +CONFIG_READLINE_MAX_BUILTINS=64 +CONFIG_READLINE_MAX_EXTCMDS=64 +CONFIG_READLINE_CMD_HISTORY=y +CONFIG_READLINE_CMD_HISTORY_LINELEN=80 +CONFIG_READLINE_CMD_HISTORY_LEN=16 +# CONFIG_SYSTEM_SETLOGMASK is not set +# CONFIG_SYSTEM_SETTINGS is not set +CONFIG_SYSTEM_SYSTEM=y +CONFIG_SYSTEM_SYSTEM_STACKSIZE=4096 +CONFIG_SYSTEM_SYSTEM_PRIORITY=100 +# CONFIG_SYSTEM_TEE is not set +# CONFIG_SYSTEM_TELNET_CHATD is not set +# CONFIG_SYSTEM_TELNET_CLIENT is not set +# CONFIG_SYSTEM_TERMCURSES is not set +# CONFIG_SYSTEM_UBLOXMODEM is not set +# CONFIG_SYSTEM_VI is not set +# CONFIG_SYSTEM_YMODEM is not set +# CONFIG_LIB_ZLIB is not set +# CONFIG_SYSTEM_ZMODEM is not set +# end of System Libraries and NSH Add-Ons + +# +# Testing +# +# CONFIG_TESTING_ARCH_LIBC is not set +# CONFIG_TESTING_ATOMIC is not set +# CONFIG_TESTING_CACHETEST is not set +# CONFIG_TESTING_CPULOAD is not set +# CONFIG_TESTING_CRYPTO is not set +# CONFIG_TESTING_FATUTF8 is not set +# CONFIG_TESTING_FFF is not set +# CONFIG_TESTING_FF is not set +# CONFIG_TESTING_FMEMOPEN_TEST is not set +# CONFIG_TESTING_FOPENCOOKIE_TEST is not set +# CONFIG_TESTING_FSTEST is not set +# CONFIG_TESTING_GETPRIME is not set +# CONFIG_TESTING_IRTEST is not set +# CONFIG_TESTING_KASAN is not set +# CONFIG_TESTING_LTP is not set +# CONFIG_TESTING_MEMORY_STRESS is not set +# CONFIG_UTILS_MEMTESTER is not set +# CONFIG_TESTING_MM is not set +# CONFIG_TESTING_MONKEY is not set +# CONFIG_TESTING_NAND_SIM is not set +# CONFIG_TESTING_NIST_STS is not set +# CONFIG_TESTING_NXFFS is not set +# CONFIG_TESTING_OPEN_MEMSTREAM is not set +# CONFIG_TESTING_OSTEST is not set +# CONFIG_TESTING_PCITEST is not set +# CONFIG_TESTING_RAMTEST is not set +# CONFIG_TESTING_SCANFTEST is not set +# CONFIG_TESTING_SD_BENCH is not set +# CONFIG_TESTING_SD_STRESS is not set +# CONFIG_TESTING_SENSORTEST is not set +# CONFIG_TESTING_SMART is not set +# CONFIG_TESTING_SMART_TEST is not set +# CONFIG_TESTING_STRESSAPPTEST is not set +# CONFIG_TESTING_UCLIBCXXTEST is not set +# CONFIG_TESTING_UNITY is not set +# end of Testing + +# +# Extra Tools +# + +# +# Wasm Build Options +# +# CONFIG_TOOLS_WASM_BUILD is not set +# end of Wasm Build Options +# end of Extra Tools + +# +# Video Utility libraries +# +# CONFIG_VIDEOUTILS_OPENH264 is not set +# CONFIG_VIDEOUTILS_LIBX264 is not set +# end of Video Utility libraries + +# +# Wireless Libraries and NSH Add-Ons +# + +# +# Bluetooth applications +# +CONFIG_BTSAK=y +CONFIG_BTSAK_PROGNAME="bt" +CONFIG_BTSAK_PRIORITY=100 +CONFIG_BTSAK_STACKSIZE=4096 +# end of Bluetooth applications + +# +# IEEE 802.15.4 applications +# +# CONFIG_IEEE802154_I8SAK is not set +# CONFIG_IEEE802154_LIBMAC is not set +# CONFIG_IEEE802154_LIBUTILS is not set +# end of IEEE 802.15.4 applications + +# CONFIG_WIRELESS_IWPAN is not set +CONFIG_WIRELESS_WAPI=y +CONFIG_WIRELESS_WAPI_CMDTOOL=y +CONFIG_WIRELESS_WAPI_PROGNAME="wapi" +CONFIG_WIRELESS_WAPI_STACKSIZE=8192 +CONFIG_WIRELESS_WAPI_PRIORITY=100 +CONFIG_WIRELESS_WAPI_SCAN_MAX_DATA=4096 +# CONFIG_WIRELESS_WAPI_INITCONF is not set +# end of Wireless Libraries and NSH Add-Ons +# end of Application Configuration diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e0aead2a9f..0000000000 --- a/.gitignore +++ /dev/null @@ -1,80 +0,0 @@ -*.a -*.adb -*.dba -*.dbo -*.asm -*.bin -*.d -!*.d/ -*.dSYM -*.elf -*.exe -*.gcno -*.gcda -*.hex -*.i -*.ihx -*.inf -*.lib -*.lod -*.lst -*.map -*.o -*.obj -*.profraw -*.rel -*.src -*.srec -*.swp -*.sym -*.wsp -*.ddc -*.dds -*.su -*.pyc -*.mapfile -*.SystemMap -*~ -.depend -/.config -/.config.* -/.config-* -/.config\ * -/.cproject -/.gdbinit -/.gdb_history -/.project -/.version -/_SAVED_APPS_config -/cscope.* -/defconfig -/Make.defs -/nuttx -/nuttx32 -/nuttx-* -/nuttx.* -/nuttx_user* -/staging -/tags -/TAGS -core -Make*.dep -uImage -/external -# $(TOPDIR)/Makefile.[unix|win]::$(CONTEXTDIRS_DEPS) -.context -.context\ * -# $(TOPDIR)/Makefile.[unix|win]::$(DIRLINKS_EXTERNAL_DIRS) -.dirlinks -.fakelnk -.vscode -.DS_Store -tools/gdb/__pycache__ -/build -.ccls-cache -compile_commands.json -imx9-sdimage.img -kwarning -SAVEMake.defs -SAVEconfig -.aider* diff --git a/arch/xtensa/src/esp32s3/Make.defs b/arch/xtensa/src/esp32s3/Make.defs index 5fed43a911..080c151e50 100644 --- a/arch/xtensa/src/esp32s3/Make.defs +++ b/arch/xtensa/src/esp32s3/Make.defs @@ -32,6 +32,8 @@ CHIP_CSRCS = esp32s3_irq.c esp32s3_clockconfig.c esp32s3_region.c CHIP_CSRCS += esp32s3_systemreset.c esp32s3_user.c esp32s3_allocateheap.c CHIP_CSRCS += esp32s3_wdt.c esp32s3_gpio.c esp32s3_lowputc.c esp32s3_serial.c CHIP_CSRCS += esp32s3_rtc_gpio.c esp32s3_libc_stubs.c esp32s3_spi_timing.c +CHIP_CSRCS += etc_romfs.c + # Configuration-dependent ESP32-S3 files diff --git a/arch/xtensa/src/esp32s3/etc_romfs.c b/arch/xtensa/src/esp32s3/etc_romfs.c new file mode 100644 index 0000000000..155163a532 --- /dev/null +++ b/arch/xtensa/src/esp32s3/etc_romfs.c @@ -0,0 +1,90 @@ +#include +const unsigned char aligned_data(4) romfs_img[] = { + 0x2d, 0x72, 0x6f, 0x6d, 0x31, 0x66, 0x73, 0x2d, 0x00, 0x00, 0x01, 0x90, + 0x69, 0x2b, 0xc8, 0xd5, 0x4e, 0x53, 0x48, 0x49, 0x6e, 0x69, 0x74, 0x56, + 0x6f, 0x6c, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x49, + 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0xd1, 0xff, 0xff, 0x97, + 0x2e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x20, + 0x00, 0x00, 0x00, 0x00, 0xd1, 0xd1, 0xff, 0x80, 0x2e, 0x2e, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, + 0x68, 0x2d, 0x96, 0x03, 0x69, 0x6e, 0x69, 0x74, 0x2e, 0x64, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xa0, + 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x00, 0xd1, 0xff, 0xff, 0x00, + 0x2e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00, 0x20, + 0x00, 0x00, 0x00, 0x00, 0xd1, 0xd1, 0xff, 0x20, 0x2e, 0x2e, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0xea, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0xaa, 0xb5, 0x67, 0x35, 0x72, 0x63, 0x2e, 0x73, 0x79, 0x73, 0x69, 0x6e, + 0x69, 0x74, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0a, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x86, 0x8d, 0x9c, 0xac, 0x70, + 0x72, 0x63, 0x53, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x77, 0x61, 0x70, 0x69, 0x20, 0x70, 0x73, 0x6b, + 0x20, 0x77, 0x6c, 0x61, 0x6e, 0x30, 0x20, 0x51, 0x34, 0x70, 0x41, 0x6a, + 0x73, 0x44, 0x72, 0x48, 0x52, 0x72, 0x4d, 0x70, 0x46, 0x43, 0x4f, 0x6a, + 0x59, 0x6f, 0x42, 0x56, 0x6f, 0x45, 0x48, 0x65, 0x6f, 0x56, 0x65, 0x59, + 0x62, 0x74, 0x77, 0x44, 0x61, 0x38, 0x7a, 0x42, 0x65, 0x6b, 0x6f, 0x64, + 0x50, 0x41, 0x65, 0x42, 0x39, 0x78, 0x42, 0x44, 0x6b, 0x76, 0x75, 0x64, + 0x79, 0x58, 0x71, 0x67, 0x46, 0x30, 0x49, 0x35, 0x32, 0x7a, 0x20, 0x33, + 0x0a, 0x77, 0x61, 0x70, 0x69, 0x20, 0x65, 0x73, 0x73, 0x69, 0x64, 0x20, + 0x77, 0x6c, 0x61, 0x6e, 0x30, 0x20, 0x46, 0x55, 0x43, 0x4b, 0x56, 0x4f, + 0x58, 0x32, 0x20, 0x31, 0x0a, 0x72, 0x65, 0x6e, 0x65, 0x77, 0x20, 0x77, + 0x6c, 0x61, 0x6e, 0x30, 0x0a, 0x63, 0x75, 0x73, 0x74, 0x6f, 0x6d, 0x5f, + 0x68, 0x65, 0x6c, 0x6c, 0x6f, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, + 0x00, 0x00, 0x00, 0x00 +}; +unsigned int romfs_img_len = 1024; diff --git a/build_js_romfs.sh b/build_js_romfs.sh new file mode 100644 index 0000000000..6ef8d74d92 --- /dev/null +++ b/build_js_romfs.sh @@ -0,0 +1,7 @@ +headerfile=js-root.h +romfsimg=js.img +genromfs -f $romfsimg -d js -V "NSHInitVol" || { echo "genromfs failed" ; exit 1 ; } +echo '#include ' >${headerfile} +xxd -i $romfsimg | sed 's/^unsigned char/const unsigned char aligned_data(4)/g' >>${headerfile} || \ + { echo "ERROR: xxd of $< failed" ; rm -f $romfsimg; exit 1 ; } +cp $headerfile ~/apps/interpreters/hello/ diff --git a/js/hello.js b/js/hello.js new file mode 100644 index 0000000000..5c9f7454d0 --- /dev/null +++ b/js/hello.js @@ -0,0 +1,3 @@ +while (true) { + console.log('Hello world'); +}