File tree 1 file changed +10
-10
lines changed 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ test_svd_for_target() {
25
25
# NOTE we care about errors in svd2rust, but not about errors / warnings in rustfmt
26
26
local cwd=$( pwd)
27
27
pushd $td
28
- RUST_BACKTRACE=1 $cwd /target/$TARGET /release/svd2rust --target $1 -i input.svd
28
+ RUST_BACKTRACE=1 $cwd /target/$TARGET /release/svd2rust $strict $const_generic --target $1 -i input.svd
29
29
30
30
mv lib.rs src/lib.rs
31
31
@@ -531,15 +531,15 @@ main() {
531
531
532
532
SiliconLabs)
533
533
# #99 regression tests
534
- test_svd SIM3C1x4_SVD
535
- test_svd SIM3C1x6_SVD
536
- test_svd SIM3C1x7_SVD
537
- test_svd SIM3L1x4_SVD
538
- test_svd SIM3L1x6_SVD
539
- test_svd SIM3L1x7_SVD
540
- test_svd SIM3U1x4_SVD
541
- test_svd SIM3U1x6_SVD
542
- test_svd SIM3U1x7_SVD
534
+ test_svd_for_target cortex-m https://raw.githubusercontent.com/posborne/cmsis-svd/master/data/SiliconLabs/SiM3_NRND/SIM3C1x4.svd
535
+ test_svd_for_target cortex-m https://raw.githubusercontent.com/posborne/cmsis-svd/master/data/SiliconLabs/SiM3_NRND/ SIM3C1x6_SVD
536
+ test_svd_for_target cortex-m https://raw.githubusercontent.com/posborne/cmsis-svd/master/data/SiliconLabs/SiM3_NRND/ SIM3C1x7_SVD
537
+ test_svd_for_target cortex-m https://raw.githubusercontent.com/posborne/cmsis-svd/master/data/SiliconLabs/SiM3_NRND/ SIM3L1x4_SVD
538
+ test_svd_for_target cortex-m https://raw.githubusercontent.com/posborne/cmsis-svd/master/data/SiliconLabs/SiM3_NRND/ SIM3L1x6_SVD
539
+ test_svd_for_target cortex-m https://raw.githubusercontent.com/posborne/cmsis-svd/master/data/SiliconLabs/SiM3_NRND/ SIM3L1x7_SVD
540
+ test_svd_for_target cortex-m https://raw.githubusercontent.com/posborne/cmsis-svd/master/data/SiliconLabs/SiM3_NRND/ SIM3U1x4_SVD
541
+ test_svd_for_target cortex-m https://raw.githubusercontent.com/posborne/cmsis-svd/master/data/SiliconLabs/SiM3_NRND/ SIM3U1x6_SVD
542
+ test_svd_for_target cortex-m https://raw.githubusercontent.com/posborne/cmsis-svd/master/data/SiliconLabs/SiM3_NRND/ SIM3U1x7_SVD
543
543
544
544
# FIXME(???) panicked at "c.text.clone()"
545
545
# test_svd SIM3L1x8_SVD
You can’t perform that action at this time.
0 commit comments