resolve conflicting file targets.json and add support for GD32_E103VB

pull/9203/head
c_jin 2019-01-03 15:58:45 +08:00
parent c9ec3632ce
commit 7a29b20fb6
1 changed files with 22 additions and 0 deletions

View File

@ -8042,5 +8042,27 @@
"overrides": {
"network-default-interface-type": "ETHERNET"
}
},
"GD32_E103VB": {
"inherits": ["GD32_Target"],
"supported_form_factors": ["ARDUINO"],
"core": "Cortex-M4",
"extra_labels_add": ["GD32E10X", "GD32E103VB"],
"device_has_add": [
"RTC",
"I2C",
"CAN",
"I2CSLAVE",
"ANALOGOUT",
"SPI",
"SPISLAVE",
"SERIAL_ASYNCH",
"SERIAL_FC",
"FLASH",
"SLEEP"
],
"detect_code": ["1703"],
"macros_add": ["GD32E10X"],
"release_versions": ["5"]
}
}