We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f9562 commit 90ffa4eCopy full SHA for 90ffa4e
Cargo.lock
ci/script.sh
@@ -30,11 +30,34 @@ main() {
30
echo 'cortex-m = "0.2.0"' >> $td/Cargo.toml
31
echo 'vcell = "0.1.0"' >> $td/Cargo.toml
32
33
+ test_svd Atmel AT91SAM9CN11
34
+
35
+ test_svd Freescale MK81F25615
36
37
+ test_svd Fujitsu MB9AF10xN
38
39
+ test_svd Holtek ht32f125x
40
41
test_svd Nordic nrf51
42
43
+ # FIXME
44
+ # test_svd NXP LPC43xx_svd_v5.svd
45
46
+ test_svd Nuvoton M051_Series
47
48
+ test_svd SiliconLabs SIM3C1x4_SVD
49
50
+ test_svd Spansion MB9AF10xN
51
52
test_svd STMicro STM32F100xx
53
test_svd STMicro STM32F103xx
54
test_svd STMicro STM32F30x
55
56
57
+ # test_svd TexasInstrument TM4C1230C3PM
58
59
+ test_svd Toshiba M061
60
61
rm -rf $td
62
}
63
0 commit comments