Skip to content

Commit

Permalink
Add Raspberry Pi to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
robamu committed Feb 13, 2025
1 parent ad376a4 commit e6a4979
Show file tree
Hide file tree
Showing 3 changed files with 12 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 @@ -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

0 comments on commit e6a4979

Please sign in to comment.