@@ -76,9 +76,6 @@ main() {
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
@@ -493,9 +472,6 @@ main() {
493472
494473        #  test other targets (architectures)
495474        OTHER)
496-             echo  ' [dependencies.bare-metal]' >>  $td /Cargo.toml
497-             echo  ' version = "0.1.0"' >>  $td /Cargo.toml
498- 
499475            echo  ' [dependencies.msp430]' >>  $td /Cargo.toml
500476            echo  ' version = "0.2.2"' >>  $td /Cargo.toml
501477
@@ -505,9 +481,6 @@ main() {
505481
506482        #  Community-provided RISC-V SVDs
507483        RISC-V)
508-             echo  ' [dependencies.bare-metal]' >>  $td /Cargo.toml
509-             echo  ' version = "0.2.0"' >>  $td /Cargo.toml
510- 
511484            echo  ' [dependencies.riscv]' >>  $td /Cargo.toml
512485            echo  ' version = "0.5.0"' >>  $td /Cargo.toml
513486
@@ -520,9 +493,6 @@ main() {
520493        ;;
521494
522495        SiliconLabs)
523-             echo  ' [dependencies.bare-metal]' >>  $td /Cargo.toml
524-             echo  ' version = "0.2.0"' >>  $td /Cargo.toml
525- 
526496            #  #99 regression tests
527497            test_svd SIM3C1x4_SVD
528498            test_svd SIM3C1x6_SVD
@@ -539,9 +509,6 @@ main() {
539509        ;;
540510
541511        Spansion)
542-             echo  ' [dependencies.bare-metal]' >>  $td /Cargo.toml
543-             echo  ' version = "0.2.0"' >>  $td /Cargo.toml
544- 
545512            #  OK
546513            test_svd MB9AF12xK
547514            test_svd MB9AF12xL
@@ -637,9 +604,6 @@ main() {
637604        ;;
638605
639606        STMicro)
640-             echo  ' [dependencies.bare-metal]' >>  $td /Cargo.toml
641-             echo  ' version = "0.2.0"' >>  $td /Cargo.toml
642- 
643607            #  OK
644608            test_svd STM32F030
645609            test_svd STM32F031x
@@ -679,9 +643,6 @@ main() {
679643        ;;
680644
681645        Toshiba)
682-             echo  ' [dependencies.bare-metal]' >>  $td /Cargo.toml
683-             echo  ' version = "0.2.0"' >>  $td /Cargo.toml
684- 
685646            #  BAD-SVD resetValue is bigger than the register size
686647            #  test_svd M365
687648            #  test_svd M367
@@ -694,9 +655,6 @@ main() {
694655        ;;
695656
696657        Espressif)
697-             echo  ' [dependencies.bare-metal]' >>  $td /Cargo.toml
698-             echo  ' version = "0.2.0"' >>  $td /Cargo.toml
699- 
700658            echo  ' [dependencies.xtensa-lx6]' >>  $td /Cargo.toml
701659            echo  ' version = "0.1.0"' >>  $td /Cargo.toml
702660
0 commit comments