diff options
author | Anton D. Kachalov <[email protected]> | 2022-12-14 23:04:38 +0100 |
---|---|---|
committer | Ron Evans <[email protected]> | 2022-12-16 15:42:35 +0100 |
commit | 92be61534e607a2564e6fe73bbed759533eef65a (patch) | |
tree | 3001dbbc0edcec1d94385d4e8922506591aff789 /.gitmodules | |
parent | 675b8e3f3cabc4472f54b28f796cffdaa39a8385 (diff) | |
download | tinygo-92be61534e607a2564e6fe73bbed759533eef65a.tar.gz tinygo-92be61534e607a2564e6fe73bbed759533eef65a.zip |
Bump CMSIS to 5.9.0
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 35e6870c0..e11c5188d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/NordicSemiconductor/nrfx.git [submodule "lib/CMSIS"] path = lib/CMSIS - url = https://github.com/ARM-software/CMSIS.git + url = https://github.com/ARM-software/CMSIS_5.git [submodule "lib/avr"] path = lib/avr url = https://github.com/avr-rust/avr-mcu.git |