Skip to content

Commit e2df81f

Browse files
committed
Merge branch 'release/v7.5.0'
2 parents 2ab1e76 + e498019 commit e2df81f

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

boards/mimxrt1050_evk.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"build": {
33
"cpu": "cortex-m7",
44
"f_cpu": "600000000L",
5-
"mcu": "mimxrt1052dvl6b"
5+
"mcu": "mimxrt1052dvl6b",
6+
"zephyr": {
7+
"variant": "mimxrt1050_evk//qspi"
8+
}
69
},
710
"debug": {
811
"jlink_device": "MIMXRT1052DVL6B",

boards/mimxrt1060_evk.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"build": {
33
"cpu": "cortex-m7",
44
"f_cpu": "600000000L",
5-
"mcu": "mimxrt1062dvl6a"
5+
"mcu": "mimxrt1062dvl6a",
6+
"zephyr": {
7+
"variant": "mimxrt1060_evk@C//qspi"
8+
}
69
},
710
"debug": {
811
"jlink_device": "MIMXRT1062DVL6A",

platform.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/platformio/platform-nxpimxrt.git"
2020
},
21-
"version": "7.4.0",
21+
"version": "7.5.0",
2222
"frameworks": {
2323
"mbed": {
2424
"package": "framework-mbed",
@@ -48,7 +48,7 @@
4848
"type": "framework",
4949
"optional": true,
5050
"owner": "platformio",
51-
"version": "~3.40300.0"
51+
"version": "~3.40400.0"
5252
},
5353
"tool-openocd": {
5454
"type": "debugger",

0 commit comments

Comments
 (0)