Skip to content

Commit e6a4979

Browse files
committed
Add Raspberry Pi to CI
1 parent ad376a4 commit e6a4979

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ jobs:
9292
- { vendor: Espressif, options: "-- --atomics" }
9393
- { vendor: Vorago }
9494
- { vendor: Vorago, options: "-- --strict --atomics" }
95+
- { vendor: RaspberryPi }
96+
- { vendor: RaspberryPi, options: "-- --atomics" }
9597

9698
steps:
9799
- uses: actions/checkout@v4

ci/svd2rust-regress/src/tests.rs

+2
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

+8
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)