File tree Expand file tree Collapse file tree
ports/esp32s2/esp-idf-config Expand file tree Collapse file tree Original file line number Diff line number Diff 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
404409CONFIG_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
406412CONFIG_FREERTOS_DEBUG_OCDAWARE=y
407413# end of FreeRTOS
408414
@@ -715,6 +721,7 @@ CONFIG_SPI_FLASH_YIELD_DURING_ERASE=y
715721CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS=20
716722CONFIG_SPI_FLASH_ERASE_YIELD_TICKS=1
717723CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE=8192
724+ # CONFIG_SPI_FLASH_SIZE_OVERRIDE is not set
718725
719726#
720727# Auto-detect flash chips
You can’t perform that action at this time.
0 commit comments