Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Vorago va108xx chip to CI #913

Merged
merged 1 commit into from
Feb 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading