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
消失的发际线
OSKernel2021-LinanOS
Commits
991b5331
Commit
991b5331
authored
4 years ago
by
消失的发际线
Browse files
Options
Download
Patches
Plain Diff
first:
parents
Changes
120
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.gitignore
+3
-0
.gitignore
LICENSE
+0
-0
LICENSE
Makefile
+152
-0
Makefile
Makefile.header
+12
-0
Makefile.header
README.md
+2
-0
README.md
build/.gitignore
+3
-0
build/.gitignore
k210.ld
+40
-0
k210.ld
os/driver/fpioa.c
+0
-0
os/driver/fpioa.c
os/driver/gpiohs.c
+63
-0
os/driver/gpiohs.c
os/driver/include/fpioa.h
+0
-0
os/driver/include/fpioa.h
os/driver/include/gpiohs.h
+194
-0
os/driver/include/gpiohs.h
os/driver/include/plic.h
+101
-0
os/driver/include/plic.h
os/driver/include/sdcard.h
+131
-0
os/driver/include/sdcard.h
os/driver/include/spi.h
+256
-0
os/driver/include/spi.h
os/driver/include/utils.h
+25
-0
os/driver/include/utils.h
os/driver/include/vdisk.h
+77
-0
os/driver/include/vdisk.h
os/driver/plic.c
+57
-0
os/driver/plic.c
os/driver/sdcard.c
+513
-0
os/driver/sdcard.c
os/driver/spi.c
+159
-0
os/driver/spi.c
os/driver/utils.c
+24
-0
os/driver/utils.c
with
1812 additions
and
0 deletions
+1812
-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