nuttx/arch/risc-v/src/fe310
hujun5 a4fece3450 spin_lock: inline spin_lock
test:
We can use qemu for testing.
compiling
make distclean -j20; ./tools/configure.sh -l qemu-armv8a:nsh_smp ;make -j20
running
qemu-system-aarch64 -cpu cortex-a53 -smp 4 -nographic -machine virt,virtualization=on,gic-version=3 -net none -chardev stdio,id=con,mux=on -serial chardev:con -mon chardev=con,mode=readline -kernel ./nuttx
2024-07-15 02:29:30 +08:00
..
hardware
chip.h
fe310_allocateheap.c
fe310_clockconfig.c
fe310_clockconfig.h
fe310_config.h
fe310_gpio.c
fe310_gpio.h
fe310_head.S arch/riscv: force using encoding macro for CSR access 2024-04-11 10:43:48 +08:00
fe310_idle.c
fe310_irq_dispatch.c arch/risc-v: initial qemu-rv64ilp32 support 2024-06-14 19:50:00 +08:00
fe310_irq.c arch/riscv: force using encoding macro for CSR access 2024-04-11 10:43:48 +08:00
fe310_lowputc.c
fe310_lowputc.h
fe310_memorymap.h arch/risc-v: introduce dynamic stack allocation. 2024-04-27 22:09:22 -03:00
fe310_serial.c spin_lock: inline spin_lock 2024-07-15 02:29:30 +08:00
fe310_start.c arch/risc-v: remove g_cpux_idlestack 2024-05-11 17:57:59 +02:00
fe310_timerisr.c
fe310.h
Kconfig
Make.defs