Skip to content

Commit 6f37923

Browse files
committed
Update Arduino-mbed core to v2.5.2
1 parent 1ed58e0 commit 6f37923

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

boards/portenta_h7_m4.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"build": {
33
"arduino":{
4-
"ldscript": "linker_script.ld"
4+
"ldscript": "linker_script.ld",
5+
"flash_layout": "50_50"
56
},
67
"extra_flags": "-DARDUINO_PORTENTA_H7_M4",
78
"core": "arduino",

boards/portenta_h7_m7.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"build": {
33
"arduino":{
4-
"ldscript": "linker_script.ld"
4+
"ldscript": "linker_script.ld",
5+
"flash_layout": "50_50"
56
},
67
"extra_flags": "-DARDUINO_PORTENTA_H7_M7",
78
"core": "arduino",

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": "~2.4.0"
219+
"version": "~2.5.0"
220220
},
221221
"framework-stm32cubef0": {
222222
"type": "framework",

0 commit comments

Comments
 (0)