2023-08-29 16:00:27 -07:00
|
|
|
#
|
|
|
|
# Espressif IoT Development Framework Configuration
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Bootloader config
|
2022-01-12 11:36:51 -08:00
|
|
|
#
|
2022-10-14 11:33:10 +05:30
|
|
|
CONFIG_BOOTLOADER_LOG_LEVEL_NONE=y
|
2023-08-29 16:00:27 -07:00
|
|
|
# end of Bootloader config
|
2022-01-12 11:36:51 -08:00
|
|
|
|
2023-08-29 16:00:27 -07:00
|
|
|
#
|
|
|
|
# Compiler options
|
|
|
|
#
|
2023-01-06 12:15:06 +05:30
|
|
|
CONFIG_COMPILER_OPTIMIZATION_SIZE=y
|
2023-08-29 16:00:27 -07:00
|
|
|
CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT=y
|
2023-09-11 15:58:07 -07:00
|
|
|
CONFIG_COMPILER_OPTIMIZATION_CHECKS_SILENT=y
|
2023-08-29 16:00:27 -07:00
|
|
|
# end of Compiler options
|
2022-01-12 11:36:51 -08:00
|
|
|
|
2023-08-29 16:00:27 -07:00
|
|
|
#
|
|
|
|
# Component config
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# Common ESP-related
|
|
|
|
#
|
|
|
|
# CONFIG_ESP_ERR_TO_NAME_LOOKUP is not set
|
|
|
|
# end of Common ESP-related
|
2022-01-12 11:36:51 -08:00
|
|
|
|
2023-08-29 16:00:27 -07:00
|
|
|
#
|
|
|
|
# ESP System Settings
|
|
|
|
#
|
2023-01-06 12:15:06 +05:30
|
|
|
CONFIG_ESP_SYSTEM_PANIC_SILENT_REBOOT=y
|
2023-08-29 16:00:27 -07:00
|
|
|
CONFIG_ESP_CONSOLE_NONE=y
|
2023-09-22 15:05:20 -07:00
|
|
|
CONFIG_ESP_CONSOLE_SECONDARY_NONE=y
|
2023-08-29 16:00:27 -07:00
|
|
|
# end of ESP System Settings
|
2022-01-12 11:36:51 -08:00
|
|
|
|
2023-08-29 16:00:27 -07:00
|
|
|
#
|
|
|
|
# Log output
|
|
|
|
#
|
2022-10-14 11:33:10 +05:30
|
|
|
CONFIG_LOG_DEFAULT_LEVEL_NONE=y
|
2023-08-29 16:00:27 -07:00
|
|
|
# end of Log output
|
|
|
|
|
|
|
|
# end of Component config
|
|
|
|
|
|
|
|
# end of Espressif IoT Development Framework Configuration
|