diff options
author | deadprogram <[email protected]> | 2023-11-25 10:00:28 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2023-11-25 15:34:20 +0100 |
commit | 3bcd4dc3e08da117b244ef60fa4ff6dca1e4f163 (patch) | |
tree | ffec198061141f89a347380b035a6bf948a3baa2 | |
parent | 772c71ec2782da87c9a143d0076d63a76c5c4361 (diff) | |
download | tinygo-3bcd4dc3e08da117b244ef60fa4ff6dca1e4f163.tar.gz tinygo-3bcd4dc3e08da117b244ef60fa4ff6dca1e4f163.zip |
lib/cmsis-svd: switch to new location and latest version of shared SVD repository
Signed-off-by: deadprogram <[email protected]>
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | lib/cmsis-svd | 0 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 4b1828706..2b492e03d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -9,7 +9,8 @@ url = https://github.com/avr-rust/avr-mcu.git [submodule "lib/cmsis-svd"] path = lib/cmsis-svd - url = https://github.com/tinygo-org/cmsis-svd + url = https://github.com/cmsis-svd/cmsis-svd.git + branch = main [submodule "lib/wasi-libc"] path = lib/wasi-libc url = https://github.com/WebAssembly/wasi-libc diff --git a/lib/cmsis-svd b/lib/cmsis-svd -Subproject df75ff974c76a911fc2815e29807f5ecaae06fc +Subproject 4decfa8e40a0ba2d1f65f551886af74dbf67a46 |