You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
438 B
14 lines
438 B
# Copyright 2023 jacqueline <me@jacqueline.id.au>
|
|
#
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
CONFIG_BOOTLOADER_LOG_LEVEL_INFO=y
|
|
CONFIG_BOOTLOADER_LOG_LEVEL=3
|
|
CONFIG_COMPILER_CXX_EXCEPTIONS=y
|
|
CONFIG_COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE=0
|
|
CONFIG_COMPILER_CXX_RTTI=y
|
|
CONFIG_COMPILER_STACK_CHECK_MODE_STRONG=y
|
|
CONFIG_COMPILER_STACK_CHECK=y
|
|
CONFIG_ESP_TASK_WDT=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="../partitions.csv"
|
|
CONFIG_ESP_TASK_WDT_EN=n
|
|
|