Skip to content

Commit

Permalink
Merge branch 'release/v1.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Jan 30, 2025
2 parents e34e7ba + da43ed0 commit 069548b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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
6 changes: 3 additions & 3 deletions platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "git",
"url": "https://github.com/platformio/platform-renesas-ra.git"
},
"version": "1.5.0",
"version": "1.6.0",
"frameworks": {
"arduino": {
"package": "framework-arduinorenesas-uno",
Expand All @@ -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 069548b

Please sign in to comment.