File tree Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Expand file tree Collapse file tree 3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 90
90
- { vendor: TexasInstruments, options: "-- --atomics" }
91
91
- { vendor: Espressif }
92
92
- { vendor: Espressif, options: "-- --atomics" }
93
+ - { vendor: Vorago }
94
+ - { vendor: Vorago, options: "-- --strict --atomics" }
93
95
94
96
steps :
95
97
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ pub enum Manufacturer {
22
22
Toshiba ,
23
23
SiFive ,
24
24
TexasInstruments ,
25
+ Vorago ,
25
26
Espressif ,
26
27
Unknown ,
27
28
}
@@ -40,6 +41,7 @@ impl Manufacturer {
40
41
NXP ,
41
42
SiliconLabs ,
42
43
Spansion ,
44
+ Vorago ,
43
45
STMicro ,
44
46
Toshiba ,
45
47
SiFive ,
Original file line number Diff line number Diff line change 689
689
mfgr : Espressif
690
690
chip : esp32c3
691
691
svd_url : https://github.com/raw/espressif/svd/main/svd/esp32c3.svd
692
+
693
+ # Vorago
694
+ - arch : cortex-m
695
+ mfgr : Vorago
696
+ chip : va108xx
697
+ svd_url : https://github.com/raw/us-irs/va108xx-rs/refs/heads/main/va108xx/svd/va108xx.svd.patched
You can’t perform that action at this time.
0 commit comments