Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion d
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ shift
case "$CMD" in
download-all)
rm -rf ./sources/
git clone https://github.com/embassy-rs/stm32-data-sources.git ./sources/ -q
git clone -b stm32u3xx-support https://github.com/graynode/stm32-data-sources.git ./sources/ -q
cd ./sources/
git checkout $REV
;;
Expand Down
1 change: 1 addition & 0 deletions data/header_map.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,3 +193,4 @@ STM32G491xx: STM32G491xx
STM32G4A1xx: STM32G4A1xx
STM32GBK1CB: STM32GBK1CB
STM32U5xx: STM32U5A5, STM32U5A9, STM32U535, STM32U545, STM32U575, STM32U585, STM32U595, STM32U599
STM32U3xx: STM32U375, STM32U385
Loading