Closed PfannenHans closed 4 weeks ago
SVD file contribution verified against original constructor files, OK.
$ wget \
--user-agent='Mozilla/5.0 (X11; Linux i686; rv:131.0) Gecko/20100101 Firefox/131.0' \
https://www.st.com/resource/en/svd/stm32u0-svd.zip
$ unzip stm32u0-svd.zip
$ cd STM32U0_svd/STM32U0_svd_V1.0
$ sha512sum *.svd > ../../hash_from_st.txt
$ cd ../..
$ git clone https://github.com/BenBE/cmsis-svd-data.git
$ cd cmsis-svd-data
$ git checkout stm32u0xx
$ cd data/STMicro
$ sha512sum -c ../../../hash_from_st.txt
STM32U031.svd: OK
STM32U073.svd: OK
STM32U083.svd: OK
$ echo $?
0
@PfannenHans thank you very much for your contribution.
Newly released STM32 MCUs. SVDs as downloaded from https://www.st.com/resource/en/svd/stm32u0-svd.zip
There was no licence given in the downloaded folder, so i assume it is the same license as for the other ST svds.