Skip to content

Commit 95f7a97

Browse files
committed
Add MPU label and fix labels alignment
1 parent a9ce7a6 commit 95f7a97

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

targets/targets.json

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7434,14 +7434,36 @@
74347434
"public": false,
74357435
"extra_labels": ["GigaDevice"],
74367436
"supported_toolchains": ["ARM", "IAR", "GCC_ARM"],
7437-
"device_has":["USTICKER", "ANALOGIN", "INTERRUPTIN", "PORTIN", "PORTINOUT", "PORTOUT", "PWMOUT", "SERIAL"]
7437+
"device_has": [
7438+
"USTICKER",
7439+
"ANALOGIN",
7440+
"INTERRUPTIN",
7441+
"PORTIN", "PORTINOUT",
7442+
"PORTOUT",
7443+
"PWMOUT",
7444+
"SERIAL"
7445+
]
74387446
},
74397447
"GD32_F307VG": {
74407448
"inherits": ["GD32_Target"],
74417449
"supported_form_factors": ["ARDUINO"],
74427450
"core": "Cortex-M4",
74437451
"extra_labels_add": ["GD32F30X", "GD32F307VG", "GD_EMAC"],
7444-
"device_has_add": ["RTC", "I2C", "CAN", "I2CSLAVE", "ANALOGOUT", "SPI", "SPISLAVE", "SERIAL_ASYNCH", "SERIAL_FC", "EMAC", "FLASH", "SLEEP"],
7452+
"device_has_add": [
7453+
"RTC",
7454+
"I2C",
7455+
"CAN",
7456+
"I2CSLAVE",
7457+
"ANALOGOUT",
7458+
"SPI",
7459+
"SPISLAVE",
7460+
"SERIAL_ASYNCH",
7461+
"SERIAL_FC",
7462+
"EMAC",
7463+
"FLASH",
7464+
"SLEEP",
7465+
"MPU"
7466+
],
74457467
"detect_code": ["1701"],
74467468
"macros_add": ["GD32F30X_CL"],
74477469
"release_versions": ["5"],

0 commit comments

Comments
 (0)