Skip to content

Commit 65336ad

Browse files
committed
GigaDevice: Cortex-M4 -> Cortex-M4F
GigaDevice parts have FPU - change core in targets.json to use it.
1 parent dc1198b commit 65336ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

targets/targets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8512,7 +8512,7 @@
85128512
"GD32_F307VG": {
85138513
"inherits": ["GD32_Target"],
85148514
"supported_form_factors": ["ARDUINO"],
8515-
"core": "Cortex-M4",
8515+
"core": "Cortex-M4F",
85168516
"extra_labels_add": ["GD32F30X", "GD32F307VG", "GD_EMAC"],
85178517
"device_has_add": [
85188518
"RTC",
@@ -8567,7 +8567,7 @@
85678567
"GD32_F450ZI": {
85688568
"inherits": ["GD32_Target"],
85698569
"supported_form_factors": ["ARDUINO"],
8570-
"core": "Cortex-M4",
8570+
"core": "Cortex-M4F",
85718571
"extra_labels_add": ["GD32F4XX", "GD32F450ZI", "GD_EMAC"],
85728572
"device_has_add": [
85738573
"RTC",
@@ -8596,7 +8596,7 @@
85968596
"GD32_E103VB": {
85978597
"inherits": ["GD32_Target"],
85988598
"supported_form_factors": ["ARDUINO"],
8599-
"core": "Cortex-M4",
8599+
"core": "Cortex-M4F",
86008600
"extra_labels_add": ["GD32E10X", "GD32E103VB"],
86018601
"device_has_add": [
86028602
"RTC",

0 commit comments

Comments
 (0)