esp-idf/tools/test_apps/system/cxx_build_test/main
Ivan Grokhotkov 3973db7664
soc: make register access macros compatible with C++20
In C++20, using the result of an assignment to a 'volatile' value is
deprecated.

Breaking change: register "setter" or modification macros can no
longer be used as expressions.

Closes https://github.com/espressif/esp-idf/issues/9170
2022-06-17 18:09:22 +02:00
..
CMakeLists.txt soc: make register access macros compatible with C++20 2022-06-17 18:09:22 +02:00
cxx_build_test_main.cpp soc: make register access macros compatible with C++20 2022-06-17 18:09:22 +02:00
test_soc_reg_macros.cpp soc: make register access macros compatible with C++20 2022-06-17 18:09:22 +02:00