Files
platform-espressif32/examples/espidf-ulp/sdkconfig.defaults
T

11 lines
328 B
Plaintext
Raw Normal View History

2020-03-05 11:18:07 +02:00
# Enable ULP
CONFIG_ULP_COPROC_ENABLED=y
CONFIG_ULP_COPROC_TYPE_FSM=y
CONFIG_ULP_COPROC_RESERVE_MEM=1024
2020-03-05 11:18:07 +02:00
# Set log level to Warning to produce clean output
CONFIG_BOOTLOADER_LOG_LEVEL_WARN=y
CONFIG_BOOTLOADER_LOG_LEVEL=2
CONFIG_LOG_DEFAULT_LEVEL_WARN=y
CONFIG_LOG_DEFAULT_LEVEL=2
2020-09-01 21:48:00 +03:00
CONFIG_BOOTLOADER_SKIP_VALIDATE_IN_DEEP_SLEEP=y