Skip to content

Commit 6ed7a9f

Browse files
committed
Update GD32 part mappings for XC variants
Adjusts several GD32 device mappings in `gd32.json` to use the correct XC/XE/XI package codes, replacing incorrect RC/VE/VI values. Also adds new mappings for `7VCC` (GD32F207, 256 KB) and `9VGE` (GD32F450, 1024 KB) to expand supported MCU identifiers.
1 parent 1ab762b commit 6ed7a9f

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

common/scripts/gd32/gd32.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"3RCB": {
55
"series": "GD32F103",
66
"flash": {
7-
"256": "GD32F103RCXX"
7+
"256": "GD32F103XCXX"
88
}
99
},
1010
"3RCF": {
@@ -35,6 +35,12 @@
3535
"256": "GD32F107XCXX"
3636
}
3737
},
38+
"7VCC": {
39+
"series": "GD32F207",
40+
"flash": {
41+
"256": "GD32F207XCXX"
42+
}
43+
},
3844
"7RGC": {
3945
"series": "GD32F207",
4046
"flash": {
@@ -54,13 +60,19 @@
5460
"9VEE": {
5561
"series": "GD32F450",
5662
"flash": {
57-
"512": "GD32F450VEXX"
63+
"512": "GD32F450XEXX"
64+
}
65+
},
66+
"9VGE": {
67+
"series": "GD32F450",
68+
"flash": {
69+
"1024": "GD32F450XGXX"
5870
}
5971
},
6072
"9VIE": {
6173
"series": "GD32F450",
6274
"flash": {
63-
"2048": "GD32F450VIXX"
75+
"2048": "GD32F450XIXX"
6476
}
6577
},
6678
"0VGN": {

0 commit comments

Comments
 (0)