Skip to content

Commit

Permalink
chore: Enable shallow git submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
howjmay committed Feb 13, 2024
1 parent 1c9da01 commit 945545a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[submodule "riscv-arch-test"]
path = tests/riscv-arch-test
url = https://github.com/riscv-non-isa/riscv-arch-test
shallow = true
[submodule "mini-gdbstub"]
path = src/mini-gdbstub
url = https://github.com/RinHizakura/mini-gdbstub
shallow = true
[submodule "softfloat"]
path = src/softfloat
url = https://github.com/sysprog21/berkeley-softfloat-3
branch = rv32emu
shallow = true

0 comments on commit 945545a

Please sign in to comment.