]> granicus.if.org Git - esp-idf/commit
examples: add C++ exception handling example
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 4 Sep 2018 02:20:29 +0000 (10:20 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Tue, 4 Sep 2018 13:00:14 +0000 (21:00 +0800)
commitcb2876ff4e4f1a78223e7f075badc4ad694a1929
tree3135cf21ec4117f460242bd5daccf0d09399546f
parent97b2281c4923b55726889f04a28113bee95faab0
examples: add C++ exception handling example
docs/en/api-guides/error-handling.rst
examples/system/cpp_exceptions/Makefile [new file with mode: 0644]
examples/system/cpp_exceptions/README.md [new file with mode: 0644]
examples/system/cpp_exceptions/example_test.py [new file with mode: 0644]
examples/system/cpp_exceptions/main/component.mk [new file with mode: 0644]
examples/system/cpp_exceptions/main/exception_example_main.cpp [new file with mode: 0644]
examples/system/cpp_exceptions/sdkconfig.defaults [new file with mode: 0644]