Skip to content

Commit b9841a7

Browse files
ChazJinadbridge
authored andcommitted
resolve conflicting file targets.json and add support for GD32_E103VB
1 parent adc8b45 commit b9841a7

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
@@ -8041,5 +8041,27 @@
80418041
"overrides": {
80428042
"network-default-interface-type": "ETHERNET"
80438043
}
8044+
},
8045+
"GD32_E103VB": {
8046+
"inherits": ["GD32_Target"],
8047+
"supported_form_factors": ["ARDUINO"],
8048+
"core": "Cortex-M4",
8049+
"extra_labels_add": ["GD32E10X", "GD32E103VB"],
8050+
"device_has_add": [
8051+
"RTC",
8052+
"I2C",
8053+
"CAN",
8054+
"I2CSLAVE",
8055+
"ANALOGOUT",
8056+
"SPI",
8057+
"SPISLAVE",
8058+
"SERIAL_ASYNCH",
8059+
"SERIAL_FC",
8060+
"FLASH",
8061+
"SLEEP"
8062+
],
8063+
"detect_code": ["1703"],
8064+
"macros_add": ["GD32E10X"],
8065+
"release_versions": ["5"]
80448066
}
80458067
}

0 commit comments

Comments
 (0)