mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-10 04:43:33 +00:00
examples: add C++ exception handling example
This commit is contained in:
3
examples/system/cpp_exceptions/sdkconfig.defaults
Normal file
3
examples/system/cpp_exceptions/sdkconfig.defaults
Normal file
@@ -0,0 +1,3 @@
|
||||
# Enable C++ exceptions and set emergency pool size for exception objects
|
||||
CONFIG_CXX_EXCEPTIONS=y
|
||||
CONFIG_CXX_EXCEPTIONS_EMG_POOL_SIZE=1024
|
Reference in New Issue
Block a user