Skip to content

Commit 810aba8

Browse files
hakehuangkartben
authored andcommitted
tests: disk_performance : mimxrt1060_evkc support
add support for mimxrt1060_evkc board fixes: #84417 Signed-off-by: Hake Huang <[email protected]>
1 parent f306640 commit 810aba8

File tree

5 files changed

+34
-1
lines changed

5 files changed

+34
-1
lines changed

tests/drivers/disk/disk_access/testcase.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ tests:
88
filter: CONFIG_SDHC
99
extra_configs:
1010
- CONFIG_DISK_DRIVER_SDMMC=y
11+
- platform:mimxrt1060_evk@C/mimxrt1062/qspi:CONFIG_MAIN_STACK_SIZE=2048
1112
tags: mcux
1213
integration_platforms:
13-
- mimxrt1060_evk/mimxrt1062/qspi
14+
- mimxrt1060_evk@C/mimxrt1062/qspi
1415
- mimxrt1050_evk/mimxrt1052/hyperflash
1516
- mimxrt1064_evk
1617
drivers.disk.ram:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_MAIN_STACK_SIZE=2048
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Copyright (c) 2025, NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/* Disable GPT timer and use systick for better timer accuracy
8+
*/
9+
&systick {
10+
status = "okay";
11+
};
12+
13+
&gpt_hw_timer {
14+
status = "disabled";
15+
};
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CONFIG_MAIN_STACK_SIZE=2048
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Copyright (c) 2025, NXP
3+
*
4+
* SPDX-License-Identifier: Apache-2.0
5+
*/
6+
7+
/* Disable GPT timer and use systick for better timer accuracy
8+
*/
9+
&systick {
10+
status = "okay";
11+
};
12+
13+
&gpt_hw_timer {
14+
status = "disabled";
15+
};

0 commit comments

Comments
 (0)