example_tests: CI uses ECO0 for esp32c3 tests

This commit is contained in:
KonstantinKondrashov
2021-04-09 14:23:09 +08:00
parent 4fbfb03fe1
commit ec4de4fe5c
33 changed files with 128 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# IDF-3090
CONFIG_ESP32C3_REV_MIN_0=y
CONFIG_ESP32C3_REV_MIN=0
# Enable C++ exceptions and set emergency pool size for exception objects
CONFIG_COMPILER_CXX_EXCEPTIONS=y
CONFIG_COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE=1024