Skip to content

Commit 743181d

Browse files
committed
Update default Zephyr variants for RT1050 and RT1060
1 parent d2c63d3 commit 743181d

2 files changed

Lines changed: 8 additions & 2 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",

0 commit comments

Comments
 (0)