esp-idf/components/riscv/include
Jakob Hasse 48ab527148 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-05-11 11:16:45 +08:00
..
esp_private riscv: fix panic_reasons being an instance of enum, not type name 2022-01-27 11:00:09 +07:00
riscv cxx/esp_hw_support: added build test, changed parameter types 2023-05-11 11:16:45 +08:00