File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 92
92
- { vendor: Espressif, options: "-- --atomics" }
93
93
- { vendor: Vorago }
94
94
- { vendor: Vorago, options: "-- --strict --atomics" }
95
+ - { vendor: RaspberryPi }
96
+ - { vendor: RaspberryPi, options: "-- --atomics" }
95
97
96
98
steps :
97
99
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ pub enum Manufacturer {
24
24
TexasInstruments ,
25
25
Vorago ,
26
26
Espressif ,
27
+ RaspberryPi ,
27
28
Unknown ,
28
29
}
29
30
@@ -45,6 +46,7 @@ impl Manufacturer {
45
46
STMicro ,
46
47
Toshiba ,
47
48
SiFive ,
49
+ RaspberryPi ,
48
50
TexasInstruments ,
49
51
Espressif ,
50
52
]
Original file line number Diff line number Diff line change 695
695
mfgr : Vorago
696
696
chip : va108xx
697
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
+ - arch : cortex-m
704
+ mfgr : RaspberryPi
705
+ chip : rp2350
You can’t perform that action at this time.
0 commit comments