esp-idf/tools/test_apps/system/cxx_build_test/main
Jakob Hasse ca44fc3847 cxx/esp_hw_support: added build test, changed parameter types
Changed rv_utils_intr_edge_ack and esp_cpu_intr_edge_ack to
take uint32_t instead of int to avoid build errors.

The test is to test in particular that __builtin_ffsll, used in
xt_utils.h, which is included via esp_cpu.h, compiles fine
in C++20 with -Wsign-conversion enabled.

Closes https://github.com/espressif/esp-idf/pull/10895
2023-04-26 19:06:39 +08:00
..
CMakeLists.txt cxx/esp_hw_support: added build test, changed parameter types 2023-04-26 19:06:39 +08:00
cxx_build_test_main.cpp mcpwm: don't use keyword operator 2022-08-17 06:31:50 +00:00
test_esp_hw_support.cpp cxx/esp_hw_support: added build test, changed parameter types 2023-04-26 19:06:39 +08:00
test_soc_reg_macros.cpp soc: make register access macros compatible with C++20 2022-06-17 18:09:22 +02:00