msp430_svd icon indicating copy to clipboard operation
msp430_svd copied to clipboard

Some MCUs fail to generate the SVD for various reasons

Open pftbest opened this issue 7 years ago • 0 comments

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.

pftbest avatar Mar 02 '18 12:03 pftbest