Skip to content

Commit 7441344

Browse files
committed
Add new config options to default
1 parent 18838e3 commit 7441344

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ports/esp32s2/esp-idf-config/sdkconfig.defaults

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,11 @@ CONFIG_ESP32S2_ALLOW_RTC_FAST_MEM_AS_HEAP=y
264264
# CONFIG_PM_ENABLE is not set
265265
# end of Power Management
266266

267+
#
268+
# ADC-Calibration
269+
#
270+
# end of ADC-Calibration
271+
267272
#
268273
# Common ESP-related
269274
#
@@ -403,6 +408,7 @@ CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE=0
403408
# CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS is not set
404409
CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER=y
405410
# CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE is not set
411+
# CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH is not set
406412
CONFIG_FREERTOS_DEBUG_OCDAWARE=y
407413
# end of FreeRTOS
408414

@@ -715,6 +721,7 @@ CONFIG_SPI_FLASH_YIELD_DURING_ERASE=y
715721
CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS=20
716722
CONFIG_SPI_FLASH_ERASE_YIELD_TICKS=1
717723
CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE=8192
724+
# CONFIG_SPI_FLASH_SIZE_OVERRIDE is not set
718725

719726
#
720727
# Auto-detect flash chips

0 commit comments

Comments
 (0)