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
陳泰岑
ee6470_106061569
Commits
e13a6132
Commit
e13a6132
authored
7 years ago
by
陳泰岑
Browse files
Options
Download
Patches
Plain Diff
Update HW
parent
fb959890
Changes
150
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
hw08/sobel-c/Makefile
+25
-0
hw08/sobel-c/Makefile
hw08/sobel-c/crt.S
+237
-0
hw08/sobel-c/crt.S
hw08/sobel-c/encoding.h
+1313
-0
hw08/sobel-c/encoding.h
hw08/sobel-c/imarr_s.h
+3
-0
hw08/sobel-c/imarr_s.h
hw08/sobel-c/imarr_t.h
+3
-0
hw08/sobel-c/imarr_t.h
hw08/sobel-c/link.ld
+65
-0
hw08/sobel-c/link.ld
hw08/sobel-c/mmio.h
+16
-0
hw08/sobel-c/mmio.h
hw08/sobel-c/sobel.c
+211
-0
hw08/sobel-c/sobel.c
hw08/sobel-c/sobel.riscv
+0
-0
hw08/sobel-c/sobel.riscv
hw08/sobel-c/syscalls.c
+470
-0
hw08/sobel-c/syscalls.c
hw08/sobel-c/tool.h
+3
-0
hw08/sobel-c/tool.h
hw08/sobel-c/util.h
+135
-0
hw08/sobel-c/util.h
hw09/OVP/platform/CMakeLists.txt
+20
-0
hw09/OVP/platform/CMakeLists.txt
hw09/OVP/platform/build/CMakeCache.txt
+336
-0
hw09/OVP/platform/build/CMakeCache.txt
hw09/OVP/platform/build/CMakeFiles/3.2.2/CMakeCCompiler.cmake
+63
-0
.../OVP/platform/build/CMakeFiles/3.2.2/CMakeCCompiler.cmake
hw09/OVP/platform/build/CMakeFiles/3.2.2/CMakeCXXCompiler.cmake
+64
-0
...VP/platform/build/CMakeFiles/3.2.2/CMakeCXXCompiler.cmake
hw09/OVP/platform/build/CMakeFiles/3.2.2/CMakeDetermineCompilerABI_C.bin
+0
-0
...rm/build/CMakeFiles/3.2.2/CMakeDetermineCompilerABI_C.bin
hw09/OVP/platform/build/CMakeFiles/3.2.2/CMakeDetermineCompilerABI_CXX.bin
+0
-0
.../build/CMakeFiles/3.2.2/CMakeDetermineCompilerABI_CXX.bin
hw09/OVP/platform/build/CMakeFiles/3.2.2/CMakeSystem.cmake
+15
-0
hw09/OVP/platform/build/CMakeFiles/3.2.2/CMakeSystem.cmake
hw09/OVP/platform/build/CMakeFiles/3.2.2/CompilerIdC/CMakeCCompilerId.c
+499
-0
...orm/build/CMakeFiles/3.2.2/CompilerIdC/CMakeCCompilerId.c
with
3478 additions
and
0 deletions
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