esp-idf/examples/system/cpp_exceptions/sdkconfig.defaults

4 wiersze
139 B
Plaintext

# Enable C++ exceptions and set emergency pool size for exception objects
CONFIG_CXX_EXCEPTIONS=y
CONFIG_CXX_EXCEPTIONS_EMG_POOL_SIZE=1024