Skip to content

Commit 90ffa4e

Browse files
committed
extend test suite
we now at least test one device per vendor in the SVD database cc #45
1 parent 71f9562 commit 90ffa4e

File tree

2 files changed

+27
-4
lines changed

2 files changed

+27
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ci/script.sh

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,34 @@ main() {
3030
echo 'cortex-m = "0.2.0"' >> $td/Cargo.toml
3131
echo 'vcell = "0.1.0"' >> $td/Cargo.toml
3232

33+
test_svd Atmel AT91SAM9CN11
34+
35+
test_svd Freescale MK81F25615
36+
37+
test_svd Fujitsu MB9AF10xN
38+
39+
test_svd Holtek ht32f125x
40+
3341
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+
3452
test_svd STMicro STM32F100xx
3553
test_svd STMicro STM32F103xx
3654
test_svd STMicro STM32F30x
3755

56+
# FIXME
57+
# test_svd TexasInstrument TM4C1230C3PM
58+
59+
test_svd Toshiba M061
60+
3861
rm -rf $td
3962
}
4063

0 commit comments

Comments
 (0)