File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ]
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments