docs: add C++ support chapter to the API guides
This commit is contained in:
committed by
Jakob Hasse
parent
8184f03115
commit
80d3dc9ac5
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user