Skip to content

Commit

Permalink
Update Arduino core to v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Jan 22, 2025
1 parent db85923 commit b4efb81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion boards/portenta_c33.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"-DARDUINO_PORTENTA_C33",
"-DARDUINO_ARCH_RENESAS_PORTENTA",
"-DLWIP_DNS=1",
"-DCFG_TUSB_MCU=OPT_MCU_RAXXX"
"-DCFG_TUSB_MCU=OPT_MCU_RAXXX",
"-DPROVIDE_FREERTOS_HOOK"
],
"core": "arduino",
"cpu": "cortex-m33",
Expand Down
4 changes: 2 additions & 2 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.2.2"
"version": "~1.3.2"
},
"framework-arduinorenesas-portenta": {
"type": "framework",
"optional": true,
"owner": "platformio",
"version": "~1.2.2"
"version": "~1.3.2"
},
"framework-renesas-fsp": {
"type": "framework",
Expand Down

0 comments on commit b4efb81

Please sign in to comment.