diff options
author | deadprogram <[email protected]> | 2024-08-16 16:16:53 +0200 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-09-08 15:09:17 +0200 |
commit | b5626e70cbe6e0cb6cba5a462f1f53f503d376fd (patch) | |
tree | f2ad849af3f84202f7c5de4feb813653f1440329 /.gitmodules | |
parent | c201faab92f70b05fecb406b69ec619d6f4dd9fc (diff) | |
download | tinygo-b5626e70cbe6e0cb6cba5a462f1f53f503d376fd.tar.gz tinygo-b5626e70cbe6e0cb6cba5a462f1f53f503d376fd.zip |
submodules: remove separate renesas-svd repo in favor of more recent changes.
Signed-off-by: deadprogram <[email protected]>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 4a8820e3a..91bd14a7d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -32,9 +32,6 @@ [submodule "lib/macos-minimal-sdk"] path = lib/macos-minimal-sdk url = https://github.com/aykevl/macos-minimal-sdk.git -[submodule "lib/renesas-svd"] - path = lib/renesas-svd - url = https://github.com/tinygo-org/renesas-svd.git [submodule "src/net"] path = src/net url = https://github.com/tinygo-org/net.git |