Skip to content

Commit 4e4e489

Browse files
committed
Update Arduino-mbed core to v4.0.2
1 parent 5987206 commit 4e4e489

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

boards/portenta_h7_m4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"ldscript": "linker_script.ld",
55
"flash_layout": "50_50"
66
},
7-
"extra_flags": "-DARDUINO_PORTENTA_H7_M4",
7+
"extra_flags": "-DARDUINO_PORTENTA_H7_M4 -DPORTENTA_H7_PINS",
88
"core": "arduino",
99
"cpu": "cortex-m4",
1010
"f_cpu": "480000000L",

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"type": "framework",
217217
"optional": true,
218218
"owner": "platformio",
219-
"version": "~3.5.4"
219+
"version": "~4.0.2"
220220
},
221221
"framework-stm32cubef0": {
222222
"type": "framework",

0 commit comments

Comments
 (0)