docs: add C++ support chapter to the API guides

This commit is contained in:
Ivan Grokhotkov
2022-09-15 18:05:32 +02:00
committed by Jakob Hasse
parent 8184f03115
commit 80d3dc9ac5
9 changed files with 181 additions and 18 deletions
+1
View File
@@ -126,6 +126,7 @@ function(__build_set_lang_version)
if(NOT IDF_TARGET STREQUAL "linux")
# Building for chip targets: we use a known version of the toolchain.
# Use latest supported versions.
# Please update docs/en/api-guides/cplusplus.rst when changing this.
set(c_std gnu17)
set(cxx_std gnu++20)
else()