We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca8cfb commit c2359c5Copy full SHA for c2359c5
ci/svd2rust-regress/src/tests.rs
@@ -24,6 +24,7 @@ pub enum Manufacturer {
24
TexasInstruments,
25
Vorago,
26
Espressif,
27
+ RaspberryPi,
28
Unknown,
29
}
30
@@ -45,6 +46,7 @@ impl Manufacturer {
45
46
STMicro,
47
Toshiba,
48
SiFive,
49
50
51
52
]
ci/svd2rust-regress/tests.yml
@@ -695,3 +695,11 @@
695
mfgr: Vorago
696
chip: va108xx
697
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
704
705
+ chip: rp2350
0 commit comments