Skip to content

Commit 7a29b20

Browse files
committed
resolve conflicting file targets.json and add support for GD32_E103VB
1 parent c9ec363 commit 7a29b20

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

targets/targets.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8042,5 +8042,27 @@
80428042
"overrides": {
80438043
"network-default-interface-type": "ETHERNET"
80448044
}
8045+
},
8046+
"GD32_E103VB": {
8047+
"inherits": ["GD32_Target"],
8048+
"supported_form_factors": ["ARDUINO"],
8049+
"core": "Cortex-M4",
8050+
"extra_labels_add": ["GD32E10X", "GD32E103VB"],
8051+
"device_has_add": [
8052+
"RTC",
8053+
"I2C",
8054+
"CAN",
8055+
"I2CSLAVE",
8056+
"ANALOGOUT",
8057+
"SPI",
8058+
"SPISLAVE",
8059+
"SERIAL_ASYNCH",
8060+
"SERIAL_FC",
8061+
"FLASH",
8062+
"SLEEP"
8063+
],
8064+
"detect_code": ["1703"],
8065+
"macros_add": ["GD32E10X"],
8066+
"release_versions": ["5"]
80458067
}
80468068
}

0 commit comments

Comments
 (0)