msp430_svd
msp430_svd copied to clipboard
Some MCUs fail to generate the SVD for various reasons
You can run the tool for each MCU in the database using this command:
for i in msp430-gcc-support-files/targetdb/devices/*.xml; do j=${i%.*}; k=${j##*/}; echo $k; cargo run --release $k >/dev/null; done
and look for panics.