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
2cm
os2022test-final
Commits
5a6e7435
Commit
5a6e7435
authored
3 years ago
by
2cm
Browse files
Options
Download
Patches
Plain Diff
2cm commit
parents
Changes
227
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+17
-0
.gitignore
1.sh
+4
-0
1.sh
2.sh
+3
-0
2.sh
LICENSE
+22
-0
LICENSE
Makefile
+255
-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
2123 additions
and
0 deletions
+2123
-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