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 c9ec363 commit 7a29b20Copy full SHA for 7a29b20
targets/targets.json
@@ -8042,5 +8042,27 @@
8042
"overrides": {
8043
"network-default-interface-type": "ETHERNET"
8044
}
8045
+ },
8046
+ "GD32_E103VB": {
8047
+ "inherits": ["GD32_Target"],
8048
+ "supported_form_factors": ["ARDUINO"],
8049
+ "core": "Cortex-M4",
8050
+ "extra_labels_add": ["GD32E10X", "GD32E103VB"],
8051
+ "device_has_add": [
8052
+ "RTC",
8053
+ "I2C",
8054
+ "CAN",
8055
+ "I2CSLAVE",
8056
+ "ANALOGOUT",
8057
+ "SPI",
8058
+ "SPISLAVE",
8059
+ "SERIAL_ASYNCH",
8060
+ "SERIAL_FC",
8061
+ "FLASH",
8062
+ "SLEEP"
8063
+ ],
8064
+ "detect_code": ["1703"],
8065
+ "macros_add": ["GD32E10X"],
8066
+ "release_versions": ["5"]
8067
8068
0 commit comments