Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
educg-net-28668-2608132
OSKernel2024-NoWaitOS-T202410359994426-3199
Commits
2e9f72db
Commit
2e9f72db
authored
4 months ago
by
某某某
Browse files
Options
Download
Patches
Plain Diff
第五次提交
parents
Changes
194
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+17
-0
.gitignore
.vscode/c_cpp_properties.json
+21
-0
.vscode/c_cpp_properties.json
.vscode/settings.json
+24
-0
.vscode/settings.json
LICENSE
+22
-0
LICENSE
Makefile
+259
-0
Makefile
README
+45
-0
README
README.md
+122
-0
README.md
README_cn.md
+120
-0
README_cn.md
bootloader/SBI/rustsbi-k210/.cargo/config.toml
+7
-0
bootloader/SBI/rustsbi-k210/.cargo/config.toml
bootloader/SBI/rustsbi-k210/Cargo.toml
+18
-0
bootloader/SBI/rustsbi-k210/Cargo.toml
bootloader/SBI/rustsbi-k210/README.md
+4
-0
bootloader/SBI/rustsbi-k210/README.md
bootloader/SBI/rustsbi-k210/build.rs
+19
-0
bootloader/SBI/rustsbi-k210/build.rs
bootloader/SBI/rustsbi-k210/justfile
+17
-0
bootloader/SBI/rustsbi-k210/justfile
bootloader/SBI/rustsbi-k210/kendryte-k210.dtsi
+135
-0
bootloader/SBI/rustsbi-k210/kendryte-k210.dtsi
bootloader/SBI/rustsbi-k210/link-k210.ld
+88
-0
bootloader/SBI/rustsbi-k210/link-k210.ld
bootloader/SBI/rustsbi-k210/rust-toolchain
+2
-0
bootloader/SBI/rustsbi-k210/rust-toolchain
bootloader/SBI/rustsbi-k210/src/console.rs
+1
-0
bootloader/SBI/rustsbi-k210/src/console.rs
bootloader/SBI/rustsbi-k210/src/main.back.rs
+556
-0
bootloader/SBI/rustsbi-k210/src/main.back.rs
bootloader/SBI/rustsbi-k210/src/main.rs
+582
-0
bootloader/SBI/rustsbi-k210/src/main.rs
bootloader/SBI/rustsbi-k210/src/serial.rs
+106
-0
bootloader/SBI/rustsbi-k210/src/serial.rs
with
2165 additions
and
0 deletions
+2165
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment