Нема описа

Woshiluo Luo 28c8921056 feat(xtask): use clap-verbosity-flag to set log level. пре 3 месеци
.cargo afa1907da5 feat(bench-kernel): impl ipi test пре 3 месеци
bench-kernel 6400ea2a00 fix: Resolve pre-commit check build target conflict with xtask пре 3 месеци
docs 58bcfaf4fd docs(prototyper): Use the new workflow to replace the old one пре 3 месеци
prototyper 6400ea2a00 fix: Resolve pre-commit check build target conflict with xtask пре 3 месеци
supervisor 7180a8d572 feat: Add pre-commit, typos, and git-cliff for automation and check typos пре 4 месеци
test-kernel 22054e2db2 fix: fix typo пре 3 месеци
xtask 28c8921056 feat(xtask): use clap-verbosity-flag to set log level. пре 3 месеци
.gitignore 0f815d2c71 fix(prototyper): Nemu's device tree doesn't have `riscv,isa-extensions` field, so it is not parsed пре 5 месеци
.pre-commit-config.yaml 6400ea2a00 fix: Resolve pre-commit check build target conflict with xtask пре 3 месеци
CHANGELOG.md 7180a8d572 feat: Add pre-commit, typos, and git-cliff for automation and check typos пре 4 месеци
Cargo.lock 28c8921056 feat(xtask): use clap-verbosity-flag to set log level. пре 3 месеци
Cargo.toml 6400ea2a00 fix: Resolve pre-commit check build target conflict with xtask пре 3 месеци
LICENSE-MIT fc3347e4a1 lib: project basic structure пре 11 месеци
LICENSE-MULAN fc3347e4a1 lib: project basic structure пре 11 месеци
README.md 58bcfaf4fd docs(prototyper): Use the new workflow to replace the old one пре 3 месеци
_typos.toml 7180a8d572 feat: Add pre-commit, typos, and git-cliff for automation and check typos пре 4 месеци
cliff.toml 7180a8d572 feat: Add pre-commit, typos, and git-cliff for automation and check typos пре 4 месеци
rust-toolchain.toml 292165d872 refactor(prototyper): Decoupling device drivers from SBI implementation пре 5 месеци

README.md

RustSBI Prototyper

RustSBI Prototyper is a developing RISC-V Secure Bootloader solution. It can be integrated with the Rust or C language ecosystem to form a complete RISC-V bootloader ecosystem.

Setting Up the Development Environment

Optional Tools

The following tools are not mandatory but can be useful for enhancing your development experience.

Install pre-commit

pre-commit is a tool that runs code checks before you commit your code.

pipx install pre-commit

# After installation, run pre-commit install to set it up for your project.
pre-commit install

Install Cargo Deny

Cargo deny is a Cargo plugin used to check the security of your dependencies.

cargo install --locked cargo-deny

Install typos

typos is a spell-checking tool.

cargo install typos-cli

Install git cliff

git cliff is a tool for generating changelogs.

cargo install git-cliff

License

This project is dual-licensed under MIT or Mulan-PSL v2. See LICENSE-MIT and LICENSE-MULAN for details.