examples: add C++ exception handling example

This commit is contained in:
Ivan Grokhotkov
2018-09-04 10:20:29 +08:00
parent 97b2281c49
commit cb2876ff4e
7 changed files with 142 additions and 0 deletions

View 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