|
|
%!s(int64=5) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| include | %!s(int64=5) %!d(string=hai) anos | |
| test | %!s(int64=5) %!d(string=hai) anos | |
| CMakeLists.txt | %!s(int64=5) %!d(string=hai) anos | |
| README.md | %!s(int64=5) %!d(string=hai) anos | |
| component.mk | %!s(int64=5) %!d(string=hai) anos | |
| esp_exception.cpp | %!s(int64=5) %!d(string=hai) anos | |
Warning: This component is subject to change without notice. Don't consider it as a stable API. It proposes future C++ interfaces of IDF components.
To use and build this component, add it as an extra component in your project's cmake file:
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/cxx/experimental/experimental_cpp_component)
To build the tests, first add them to the unit test's CMakeLists.txt:
set(EXTRA_COMPONENT_DIRS "$ENV{IDF_PATH}/examples/cxx/experimental/experimental_cpp_component/")
Then go to the unit test app's directory and run:
idf.py -T experimental_cpp_component build