Skip to content

Commit

Permalink
Merge pull request #913 from robamu/add-new-manufacturer
Browse files Browse the repository at this point in the history
add Vorago va108xx chip to CI
  • Loading branch information
burrbull authored Feb 12, 2025
2 parents e10f920 + c27e111 commit 4ca8cfb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
- { vendor: TexasInstruments, options: "-- --atomics" }
- { vendor: Espressif }
- { vendor: Espressif, options: "-- --atomics" }
- { vendor: Vorago }
- { vendor: Vorago, options: "-- --strict --atomics" }

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions ci/svd2rust-regress/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pub enum Manufacturer {
Toshiba,
SiFive,
TexasInstruments,
Vorago,
Espressif,
Unknown,
}
Expand All @@ -40,6 +41,7 @@ impl Manufacturer {
NXP,
SiliconLabs,
Spansion,
Vorago,
STMicro,
Toshiba,
SiFive,
Expand Down
6 changes: 6 additions & 0 deletions ci/svd2rust-regress/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -689,3 +689,9 @@
mfgr: Espressif
chip: esp32c3
svd_url: https://raw.githubusercontent.com/espressif/svd/main/svd/esp32c3.svd

# Vorago
- arch: cortex-m
mfgr: Vorago
chip: va108xx
svd_url: https://raw.githubusercontent.com/us-irs/va108xx-rs/refs/heads/main/va108xx/svd/va108xx.svd.patched

0 comments on commit 4ca8cfb

Please sign in to comment.