Skip to content

Commit 4ca8cfb

Browse files
authored
Merge pull request #913 from robamu/add-new-manufacturer
add Vorago va108xx chip to CI
2 parents e10f920 + c27e111 commit 4ca8cfb

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
- { vendor: TexasInstruments, options: "-- --atomics" }
9191
- { vendor: Espressif }
9292
- { vendor: Espressif, options: "-- --atomics" }
93+
- { vendor: Vorago }
94+
- { vendor: Vorago, options: "-- --strict --atomics" }
9395

9496
steps:
9597
- uses: actions/checkout@v4

ci/svd2rust-regress/src/tests.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pub enum Manufacturer {
2222
Toshiba,
2323
SiFive,
2424
TexasInstruments,
25+
Vorago,
2526
Espressif,
2627
Unknown,
2728
}
@@ -40,6 +41,7 @@ impl Manufacturer {
4041
NXP,
4142
SiliconLabs,
4243
Spansion,
44+
Vorago,
4345
STMicro,
4446
Toshiba,
4547
SiFive,

ci/svd2rust-regress/tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -689,3 +689,9 @@
689689
mfgr: Espressif
690690
chip: esp32c3
691691
svd_url: https://github.com/raw/espressif/svd/main/svd/esp32c3.svd
692+
693+
# Vorago
694+
- arch: cortex-m
695+
mfgr: Vorago
696+
chip: va108xx
697+
svd_url: https://github.com/raw/us-irs/va108xx-rs/refs/heads/main/va108xx/svd/va108xx.svd.patched

0 commit comments

Comments
 (0)