esp-idf/components/riscv
Jakob Hasse 5946c6ad16 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-15 10:03:12 +08:00
..
include cxx/esp_hw_support: added build test, changed parameter types 2023-05-15 10:03:12 +08:00
CMakeLists.txt G0: RISC-V targets have now an independent G0 layer 2022-06-14 15:00:53 +08:00
instruction_decode.c interrupt: filter out reserved int number by decoding risc-v JAL instruction 2021-01-05 15:39:46 +08:00
interrupt.c riscv: Remove redundant riscv_interrupts.h header 2022-09-19 14:19:11 +08:00
linker.lf arch: move stdatomic 2021-02-26 18:40:00 +08:00
project_include.cmake build system: remove -Wno-format flag for RISC-V targets 2022-08-03 16:42:47 +04:00
vectors.S WDT: implement interrupt wdt and task wdt for ESP32-C2 2022-12-01 10:45:35 +00:00