Skip to content

Commit 1efe6e8

Browse files
committed
Merge branch 'release/v1.7.0'
2 parents 069548b + b8558c5 commit 1efe6e8

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

Diff for: boards/portenta_c33.json

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

Diff for: platform.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"type": "git",
2222
"url": "https://github.com/platformio/platform-renesas-ra.git"
2323
},
24-
"version": "1.6.0",
24+
"version": "1.7.0",
2525
"frameworks": {
2626
"arduino": {
2727
"package": "framework-arduinorenesas-uno",
@@ -46,13 +46,13 @@
4646
"type": "framework",
4747
"optional": true,
4848
"owner": "platformio",
49-
"version": "~1.3.2"
49+
"version": "~1.4.1"
5050
},
5151
"framework-arduinorenesas-portenta": {
5252
"type": "framework",
5353
"optional": true,
5454
"owner": "platformio",
55-
"version": "~1.3.2"
55+
"version": "~1.4.1"
5656
},
5757
"framework-renesas-fsp": {
5858
"type": "framework",

0 commit comments

Comments
 (0)