Skip to content

Commit c2359c5

Browse files
committed
Add Raspberry Pi to CI
1 parent 4ca8cfb commit c2359c5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

ci/svd2rust-regress/src/tests.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ pub enum Manufacturer {
2424
TexasInstruments,
2525
Vorago,
2626
Espressif,
27+
RaspberryPi,
2728
Unknown,
2829
}
2930

@@ -45,6 +46,7 @@ impl Manufacturer {
4546
STMicro,
4647
Toshiba,
4748
SiFive,
49+
RaspberryPi,
4850
TexasInstruments,
4951
Espressif,
5052
]

ci/svd2rust-regress/tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,3 +695,11 @@
695695
mfgr: Vorago
696696
chip: va108xx
697697
svd_url: https://raw.githubusercontent.com/us-irs/va108xx-rs/refs/heads/main/va108xx/svd/va108xx.svd.patched
698+
699+
# Raspberry Pi
700+
- arch: cortex-m
701+
mfgr: RaspberryPi
702+
chip: rp2040
703+
- arch: cortex-m
704+
mfgr: RaspberryPi
705+
chip: rp2350

0 commit comments

Comments
 (0)