nuttx/arch/risc-v
Norman Rasmussen da5659138b Fix regression where used code was marked as unused
Commit 5d1a444812 replaced __attribute__
((unused)) with unused_code but two instances of __attribute__ ((used))
were also incorrectly replaced. Add used_code/used_data and used them
instead.
2022-01-23 14:57:19 +08:00
..
include arch/risc-v: Merge mcause.h into irq.h 2022-01-22 14:57:05 +08:00
src Fix regression where used code was marked as unused 2022-01-23 14:57:19 +08:00
Kconfig Add simple MMU driver for RISC-V (Sv39) 2022-01-20 20:30:13 +08:00