Skip to content

Commit b4efb81

Browse files
committed
Update Arduino core to v1.3.2
1 parent db85923 commit b4efb81

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: boards/portenta_c33.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"-DARDUINO_PORTENTA_C33",
88
"-DARDUINO_ARCH_RENESAS_PORTENTA",
99
"-DLWIP_DNS=1",
10-
"-DCFG_TUSB_MCU=OPT_MCU_RAXXX"
10+
"-DCFG_TUSB_MCU=OPT_MCU_RAXXX",
11+
"-DPROVIDE_FREERTOS_HOOK"
1112
],
1213
"core": "arduino",
1314
"cpu": "cortex-m33",

Diff for: platform.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@
4646
"type": "framework",
4747
"optional": true,
4848
"owner": "platformio",
49-
"version": "~1.2.2"
49+
"version": "~1.3.2"
5050
},
5151
"framework-arduinorenesas-portenta": {
5252
"type": "framework",
5353
"optional": true,
5454
"owner": "platformio",
55-
"version": "~1.2.2"
55+
"version": "~1.3.2"
5656
},
5757
"framework-renesas-fsp": {
5858
"type": "framework",

0 commit comments

Comments
 (0)