mirror of https://github.com/ARMmbed/mbed-os.git
resolve conflicting file targets.json and add support for GD32_E103VB
parent
c9ec3632ce
commit
7a29b20fb6
|
@ -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"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue