Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
西北工业大学一二三队
Os Comp 2025
Commits
e41febc2
Commit
e41febc2
authored
1 month ago
by
llb1238
Browse files
Options
Download
Patches
Plain Diff
init
parents
No related merge requests found
Changes
1000
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+16
-0
.gitignore
LICENSE
+0
-0
LICENSE
Makefile
+102
-0
Makefile
README.md
+2
-0
README.md
bootloader/fw_payload.bin
+0
-0
bootloader/fw_payload.bin
dependency/clean.sh
+12
-0
dependency/clean.sh
dependency/riscv/.gitignore
+5
-0
dependency/riscv/.gitignore
dependency/riscv/.travis.yml
+51
-0
dependency/riscv/.travis.yml
dependency/riscv/CHANGELOG.md
+45
-0
dependency/riscv/CHANGELOG.md
dependency/riscv/CODE_OF_CONDUCT.md
+37
-0
dependency/riscv/CODE_OF_CONDUCT.md
dependency/riscv/Cargo.toml
+21
-0
dependency/riscv/Cargo.toml
dependency/riscv/README.md
+41
-0
dependency/riscv/README.md
dependency/riscv/asm.S
+454
-0
dependency/riscv/asm.S
dependency/riscv/asm.h
+48
-0
dependency/riscv/asm.h
dependency/riscv/assemble.ps1
+20
-0
dependency/riscv/assemble.ps1
dependency/riscv/assemble.sh
+22
-0
dependency/riscv/assemble.sh
dependency/riscv/bin/riscv32i-unknown-none-elf.a
+0
-0
dependency/riscv/bin/riscv32i-unknown-none-elf.a
dependency/riscv/bin/riscv32ic-unknown-none-elf.a
+0
-0
dependency/riscv/bin/riscv32ic-unknown-none-elf.a
dependency/riscv/bin/riscv64i-unknown-none-elf.a
+0
-0
dependency/riscv/bin/riscv64i-unknown-none-elf.a
dependency/riscv/bin/riscv64ic-unknown-none-elf.a
+0
-0
dependency/riscv/bin/riscv64ic-unknown-none-elf.a
with
876 additions
and
0 deletions
+876
-0
Some changes are not shown.
For a faster browsing experience, only
20 of 1000+
files are shown. Download one of the files below to see all changes.
Plain diff
Email patch
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
Menu
Explore
Projects
Groups
Topics
Snippets