80 lines
1.9 KiB
Plaintext
80 lines
1.9 KiB
Plaintext
#
|
|
# Automatically generated file; DO NOT EDIT.
|
|
# Espressif IoT Development Framework Configuration
|
|
#
|
|
|
|
#
|
|
# SDK tool configuration
|
|
#
|
|
CONFIG_TOOLPREFIX="xtensa-esp32-elf-"
|
|
CONFIG_PYTHON="python"
|
|
# CONFIG_MEMMAP_BT is not set
|
|
CONFIG_MEMMAP_SMP=y
|
|
# CONFIG_MEMMAP_TRACEMEM is not set
|
|
# CONFIG_MEMMAP_SPISRAM is not set
|
|
|
|
#
|
|
# Serial flasher config
|
|
#
|
|
CONFIG_ESPTOOLPY_PORT="/dev/ttyUSB0"
|
|
CONFIG_ESPTOOLPY_BAUD_115200B=y
|
|
# CONFIG_ESPTOOLPY_BAUD_230400B is not set
|
|
# CONFIG_ESPTOOLPY_BAUD_921600B is not set
|
|
# CONFIG_ESPTOOLPY_BAUD_2MB is not set
|
|
# CONFIG_ESPTOOLPY_BAUD_OTHER is not set
|
|
CONFIG_ESPTOOLPY_BAUD_OTHER_VAL=115200
|
|
CONFIG_ESPTOOLPY_BAUD=115200
|
|
# CONFIG_ESPTOOLPY_COMPRESSED is not set
|
|
|
|
#
|
|
# Partition Table
|
|
#
|
|
CONFIG_PARTITION_TABLE_SINGLE_APP=y
|
|
# CONFIG_PARTITION_TABLE_TWO_OTA is not set
|
|
# CONFIG_PARTITION_TABLE_CUSTOM is not set
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
|
|
CONFIG_PARTITION_TABLE_CUSTOM_APP_BIN_OFFSET=0x10000
|
|
CONFIG_PARTITION_TABLE_FILENAME="partitions_singleapp.csv"
|
|
CONFIG_APP_OFFSET=0x10000
|
|
|
|
#
|
|
# Component config
|
|
#
|
|
|
|
#
|
|
# ESP32-specific config
|
|
#
|
|
CONFIG_WIFI_ENABLED=y
|
|
CONFIG_WIFI_AUTO_STARTUP=y
|
|
CONFIG_WIFI_AUTO_CONNECT=y
|
|
CONFIG_WIFI_ENENT_QUEUE_SIZE=32
|
|
CONFIG_WIFI_EVENT_TASK_STACK_SIZE=2048
|
|
CONFIG_NEWLIB_STDOUT_ADDCR=y
|
|
|
|
#
|
|
# FreeRTOS
|
|
#
|
|
CONFIG_FREERTOS_UNICORE=y
|
|
CONFIG_FREERTOS_CORETIMER_0=y
|
|
# CONFIG_FREERTOS_CORETIMER_1 is not set
|
|
# CONFIG_FREERTOS_CORETIMER_2 is not set
|
|
CONFIG_FREERTOS_HZ=1000
|
|
# CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE is not set
|
|
CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL=y
|
|
# CONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY is not set
|
|
CONFIG_CONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS=3
|
|
# CONFIG_FREERTOS_PANIC_PRINT_HALT is not set
|
|
CONFIG_FREERTOS_PANIC_PRINT_REBOOT=y
|
|
# CONFIG_FREERTOS_PANIC_SILENT_REBOOT is not set
|
|
# CONFIG_FREERTOS_PANIC_GDBSTUB is not set
|
|
CONFIG_FREERTOS_DEBUG_OCDAWARE=y
|
|
|
|
#
|
|
# LWIP
|
|
#
|
|
CONFIG_LWIP_MAX_SOCKETS=4
|
|
|
|
#
|
|
# FreeRTOS
|
|
#
|