We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc8b45 commit b9841a7Copy full SHA for b9841a7
targets/targets.json
@@ -8041,5 +8041,27 @@
8041
"overrides": {
8042
"network-default-interface-type": "ETHERNET"
8043
}
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"]
8066
8067
0 commit comments