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 9090 - { vendor: TexasInstruments, options: "-- --atomics" }
9191 - { vendor: Espressif }
9292 - { vendor: Espressif, options: "-- --atomics" }
93+ - { vendor: Vorago }
94+ - { vendor: Vorago, options: "-- --strict --atomics" }
9395
9496 steps :
9597 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ pub enum Manufacturer {
2222 Toshiba ,
2323 SiFive ,
2424 TexasInstruments ,
25+ Vorago ,
2526 Espressif ,
2627 Unknown ,
2728}
@@ -40,6 +41,7 @@ impl Manufacturer {
4041 NXP ,
4142 SiliconLabs ,
4243 Spansion ,
44+ Vorago ,
4345 STMicro ,
4446 Toshiba ,
4547 SiFive ,
Original file line number Diff line number Diff line change 689689 mfgr : Espressif
690690 chip : esp32c3
691691 svd_url : https://raw.githubusercontent.com/espressif/svd/main/svd/esp32c3.svd
692+
693+ # Vorago
694+ - arch : cortex-m
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
You can’t perform that action at this time.
0 commit comments