Skip to content

Commit ca46d12

Browse files
committed
Delete GD32F450ZI and GD323103VB which are not implemented
Delete GD32F450ZI and GD323103VB which are not implemented yet and add them later.
1 parent 881561a commit ca46d12

File tree

1 file changed

+0
-52
lines changed

1 file changed

+0
-52
lines changed

targets/targets.json

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -7471,57 +7471,5 @@
74717471
"overrides": {
74727472
"network-default-interface-type": "ETHERNET"
74737473
}
7474-
},
7475-
"GD32_F450ZI": {
7476-
"inherits": ["GD32_Target"],
7477-
"supported_form_factors": ["ARDUINO"],
7478-
"core": "Cortex-M4",
7479-
"extra_labels_add": ["GD32F4XX", "GD32F450ZI", "GD_EMAC"],
7480-
"device_has_add": [
7481-
"RTC",
7482-
"I2C",
7483-
"CAN",
7484-
"I2CSLAVE",
7485-
"ANALOGOUT",
7486-
"SPI",
7487-
"SPISLAVE",
7488-
"SERIAL_ASYNCH",
7489-
"SERIAL_FC",
7490-
"EMAC",
7491-
"FLASH",
7492-
"SLEEP",
7493-
"MPU",
7494-
"TRNG",
7495-
"LPTICKER"
7496-
],
7497-
"device_name": "GD32F450ZI",
7498-
"detect_code": ["1702"],
7499-
"macros_add": ["GD32F450"],
7500-
"release_versions": ["5"],
7501-
"overrides": {
7502-
"network-default-interface-type": "ETHERNET"
7503-
}
7504-
},
7505-
"GD32_E103VB": {
7506-
"inherits": ["GD32_Target"],
7507-
"supported_form_factors": ["ARDUINO"],
7508-
"core": "Cortex-M23",
7509-
"extra_labels_add": ["GD32E10X", "GD32E103VB"],
7510-
"device_has_add": [
7511-
"RTC",
7512-
"I2C",
7513-
"CAN",
7514-
"I2CSLAVE",
7515-
"ANALOGOUT",
7516-
"SPI",
7517-
"SPISLAVE",
7518-
"SERIAL_ASYNCH",
7519-
"SERIAL_FC",
7520-
"FLASH",
7521-
"SLEEP"
7522-
],
7523-
"detect_code": ["1703"],
7524-
"macros_add": ["GD32E10X"],
7525-
"release_versions": ["5"]
75267474
}
75277475
}

0 commit comments

Comments
 (0)