2020-12-28 21:00:45 -05:00
|
|
|
# Only need to test this for one target (e.g. ESP32) per architecture
|
|
|
|
CONFIG_IDF_TARGET="esp32c3"
|
|
|
|
TEST_COMPONENTS=cxx
|
|
|
|
CONFIG_COMPILER_CXX_EXCEPTIONS=y
|
2021-06-24 03:34:02 -04:00
|
|
|
CONFIG_COMPILER_CXX_EXCEPTIONS_EMG_POOL_SIZE=1024
|