Ensure download-all gets latest STM32U5 svd's

This commit is contained in:
JackN 2023-10-11 10:36:30 -04:00
parent 6bfa5a0dce
commit a40d19e6e9

2
d
View File

@ -11,7 +11,7 @@ case "$CMD" in
rm -rf ./sources/ rm -rf ./sources/
git clone https://github.com/embassy-rs/stm32-data-sources.git ./sources/ git clone https://github.com/embassy-rs/stm32-data-sources.git ./sources/
cd ./sources/ cd ./sources/
git checkout a2062c088cf299bd3dc5128eeaa96e07fff2087c git checkout 7b078cef5335129b38245f0a7566103b9245973f
;; ;;
install-chiptool) install-chiptool)
cargo install --git https://github.com/embassy-rs/chiptool cargo install --git https://github.com/embassy-rs/chiptool