nuttx/boards/risc-v/litex/arty_a7
Stuart Ianna 29ee9aacb3 arch/risc-v/common: provide architecture specific perfmon bindings.
Provides two implementations:
 - CSR_CYCLE: Cores which implement hardware performance monitoring.
 - CSR_TIME: Uses the machine time registers.

Using the up_perf_xx bindings directory is more efficient than performing a nanosecond conversion on every gettime event.
2024-09-12 15:04:02 +08:00
..
configs arch/risc-v/common: provide architecture specific perfmon bindings. 2024-09-12 15:04:02 +08:00
include
scripts nuttx: remove the unnecessary -pipe build option 2024-08-31 10:22:20 +08:00
src nuttx: use sizeof instead of define or number in snprintf 2024-08-25 19:22:15 +08:00
Kconfig boards/risc-v/litex/arty_a7/Kconfig: Added if LITEX_SDIO for common dependency 2024-05-27 23:24:54 +08:00