@@ -68,17 +68,14 @@ main() {
6868
6969 # test crate
7070 cargo init --name foo $td
71- echo ' cortex-m = "0.6 .0"' >> $td /Cargo.toml
72- echo ' cortex-m-rt = "0.6.9 "' >> $td /Cargo.toml
71+ echo ' cortex-m = "0.7 .0"' >> $td /Cargo.toml
72+ echo ' cortex-m-rt = "0.6.13 "' >> $td /Cargo.toml
7373 echo ' vcell = "0.1.0"' >> $td /Cargo.toml
7474 echo ' [profile.dev]' >> $td /Cargo.toml
7575 echo ' incremental = false' >> $td /Cargo.toml
7676
7777 case $VENDOR in
7878 Atmel)
79- echo ' [dependencies.bare-metal]' >> $td /Cargo.toml
80- echo ' version = "0.2.0"' >> $td /Cargo.toml
81-
8279 # BAD-SVD missing resetValue
8380 # test_svd AT91SAM9CN11
8481 # test_svd AT91SAM9CN12
@@ -162,9 +159,6 @@ main() {
162159 ;;
163160
164161 Freescale)
165- echo ' [dependencies.bare-metal]' >> $td /Cargo.toml
166- echo ' version = "0.2.0"' >> $td /Cargo.toml
167-
168162 # BAD-SVD bad enumeratedValue value
169163 # test_svd MKV56F20
170164 # test_svd MKV56F22
@@ -313,9 +307,6 @@ main() {
313307 ;;
314308
315309 Fujitsu)
316- echo ' [dependencies.bare-metal]' >> $td /Cargo.toml
317- echo ' version = "0.2.0"' >> $td /Cargo.toml
318-
319310 # OK
320311 test_svd MB9AF10xN
321312 test_svd MB9AF10xR
@@ -420,19 +411,13 @@ main() {
420411 ;;
421412
422413 Holtek)
423- echo ' [dependencies.bare-metal]' >> $td /Cargo.toml
424- echo ' version = "0.2.0"' >> $td /Cargo.toml
425-
426414 # OK
427415 test_svd ht32f125x
428416 test_svd ht32f175x
429417 test_svd ht32f275x
430418 ;;
431419
432420 Nordic)
433- echo ' [dependencies.bare-metal]' >> $td /Cargo.toml
434- echo ' version = "0.2.0"' >> $td /Cargo.toml
435-
436421 # BAD-SVD two enumeratedValues have the same value
437422 # test_svd nrf52
438423
@@ -441,18 +426,12 @@ main() {
441426 ;;
442427
443428 Nuvoton)
444- echo ' [dependencies.bare-metal]' >> $td /Cargo.toml
445- echo ' version = "0.2.0"' >> $td /Cargo.toml
446-
447429 # OK
448430 test_svd M051_Series
449431 test_svd NUC100_Series
450432 ;;
451433
452434 NXP)
453- echo ' [dependencies.bare-metal]' >> $td /Cargo.toml
454- echo ' version = "0.2.0"' >> $td /Cargo.toml
455-
456435 test_svd MK22F25612
457436 test_svd MKW41Z4
458437
@@ -517,9 +496,6 @@ main() {
517496 ;;
518497
519498 SiliconLabs)
520- echo ' [dependencies.bare-metal]' >> $td /Cargo.toml
521- echo ' version = "0.2.0"' >> $td /Cargo.toml
522-
523499 # #99 regression tests
524500 test_svd SIM3C1x4_SVD
525501 test_svd SIM3C1x6_SVD
@@ -536,9 +512,6 @@ main() {
536512 ;;
537513
538514 Spansion)
539- echo ' [dependencies.bare-metal]' >> $td /Cargo.toml
540- echo ' version = "0.2.0"' >> $td /Cargo.toml
541-
542515 # OK
543516 test_svd MB9AF12xK
544517 test_svd MB9AF12xL
@@ -634,9 +607,6 @@ main() {
634607 ;;
635608
636609 STMicro)
637- echo ' [dependencies.bare-metal]' >> $td /Cargo.toml
638- echo ' version = "0.2.0"' >> $td /Cargo.toml
639-
640610 # OK
641611 test_svd STM32F030
642612 test_svd STM32F031x
@@ -676,9 +646,6 @@ main() {
676646 ;;
677647
678648 Toshiba)
679- echo ' [dependencies.bare-metal]' >> $td /Cargo.toml
680- echo ' version = "0.2.0"' >> $td /Cargo.toml
681-
682649 # BAD-SVD resetValue is bigger than the register size
683650 # test_svd M365
684651 # test_svd M367
0 commit comments