Skip to content

Commit 6c40386

Browse files
authored
Merge pull request ARMmbed#10383 from kjbracey-arm/add_fpu_gd32
GigaDevice: Cortex-M4 -> Cortex-M4F
2 parents 94898a1 + 65336ad commit 6c40386

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
@@ -8535,7 +8535,7 @@
85358535
"GD32_F307VG": {
85368536
"inherits": ["GD32_Target"],
85378537
"supported_form_factors": ["ARDUINO"],
8538-
"core": "Cortex-M4",
8538+
"core": "Cortex-M4F",
85398539
"extra_labels_add": ["GD32F30X", "GD32F307VG", "GD_EMAC"],
85408540
"device_has_add": [
85418541
"RTC",
@@ -8590,7 +8590,7 @@
85908590
"GD32_F450ZI": {
85918591
"inherits": ["GD32_Target"],
85928592
"supported_form_factors": ["ARDUINO"],
8593-
"core": "Cortex-M4",
8593+
"core": "Cortex-M4F",
85948594
"extra_labels_add": ["GD32F4XX", "GD32F450ZI", "GD_EMAC"],
85958595
"device_has_add": [
85968596
"RTC",
@@ -8619,7 +8619,7 @@
86198619
"GD32_E103VB": {
86208620
"inherits": ["GD32_Target"],
86218621
"supported_form_factors": ["ARDUINO"],
8622-
"core": "Cortex-M4",
8622+
"core": "Cortex-M4F",
86238623
"extra_labels_add": ["GD32E10X", "GD32E103VB"],
86248624
"device_has_add": [
86258625
"RTC",

0 commit comments

Comments
 (0)