xref: /btstack/port/esp32/template/sdkconfig (revision eb6282bc28b55d3f601204b1a9b149f308ca813e)
182cfdfc2SMatthias Ringwald#
282cfdfc2SMatthias Ringwald# Automatically generated file; DO NOT EDIT.
382cfdfc2SMatthias Ringwald# Espressif IoT Development Framework Configuration
482cfdfc2SMatthias Ringwald#
582cfdfc2SMatthias Ringwald
682cfdfc2SMatthias Ringwald#
782cfdfc2SMatthias Ringwald# SDK tool configuration
882cfdfc2SMatthias Ringwald#
982cfdfc2SMatthias RingwaldCONFIG_TOOLPREFIX="xtensa-esp32-elf-"
1082cfdfc2SMatthias RingwaldCONFIG_PYTHON="python"
1182cfdfc2SMatthias Ringwald
1282cfdfc2SMatthias Ringwald#
1382cfdfc2SMatthias Ringwald# Bootloader config
1482cfdfc2SMatthias Ringwald#
1582cfdfc2SMatthias Ringwald# CONFIG_LOG_BOOTLOADER_LEVEL_NONE is not set
1682cfdfc2SMatthias Ringwald# CONFIG_LOG_BOOTLOADER_LEVEL_ERROR is not set
1782cfdfc2SMatthias RingwaldCONFIG_LOG_BOOTLOADER_LEVEL_WARN=y
1882cfdfc2SMatthias Ringwald# CONFIG_LOG_BOOTLOADER_LEVEL_INFO is not set
1982cfdfc2SMatthias Ringwald# CONFIG_LOG_BOOTLOADER_LEVEL_DEBUG is not set
2082cfdfc2SMatthias Ringwald# CONFIG_LOG_BOOTLOADER_LEVEL_VERBOSE is not set
2182cfdfc2SMatthias RingwaldCONFIG_LOG_BOOTLOADER_LEVEL=2
221287affeSMatthias Ringwald# CONFIG_BOOTLOADER_LTO is not set
2382cfdfc2SMatthias Ringwald
2482cfdfc2SMatthias Ringwald#
2582cfdfc2SMatthias Ringwald# Security features
2682cfdfc2SMatthias Ringwald#
2782cfdfc2SMatthias Ringwald# CONFIG_SECURE_BOOT_ENABLED is not set
2882cfdfc2SMatthias Ringwald# CONFIG_FLASH_ENCRYPTION_ENABLED is not set
2982cfdfc2SMatthias Ringwald
3082cfdfc2SMatthias Ringwald#
3182cfdfc2SMatthias Ringwald# Serial flasher config
3282cfdfc2SMatthias Ringwald#
3382cfdfc2SMatthias RingwaldCONFIG_ESPTOOLPY_PORT="/dev/tty.usbserial-DN02B3PF"
3482cfdfc2SMatthias Ringwald# CONFIG_ESPTOOLPY_BAUD_115200B is not set
3582cfdfc2SMatthias Ringwald# CONFIG_ESPTOOLPY_BAUD_230400B is not set
3682cfdfc2SMatthias Ringwald# CONFIG_ESPTOOLPY_BAUD_921600B is not set
3782cfdfc2SMatthias Ringwald# CONFIG_ESPTOOLPY_BAUD_2MB is not set
3882cfdfc2SMatthias RingwaldCONFIG_ESPTOOLPY_BAUD_OTHER=y
3982cfdfc2SMatthias RingwaldCONFIG_ESPTOOLPY_BAUD_OTHER_VAL=1000000
4082cfdfc2SMatthias RingwaldCONFIG_ESPTOOLPY_BAUD=1000000
4182cfdfc2SMatthias Ringwald# CONFIG_ESPTOOLPY_COMPRESSED is not set
4282cfdfc2SMatthias Ringwald# CONFIG_FLASHMODE_QIO is not set
4382cfdfc2SMatthias Ringwald# CONFIG_FLASHMODE_QOUT is not set
4482cfdfc2SMatthias RingwaldCONFIG_FLASHMODE_DIO=y
4582cfdfc2SMatthias Ringwald# CONFIG_FLASHMODE_DOUT is not set
4682cfdfc2SMatthias RingwaldCONFIG_ESPTOOLPY_FLASHMODE="dio"
4782cfdfc2SMatthias Ringwald# CONFIG_ESPTOOLPY_FLASHFREQ_80M is not set
4882cfdfc2SMatthias RingwaldCONFIG_ESPTOOLPY_FLASHFREQ_40M=y
4982cfdfc2SMatthias Ringwald# CONFIG_ESPTOOLPY_FLASHFREQ_26M is not set
5082cfdfc2SMatthias Ringwald# CONFIG_ESPTOOLPY_FLASHFREQ_20M is not set
5182cfdfc2SMatthias RingwaldCONFIG_ESPTOOLPY_FLASHFREQ="40m"
5282cfdfc2SMatthias Ringwald# CONFIG_ESPTOOLPY_FLASHSIZE_1MB is not set
5382cfdfc2SMatthias RingwaldCONFIG_ESPTOOLPY_FLASHSIZE_2MB=y
5482cfdfc2SMatthias Ringwald# CONFIG_ESPTOOLPY_FLASHSIZE_4MB is not set
5582cfdfc2SMatthias Ringwald# CONFIG_ESPTOOLPY_FLASHSIZE_8MB is not set
5682cfdfc2SMatthias Ringwald# CONFIG_ESPTOOLPY_FLASHSIZE_16MB is not set
5782cfdfc2SMatthias RingwaldCONFIG_ESPTOOLPY_FLASHSIZE="2MB"
5882cfdfc2SMatthias RingwaldCONFIG_ESPTOOLPY_FLASHSIZE_DETECT=y
5982cfdfc2SMatthias RingwaldCONFIG_ESPTOOLPY_BEFORE_RESET=y
6082cfdfc2SMatthias Ringwald# CONFIG_ESPTOOLPY_BEFORE_NORESET is not set
6182cfdfc2SMatthias RingwaldCONFIG_ESPTOOLPY_BEFORE="default_reset"
6282cfdfc2SMatthias RingwaldCONFIG_ESPTOOLPY_AFTER_RESET=y
6382cfdfc2SMatthias Ringwald# CONFIG_ESPTOOLPY_AFTER_NORESET is not set
6482cfdfc2SMatthias RingwaldCONFIG_ESPTOOLPY_AFTER="hard_reset"
6582cfdfc2SMatthias Ringwald# CONFIG_MONITOR_BAUD_9600B is not set
6682cfdfc2SMatthias Ringwald# CONFIG_MONITOR_BAUD_57600B is not set
6782cfdfc2SMatthias RingwaldCONFIG_MONITOR_BAUD_115200B=y
6882cfdfc2SMatthias Ringwald# CONFIG_MONITOR_BAUD_230400B is not set
6982cfdfc2SMatthias Ringwald# CONFIG_MONITOR_BAUD_921600B is not set
7082cfdfc2SMatthias Ringwald# CONFIG_MONITOR_BAUD_2MB is not set
7182cfdfc2SMatthias Ringwald# CONFIG_MONITOR_BAUD_OTHER is not set
7282cfdfc2SMatthias RingwaldCONFIG_MONITOR_BAUD_OTHER_VAL=115200
7382cfdfc2SMatthias RingwaldCONFIG_MONITOR_BAUD=115200
7482cfdfc2SMatthias Ringwald
7582cfdfc2SMatthias Ringwald#
7682cfdfc2SMatthias Ringwald# Partition Table
7782cfdfc2SMatthias Ringwald#
7882cfdfc2SMatthias RingwaldCONFIG_PARTITION_TABLE_SINGLE_APP=y
7982cfdfc2SMatthias Ringwald# CONFIG_PARTITION_TABLE_TWO_OTA is not set
8082cfdfc2SMatthias Ringwald# CONFIG_PARTITION_TABLE_CUSTOM is not set
8182cfdfc2SMatthias RingwaldCONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
8282cfdfc2SMatthias RingwaldCONFIG_PARTITION_TABLE_CUSTOM_APP_BIN_OFFSET=0x10000
8382cfdfc2SMatthias RingwaldCONFIG_PARTITION_TABLE_FILENAME="partitions_singleapp.csv"
8482cfdfc2SMatthias RingwaldCONFIG_APP_OFFSET=0x10000
851287affeSMatthias Ringwald
861287affeSMatthias Ringwald#
871287affeSMatthias Ringwald# Compiler options
881287affeSMatthias Ringwald#
8982cfdfc2SMatthias RingwaldCONFIG_OPTIMIZATION_LEVEL_DEBUG=y
9082cfdfc2SMatthias Ringwald# CONFIG_OPTIMIZATION_LEVEL_RELEASE is not set
911287affeSMatthias RingwaldCONFIG_OPTIMIZATION_ASSERTIONS_ENABLED=y
921287affeSMatthias Ringwald# CONFIG_OPTIMIZATION_ASSERTIONS_SILENT is not set
931287affeSMatthias Ringwald# CONFIG_OPTIMIZATION_ASSERTIONS_DISABLED is not set
9482cfdfc2SMatthias Ringwald
9582cfdfc2SMatthias Ringwald#
9682cfdfc2SMatthias Ringwald# Component config
9782cfdfc2SMatthias Ringwald#
981287affeSMatthias Ringwald
991287affeSMatthias Ringwald#
1001287affeSMatthias Ringwald# Application Level Tracing
1011287affeSMatthias Ringwald#
1021287affeSMatthias Ringwald# CONFIG_ESP32_APPTRACE_DEST_TRAX is not set
1031287affeSMatthias RingwaldCONFIG_ESP32_APPTRACE_DEST_NONE=y
1041287affeSMatthias Ringwald# CONFIG_ESP32_APPTRACE_ENABLE is not set
105*eb6282bcSMatthias RingwaldCONFIG_ESP32_APPTRACE_LOCK_ENABLE=y
1061287affeSMatthias Ringwald
1071287affeSMatthias Ringwald#
1081287affeSMatthias Ringwald# FreeRTOS SystemView Tracing
1091287affeSMatthias Ringwald#
11082cfdfc2SMatthias Ringwald# CONFIG_AWS_IOT_SDK is not set
11182cfdfc2SMatthias RingwaldCONFIG_BT_ENABLED=y
11282cfdfc2SMatthias Ringwald# CONFIG_BLUEDROID_ENABLED is not set
11382cfdfc2SMatthias Ringwald# CONFIG_BT_DRAM_RELEASE is not set
11440e336b7SMatthias RingwaldCONFIG_BTDM_CONTROLLER_RUN_CPU=0
11540e336b7SMatthias Ringwald# CONFIG_BT_HCI_UART is not set
11682cfdfc2SMatthias RingwaldCONFIG_BT_RESERVE_DRAM=0x10000
11782cfdfc2SMatthias Ringwald
11882cfdfc2SMatthias Ringwald#
11982cfdfc2SMatthias Ringwald# ESP32-specific
12082cfdfc2SMatthias Ringwald#
12182cfdfc2SMatthias Ringwald# CONFIG_ESP32_DEFAULT_CPU_FREQ_80 is not set
12282cfdfc2SMatthias Ringwald# CONFIG_ESP32_DEFAULT_CPU_FREQ_160 is not set
12382cfdfc2SMatthias RingwaldCONFIG_ESP32_DEFAULT_CPU_FREQ_240=y
12482cfdfc2SMatthias RingwaldCONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=240
12582cfdfc2SMatthias RingwaldCONFIG_MEMMAP_SMP=y
12682cfdfc2SMatthias Ringwald# CONFIG_MEMMAP_TRACEMEM is not set
12740e336b7SMatthias Ringwald# CONFIG_MEMMAP_TRACEMEM_TWOBANKS is not set
12840e336b7SMatthias Ringwald# CONFIG_ESP32_TRAX is not set
12982cfdfc2SMatthias RingwaldCONFIG_TRACEMEM_RESERVE_DRAM=0x0
13082cfdfc2SMatthias Ringwald# CONFIG_ESP32_ENABLE_COREDUMP_TO_FLASH is not set
13182cfdfc2SMatthias RingwaldCONFIG_ESP32_ENABLE_COREDUMP_TO_UART=y
13282cfdfc2SMatthias Ringwald# CONFIG_ESP32_ENABLE_COREDUMP_TO_NONE is not set
13382cfdfc2SMatthias RingwaldCONFIG_ESP32_ENABLE_COREDUMP=y
13482cfdfc2SMatthias RingwaldCONFIG_ESP32_CORE_DUMP_UART_DELAY=0
13582cfdfc2SMatthias RingwaldCONFIG_ESP32_CORE_DUMP_LOG_LEVEL=1
1369000f915SMatthias Ringwald# CONFIG_TWO_UNIVERSAL_MAC_ADDRESS is not set
1379000f915SMatthias RingwaldCONFIG_FOUR_UNIVERSAL_MAC_ADDRESS=y
1389000f915SMatthias RingwaldCONFIG_NUMBER_OF_UNIVERSAL_MAC_ADDRESS=4
13982cfdfc2SMatthias RingwaldCONFIG_SYSTEM_EVENT_QUEUE_SIZE=32
14082cfdfc2SMatthias RingwaldCONFIG_SYSTEM_EVENT_TASK_STACK_SIZE=2048
14182cfdfc2SMatthias RingwaldCONFIG_MAIN_TASK_STACK_SIZE=4096
1421287affeSMatthias RingwaldCONFIG_IPC_TASK_STACK_SIZE=1024
14382cfdfc2SMatthias RingwaldCONFIG_NEWLIB_STDOUT_ADDCR=y
14482cfdfc2SMatthias Ringwald# CONFIG_NEWLIB_NANO_FORMAT is not set
14582cfdfc2SMatthias RingwaldCONFIG_CONSOLE_UART_DEFAULT=y
14682cfdfc2SMatthias Ringwald# CONFIG_CONSOLE_UART_CUSTOM is not set
14782cfdfc2SMatthias Ringwald# CONFIG_CONSOLE_UART_NONE is not set
14882cfdfc2SMatthias RingwaldCONFIG_CONSOLE_UART_NUM=0
14982cfdfc2SMatthias RingwaldCONFIG_CONSOLE_UART_BAUDRATE=115200
15082cfdfc2SMatthias Ringwald# CONFIG_ULP_COPROC_ENABLED is not set
15182cfdfc2SMatthias RingwaldCONFIG_ULP_COPROC_RESERVE_MEM=0
15282cfdfc2SMatthias RingwaldCONFIG_ESP32_PANIC_PRINT_HALT=y
15382cfdfc2SMatthias Ringwald# CONFIG_ESP32_PANIC_PRINT_REBOOT is not set
15482cfdfc2SMatthias Ringwald# CONFIG_ESP32_PANIC_SILENT_REBOOT is not set
15582cfdfc2SMatthias Ringwald# CONFIG_ESP32_PANIC_GDBSTUB is not set
15682cfdfc2SMatthias RingwaldCONFIG_ESP32_DEBUG_OCDAWARE=y
15782cfdfc2SMatthias RingwaldCONFIG_INT_WDT=y
15882cfdfc2SMatthias RingwaldCONFIG_INT_WDT_TIMEOUT_MS=300
15982cfdfc2SMatthias RingwaldCONFIG_TASK_WDT=y
16082cfdfc2SMatthias Ringwald# CONFIG_TASK_WDT_PANIC is not set
16182cfdfc2SMatthias RingwaldCONFIG_TASK_WDT_TIMEOUT_S=5
16282cfdfc2SMatthias RingwaldCONFIG_TASK_WDT_CHECK_IDLE_TASK=y
1631287affeSMatthias RingwaldCONFIG_BROWNOUT_DET=y
1641287affeSMatthias RingwaldCONFIG_BROWNOUT_DET_LVL_SEL_0=y
1651287affeSMatthias Ringwald# CONFIG_BROWNOUT_DET_LVL_SEL_1 is not set
1661287affeSMatthias Ringwald# CONFIG_BROWNOUT_DET_LVL_SEL_2 is not set
1671287affeSMatthias Ringwald# CONFIG_BROWNOUT_DET_LVL_SEL_3 is not set
1681287affeSMatthias Ringwald# CONFIG_BROWNOUT_DET_LVL_SEL_4 is not set
1691287affeSMatthias Ringwald# CONFIG_BROWNOUT_DET_LVL_SEL_5 is not set
1701287affeSMatthias Ringwald# CONFIG_BROWNOUT_DET_LVL_SEL_6 is not set
1711287affeSMatthias Ringwald# CONFIG_BROWNOUT_DET_LVL_SEL_7 is not set
1721287affeSMatthias RingwaldCONFIG_BROWNOUT_DET_LVL=0
17382cfdfc2SMatthias Ringwald# CONFIG_ESP32_TIME_SYSCALL_USE_RTC is not set
17482cfdfc2SMatthias RingwaldCONFIG_ESP32_TIME_SYSCALL_USE_RTC_FRC1=y
17582cfdfc2SMatthias Ringwald# CONFIG_ESP32_TIME_SYSCALL_USE_FRC1 is not set
17682cfdfc2SMatthias Ringwald# CONFIG_ESP32_TIME_SYSCALL_USE_NONE is not set
17782cfdfc2SMatthias RingwaldCONFIG_ESP32_RTC_CLOCK_SOURCE_INTERNAL_RC=y
17840e336b7SMatthias Ringwald# CONFIG_ESP32_RTC_CLOCK_SOURCE_EXTERNAL_CRYSTAL is not set
1790e6963e5SMatthias RingwaldCONFIG_ESP32_RTC_CLK_CAL_CYCLES=1024
18082cfdfc2SMatthias RingwaldCONFIG_ESP32_DEEP_SLEEP_WAKEUP_DELAY=0
1810e6963e5SMatthias Ringwald# CONFIG_ESP32_XTAL_FREQ_40 is not set
1820e6963e5SMatthias Ringwald# CONFIG_ESP32_XTAL_FREQ_26 is not set
1830e6963e5SMatthias RingwaldCONFIG_ESP32_XTAL_FREQ_AUTO=y
1840e6963e5SMatthias RingwaldCONFIG_ESP32_XTAL_FREQ=0
18582cfdfc2SMatthias Ringwald# CONFIG_WIFI_ENABLED is not set
18682cfdfc2SMatthias RingwaldCONFIG_PHY_ENABLED=y
18782cfdfc2SMatthias Ringwald
18882cfdfc2SMatthias Ringwald#
18982cfdfc2SMatthias Ringwald# PHY
19082cfdfc2SMatthias Ringwald#
19182cfdfc2SMatthias RingwaldCONFIG_ESP32_PHY_CALIBRATION_AND_DATA_STORAGE=y
19282cfdfc2SMatthias Ringwald# CONFIG_ESP32_PHY_INIT_DATA_IN_PARTITION is not set
19382cfdfc2SMatthias RingwaldCONFIG_ESP32_PHY_MAX_TX_POWER=20
19482cfdfc2SMatthias Ringwald# CONFIG_ETHERNET is not set
19582cfdfc2SMatthias Ringwald
19682cfdfc2SMatthias Ringwald#
19782cfdfc2SMatthias Ringwald# FAT Filesystem support
19882cfdfc2SMatthias Ringwald#
19982cfdfc2SMatthias RingwaldCONFIG_FATFS_CODEPAGE_ASCII=y
20082cfdfc2SMatthias Ringwald# CONFIG_FATFS_CODEPAGE_437 is not set
20182cfdfc2SMatthias Ringwald# CONFIG_FATFS_CODEPAGE_720 is not set
20282cfdfc2SMatthias Ringwald# CONFIG_FATFS_CODEPAGE_737 is not set
20382cfdfc2SMatthias Ringwald# CONFIG_FATFS_CODEPAGE_771 is not set
20482cfdfc2SMatthias Ringwald# CONFIG_FATFS_CODEPAGE_775 is not set
20582cfdfc2SMatthias Ringwald# CONFIG_FATFS_CODEPAGE_850 is not set
20682cfdfc2SMatthias Ringwald# CONFIG_FATFS_CODEPAGE_852 is not set
20782cfdfc2SMatthias Ringwald# CONFIG_FATFS_CODEPAGE_855 is not set
20882cfdfc2SMatthias Ringwald# CONFIG_FATFS_CODEPAGE_857 is not set
20982cfdfc2SMatthias Ringwald# CONFIG_FATFS_CODEPAGE_860 is not set
21082cfdfc2SMatthias Ringwald# CONFIG_FATFS_CODEPAGE_861 is not set
21182cfdfc2SMatthias Ringwald# CONFIG_FATFS_CODEPAGE_862 is not set
21282cfdfc2SMatthias Ringwald# CONFIG_FATFS_CODEPAGE_863 is not set
21382cfdfc2SMatthias Ringwald# CONFIG_FATFS_CODEPAGE_864 is not set
21482cfdfc2SMatthias Ringwald# CONFIG_FATFS_CODEPAGE_865 is not set
21582cfdfc2SMatthias Ringwald# CONFIG_FATFS_CODEPAGE_866 is not set
21682cfdfc2SMatthias Ringwald# CONFIG_FATFS_CODEPAGE_869 is not set
21782cfdfc2SMatthias Ringwald# CONFIG_FATFS_CODEPAGE_932 is not set
21882cfdfc2SMatthias Ringwald# CONFIG_FATFS_CODEPAGE_936 is not set
21982cfdfc2SMatthias Ringwald# CONFIG_FATFS_CODEPAGE_949 is not set
22082cfdfc2SMatthias Ringwald# CONFIG_FATFS_CODEPAGE_950 is not set
22182cfdfc2SMatthias RingwaldCONFIG_FATFS_CODEPAGE=1
22282cfdfc2SMatthias RingwaldCONFIG_FATFS_MAX_LFN=255
22382cfdfc2SMatthias Ringwald
22482cfdfc2SMatthias Ringwald#
22582cfdfc2SMatthias Ringwald# FreeRTOS
22682cfdfc2SMatthias Ringwald#
22782cfdfc2SMatthias RingwaldCONFIG_FREERTOS_UNICORE=y
22882cfdfc2SMatthias RingwaldCONFIG_FREERTOS_CORETIMER_0=y
22982cfdfc2SMatthias Ringwald# CONFIG_FREERTOS_CORETIMER_1 is not set
23082cfdfc2SMatthias RingwaldCONFIG_FREERTOS_HZ=1000
23182cfdfc2SMatthias RingwaldCONFIG_FREERTOS_ASSERT_ON_UNTESTED_FUNCTION=y
23282cfdfc2SMatthias Ringwald# CONFIG_FREERTOS_CHECK_STACKOVERFLOW_NONE is not set
23382cfdfc2SMatthias Ringwald# CONFIG_FREERTOS_CHECK_STACKOVERFLOW_PTRVAL is not set
23482cfdfc2SMatthias RingwaldCONFIG_FREERTOS_CHECK_STACKOVERFLOW_CANARY=y
23582cfdfc2SMatthias Ringwald# CONFIG_FREERTOS_WATCHPOINT_END_OF_STACK is not set
23682cfdfc2SMatthias RingwaldCONFIG_FREERTOS_THREAD_LOCAL_STORAGE_POINTERS=3
23782cfdfc2SMatthias RingwaldCONFIG_FREERTOS_ASSERT_FAIL_ABORT=y
23882cfdfc2SMatthias Ringwald# CONFIG_FREERTOS_ASSERT_FAIL_PRINT_CONTINUE is not set
23982cfdfc2SMatthias Ringwald# CONFIG_FREERTOS_ASSERT_DISABLE is not set
24082cfdfc2SMatthias RingwaldCONFIG_FREERTOS_BREAK_ON_SCHEDULER_START_JTAG=y
24182cfdfc2SMatthias Ringwald# CONFIG_ENABLE_MEMORY_DEBUG is not set
2421287affeSMatthias RingwaldCONFIG_FREERTOS_IDLE_TASK_STACKSIZE=1024
24382cfdfc2SMatthias RingwaldCONFIG_FREERTOS_ISR_STACKSIZE=1536
24482cfdfc2SMatthias Ringwald# CONFIG_FREERTOS_LEGACY_HOOKS is not set
24582cfdfc2SMatthias RingwaldCONFIG_FREERTOS_MAX_TASK_NAME_LEN=16
24682cfdfc2SMatthias RingwaldCONFIG_SUPPORT_STATIC_ALLOCATION=y
24782cfdfc2SMatthias Ringwald# CONFIG_ENABLE_STATIC_TASK_CLEAN_UP_HOOK is not set
24882cfdfc2SMatthias RingwaldCONFIG_TIMER_TASK_PRIORITY=1
24982cfdfc2SMatthias RingwaldCONFIG_TIMER_TASK_STACK_DEPTH=2048
25082cfdfc2SMatthias RingwaldCONFIG_TIMER_QUEUE_LENGTH=10
25182cfdfc2SMatthias Ringwald# CONFIG_FREERTOS_DEBUG_INTERNALS is not set
25282cfdfc2SMatthias Ringwald
25382cfdfc2SMatthias Ringwald#
25482cfdfc2SMatthias Ringwald# Log output
25582cfdfc2SMatthias Ringwald#
25682cfdfc2SMatthias Ringwald# CONFIG_LOG_DEFAULT_LEVEL_NONE is not set
25782cfdfc2SMatthias Ringwald# CONFIG_LOG_DEFAULT_LEVEL_ERROR is not set
25882cfdfc2SMatthias Ringwald# CONFIG_LOG_DEFAULT_LEVEL_WARN is not set
25982cfdfc2SMatthias RingwaldCONFIG_LOG_DEFAULT_LEVEL_INFO=y
26082cfdfc2SMatthias Ringwald# CONFIG_LOG_DEFAULT_LEVEL_DEBUG is not set
26182cfdfc2SMatthias Ringwald# CONFIG_LOG_DEFAULT_LEVEL_VERBOSE is not set
26282cfdfc2SMatthias RingwaldCONFIG_LOG_DEFAULT_LEVEL=3
26382cfdfc2SMatthias RingwaldCONFIG_LOG_COLORS=y
26482cfdfc2SMatthias Ringwald
26582cfdfc2SMatthias Ringwald#
26682cfdfc2SMatthias Ringwald# LWIP
26782cfdfc2SMatthias Ringwald#
26882cfdfc2SMatthias Ringwald# CONFIG_L2_TO_L3_COPY is not set
26982cfdfc2SMatthias RingwaldCONFIG_LWIP_MAX_SOCKETS=4
27082cfdfc2SMatthias RingwaldCONFIG_LWIP_THREAD_LOCAL_STORAGE_INDEX=0
27182cfdfc2SMatthias Ringwald# CONFIG_LWIP_SO_REUSE is not set
27282cfdfc2SMatthias Ringwald# CONFIG_LWIP_SO_RCVBUF is not set
27382cfdfc2SMatthias RingwaldCONFIG_LWIP_DHCP_MAX_NTP_SERVERS=1
27482cfdfc2SMatthias Ringwald# CONFIG_LWIP_IP_FRAG is not set
27582cfdfc2SMatthias Ringwald# CONFIG_LWIP_IP_REASSEMBLY is not set
2761287affeSMatthias Ringwald
2771287affeSMatthias Ringwald#
2781287affeSMatthias Ringwald# TCP
2791287affeSMatthias Ringwald#
28082cfdfc2SMatthias RingwaldCONFIG_TCP_MAXRTX=12
28182cfdfc2SMatthias RingwaldCONFIG_TCP_SYNMAXRTX=6
2821287affeSMatthias RingwaldCONFIG_TCP_MSS=1436
2831287affeSMatthias RingwaldCONFIG_TCP_SND_BUF_DEFAULT=5744
2841287affeSMatthias RingwaldCONFIG_TCP_WND_DEFAULT=5744
285*eb6282bcSMatthias RingwaldCONFIG_TCP_RECVMBOX_SIZE=6
2861287affeSMatthias RingwaldCONFIG_TCP_QUEUE_OOSEQ=y
2871287affeSMatthias RingwaldCONFIG_TCP_OVERSIZE_MSS=y
2881287affeSMatthias Ringwald# CONFIG_TCP_OVERSIZE_QUARTER_MSS is not set
2891287affeSMatthias Ringwald# CONFIG_TCP_OVERSIZE_DISABLE is not set
290*eb6282bcSMatthias Ringwald
291*eb6282bcSMatthias Ringwald#
292*eb6282bcSMatthias Ringwald# UDP
293*eb6282bcSMatthias Ringwald#
294*eb6282bcSMatthias RingwaldCONFIG_UDP_RECVMBOX_SIZE=6
29582cfdfc2SMatthias Ringwald# CONFIG_LWIP_DHCP_DOES_ARP_CHECK is not set
2960e6963e5SMatthias RingwaldCONFIG_TCPIP_TASK_STACK_SIZE=2560
2970e6963e5SMatthias Ringwald# CONFIG_PPP_SUPPORT is not set
29882cfdfc2SMatthias Ringwald
29982cfdfc2SMatthias Ringwald#
3001287affeSMatthias Ringwald# ICMP
3011287affeSMatthias Ringwald#
3021287affeSMatthias Ringwald# CONFIG_LWIP_MULTICAST_PING is not set
3031287affeSMatthias Ringwald# CONFIG_LWIP_BROADCAST_PING is not set
3041287affeSMatthias Ringwald
3051287affeSMatthias Ringwald#
30682cfdfc2SMatthias Ringwald# mbedTLS
30782cfdfc2SMatthias Ringwald#
30882cfdfc2SMatthias RingwaldCONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=16384
30982cfdfc2SMatthias Ringwald# CONFIG_MBEDTLS_DEBUG is not set
31082cfdfc2SMatthias RingwaldCONFIG_MBEDTLS_HARDWARE_AES=y
31182cfdfc2SMatthias RingwaldCONFIG_MBEDTLS_HARDWARE_MPI=y
31282cfdfc2SMatthias RingwaldCONFIG_MBEDTLS_MPI_USE_INTERRUPT=y
31382cfdfc2SMatthias RingwaldCONFIG_MBEDTLS_HARDWARE_SHA=y
31482cfdfc2SMatthias RingwaldCONFIG_MBEDTLS_HAVE_TIME=y
31582cfdfc2SMatthias Ringwald# CONFIG_MBEDTLS_HAVE_TIME_DATE is not set
31682cfdfc2SMatthias Ringwald
31782cfdfc2SMatthias Ringwald#
31882cfdfc2SMatthias Ringwald# OpenSSL
31982cfdfc2SMatthias Ringwald#
32082cfdfc2SMatthias Ringwald# CONFIG_OPENSSL_DEBUG is not set
32182cfdfc2SMatthias RingwaldCONFIG_OPENSSL_ASSERT_DO_NOTHING=y
32282cfdfc2SMatthias Ringwald# CONFIG_OPENSSL_ASSERT_EXIT is not set
32382cfdfc2SMatthias Ringwald
32482cfdfc2SMatthias Ringwald#
32582cfdfc2SMatthias Ringwald# SPI Flash driver
32682cfdfc2SMatthias Ringwald#
32782cfdfc2SMatthias Ringwald# CONFIG_SPI_FLASH_ENABLE_COUNTERS is not set
32840e336b7SMatthias RingwaldCONFIG_SPI_FLASH_ROM_DRIVER_PATCH=y
329