From 31b441f0c982e0ddfee74b4cdc4a5fed31bca56d Mon Sep 17 00:00:00 2001 From: JackN Date: Thu, 23 Mar 2023 08:53:42 -0400 Subject: [PATCH] Temporary change to `./d download-all` --- d | 3 +++ 1 file changed, 3 insertions(+) diff --git a/d b/d index 5938cf8..51222b6 100755 --- a/d +++ b/d @@ -10,6 +10,9 @@ case "$CMD" in download-all) rm -rf ./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) cargo install --git https://github.com/embassy-rs/chiptool