mirror of https://github.com/JZJisawesome/rvsw
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
firm | 6 months ago | |
include | 5 months ago | |
irve_legacy_rust | 6 months ago | |
lib | 5 months ago | |
sbi | 5 months ago | |
src | 4 months ago | |
.gitignore | 6 months ago | |
CMakeLists.txt | 5 months ago | |
LICENSE | 6 months ago | |
README.md | 6 months ago | |
cloc.sh | 5 months ago | |
example_config.cmake | 5 months ago | |
example_linker_script.ld | 5 months ago | |
macros.cmake | 5 months ago |
README.md
rvsw
src: Contains test/example RISC-V programs lib: rvsw Library Code usable by test/example programs in the src directory firm: Contains reusable firmware code/libraries for multiple hardware projects sbi: Contains a RISC-V SBI implementations that firmware can use and that S-Mode test/example programs (or even the Linux kernel) can use