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,9 @@
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#
PROJECT_NAME := cpp_exceptions_example
include $(IDF_PATH)/make/project.mk