Skip to content

Commit 931e97a

Browse files
decsnycarlescufi
authored andcommitted
tests: disk: Increase stack size for USDHC
Increase the main stack size on the disk driver tests for devices using the MMC STACK with a IMX USDHC part. Signed-off-by: Declan Snyder <[email protected]>
1 parent 4e21987 commit 931e97a

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
# Copyright 2022 NXP
3+
4+
mainmenu "Disk driver access test"
5+
6+
config MAIN_STACK_SIZE
7+
default 1280 if (MMC_STACK && IMX_USDHC)
8+
9+
source "Kconfig.zephyr"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
# Copyright 2022 NXP
3+
4+
mainmenu "Disk driver performance test"
5+
6+
config MAIN_STACK_SIZE
7+
default 1280 if (MMC_STACK && IMX_USDHC)
8+
9+
source "Kconfig.zephyr"

0 commit comments

Comments
 (0)