Update SVD files #1

Merged
muellerr merged 8 commits from update-svd-files into main 2024-06-12 10:13:34 +02:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit d10086ee71 - Show all commits

View File

@ -16,6 +16,11 @@ if [ -x "$(${svd2rust_bin} --version)" ]; then
exit
fi
${svd2rust_bin} -i svd/va416xx-base.svd
result=$?
if [ $result -ne 0 ]; then
echo "svd2rust failed with code $result"
exit
fi
rm -rf src
form -i lib.rs -o src/ && rm lib.rs
cargo fmt

View File

@ -12871,4 +12871,4 @@ the counter from the value in the WDOGLOAD Register</description>
</registers>
</peripheral>
</peripherals>
</device>
</device>