Temporary change to ./d download-all

This commit is contained in:
JackN 2023-03-23 08:53:42 -04:00
parent 8e0515dc04
commit 31b441f0c9

3
d
View File

@ -10,6 +10,9 @@ case "$CMD" in
download-all) download-all)
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/
# The following is a temporary workaround until https://github.com/embassy-rs/stm32-data/pull/175 is merged.
cd ./sources/
git checkout 3d60b46
;; ;;
install-chiptool) install-chiptool)
cargo install --git https://github.com/embassy-rs/chiptool cargo install --git https://github.com/embassy-rs/chiptool