From a40d19e6e9607d6ce0235e723510bd294cda136b Mon Sep 17 00:00:00 2001 From: JackN Date: Wed, 11 Oct 2023 10:36:30 -0400 Subject: [PATCH] Ensure download-all gets latest STM32U5 svd's --- d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d b/d index 81cd362..5457592 100755 --- a/d +++ b/d @@ -11,7 +11,7 @@ case "$CMD" in rm -rf ./sources/ git clone https://github.com/embassy-rs/stm32-data-sources.git ./sources/ cd ./sources/ - git checkout a2062c088cf299bd3dc5128eeaa96e07fff2087c + git checkout 7b078cef5335129b38245f0a7566103b9245973f ;; install-chiptool) cargo install --git https://github.com/embassy-rs/chiptool