Files
lk/project/visionfive2-test.mk
Travis Geiselbrecht c66ad44efa WIP [target][visionfive2] Add initial support for a VisionFive 2 RISC-V board
Still TODO:
-Set the timer rate properly
-Fix nonzero based hart secondary cpu boot
-Try to parse the device tree for some information
2023-03-06 01:06:27 -08:00

8 lines
141 B
Makefile

# main project for visionfive 2 test project
MODULES += \
app/shell
include project/virtual/test.mk
include project/target/visionfive2.mk