Skip to content
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 @@ -92,6 +92,8 @@ jobs:
- { vendor: Espressif, options: "-- --atomics" }
- { vendor: Vorago }
- { vendor: Vorago, options: "-- --strict --atomics" }
- { vendor: RaspberryPi }
- { vendor: RaspberryPi, options: "-- --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 @@ -24,6 +24,7 @@ pub enum Manufacturer {
TexasInstruments,
Vorago,
Espressif,
RaspberryPi,
Unknown,
}

Expand All @@ -45,6 +46,7 @@ impl Manufacturer {
STMicro,
Toshiba,
SiFive,
RaspberryPi,
TexasInstruments,
Espressif,
]
Expand Down
8 changes: 8 additions & 0 deletions ci/svd2rust-regress/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -695,3 +695,11 @@
mfgr: Vorago
chip: va108xx
svd_url: https://raw.githubusercontent.com/us-irs/va108xx-rs/refs/heads/main/va108xx/svd/va108xx.svd.patched

# Raspberry Pi
- arch: cortex-m
mfgr: RaspberryPi
chip: rp2040
- arch: cortex-m
mfgr: RaspberryPi
chip: rp2350