1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/riscv_common
Sören Tempel 5b15dc8932 fe310: Fix debug format strings
read_csr() returns an unsigned long, not a uint32_t. This causes a
-Wformat warning to be emitted when compiling with clang. This commit
fixes the warning by changing the format string.
2020-10-07 19:07:23 +00:00
..
include riscv_common: make thread_yield_higher IRQ compatible 2021-02-08 11:04:18 +01:00
ldscripts riscv_common: Refactor common fe310 code to riscv_common 2021-02-05 09:32:19 +01:00
periph riscv_common: Refactor common fe310 code to riscv_common 2021-02-05 09:32:19 +01:00
context_frame.c riscv_common: Refactor common fe310 code to riscv_common 2021-02-05 09:32:19 +01:00
irq_arch.c fe310: Fix debug format strings 2020-10-07 19:07:23 +00:00
Kconfig riscv_common: Refactor common fe310 code to riscv_common 2021-02-05 09:32:19 +01:00
Makefile riscv_common: Refactor common fe310 code to riscv_common 2021-02-05 09:32:19 +01:00
Makefile.dep riscv_common: Refactor common fe310 code to riscv_common 2021-02-05 09:32:19 +01:00
Makefile.features riscv_common: Refactor common fe310 code to riscv_common 2021-02-05 09:32:19 +01:00
Makefile.include riscv_common: Refactor common fe310 code to riscv_common 2021-02-05 09:32:19 +01:00
panic.c riscv_common: Refactor common fe310 code to riscv_common 2021-02-05 09:32:19 +01:00
riscv_init.c riscv_common: Refactor common fe310 code to riscv_common 2021-02-05 09:32:19 +01:00
start.S riscv_common: Refactor common fe310 code to riscv_common 2021-02-05 09:32:19 +01:00
thread_arch.c riscv_common: Refactor common fe310 code to riscv_common 2021-02-05 09:32:19 +01:00