Skip to content

Commit 72b1619

Browse files
committed
SDP_K1: Cortex-M4 -> Cortex-M4F
MCU of SDP_K1 has FPU - change core in targets.json to use it.
1 parent dc1198b commit 72b1619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3902,7 +3902,7 @@
39023902
},
39033903
"SDP_K1": {
39043904
"inherits": ["FAMILY_STM32"],
3905-
"core": "Cortex-M4",
3905+
"core": "Cortex-M4F",
39063906
"supported_form_factors": ["ARDUINO"],
39073907
"extra_labels_add": [
39083908
"STM32F4",

0 commit comments

Comments
 (0)