mirror of https://github.com/ARMmbed/mbed-os.git
Delete GD32F450ZI and GD323103VB which are not implemented
Delete GD32F450ZI and GD323103VB which are not implemented yet and add them later.pull/8725/head
parent
881561ac5e
commit
ca46d12053
|
@ -7471,57 +7471,5 @@
|
||||||
"overrides": {
|
"overrides": {
|
||||||
"network-default-interface-type": "ETHERNET"
|
"network-default-interface-type": "ETHERNET"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"GD32_F450ZI": {
|
|
||||||
"inherits": ["GD32_Target"],
|
|
||||||
"supported_form_factors": ["ARDUINO"],
|
|
||||||
"core": "Cortex-M4",
|
|
||||||
"extra_labels_add": ["GD32F4XX", "GD32F450ZI", "GD_EMAC"],
|
|
||||||
"device_has_add": [
|
|
||||||
"RTC",
|
|
||||||
"I2C",
|
|
||||||
"CAN",
|
|
||||||
"I2CSLAVE",
|
|
||||||
"ANALOGOUT",
|
|
||||||
"SPI",
|
|
||||||
"SPISLAVE",
|
|
||||||
"SERIAL_ASYNCH",
|
|
||||||
"SERIAL_FC",
|
|
||||||
"EMAC",
|
|
||||||
"FLASH",
|
|
||||||
"SLEEP",
|
|
||||||
"MPU",
|
|
||||||
"TRNG",
|
|
||||||
"LPTICKER"
|
|
||||||
],
|
|
||||||
"device_name": "GD32F450ZI",
|
|
||||||
"detect_code": ["1702"],
|
|
||||||
"macros_add": ["GD32F450"],
|
|
||||||
"release_versions": ["5"],
|
|
||||||
"overrides": {
|
|
||||||
"network-default-interface-type": "ETHERNET"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"GD32_E103VB": {
|
|
||||||
"inherits": ["GD32_Target"],
|
|
||||||
"supported_form_factors": ["ARDUINO"],
|
|
||||||
"core": "Cortex-M23",
|
|
||||||
"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