diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-11-02 17:22:24 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-11-02 17:22:24 -0800 |
| commit | 7441344c6f29d9dbf7f8cedef55f394c42916963 (patch) | |
| tree | a721db7f7acfeda251bb71b65d8cd8677719ce5b | |
| parent | 18838e390a71366ccaa1aaeda8964e65d70fc43f (diff) | |
Add new config options to default
| -rw-r--r-- | ports/esp32s2/esp-idf-config/sdkconfig.defaults | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ports/esp32s2/esp-idf-config/sdkconfig.defaults b/ports/esp32s2/esp-idf-config/sdkconfig.defaults index 37b33fc69..025b05caa 100644 --- a/ports/esp32s2/esp-idf-config/sdkconfig.defaults +++ b/ports/esp32s2/esp-idf-config/sdkconfig.defaults @@ -265,6 +265,11 @@ CONFIG_ESP32S2_ALLOW_RTC_FAST_MEM_AS_HEAP=y # end of Power Management # +# ADC-Calibration +# +# end of ADC-Calibration + +# # Common ESP-related # CONFIG_ESP_ERR_TO_NAME_LOOKUP=y @@ -403,6 +408,7 @@ CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE=0 # CONFIG_FREERTOS_GENERATE_RUN_TIME_STATS is not set CONFIG_FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER=y # CONFIG_FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE is not set +# CONFIG_FREERTOS_PLACE_FUNCTIONS_INTO_FLASH is not set CONFIG_FREERTOS_DEBUG_OCDAWARE=y # end of FreeRTOS @@ -715,6 +721,7 @@ CONFIG_SPI_FLASH_YIELD_DURING_ERASE=y CONFIG_SPI_FLASH_ERASE_YIELD_DURATION_MS=20 CONFIG_SPI_FLASH_ERASE_YIELD_TICKS=1 CONFIG_SPI_FLASH_WRITE_CHUNK_SIZE=8192 +# CONFIG_SPI_FLASH_SIZE_OVERRIDE is not set # # Auto-detect flash chips |
