File tree 2 files changed +14
-10
lines changed 2 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 43
43
options : all
44
44
- vendor : Nuvoton
45
45
options : all
46
+ - vendor : Microchip
47
+ options : all
48
+ - vendor : RISC-V
49
+ options : all
46
50
include :
47
51
# Test MSRV
48
52
- rust : 1.46.0
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