tests: fat_fs_api: fix main-stack overflow for the RAM-disk case
- Fixes the main stack overflow for the fat_fs_api RAM disk configuration on real platforms. - Sets CONFIG_MAIN_STACK_SIZE=3072. By default it is 1KB, but the stack usage is about 2KB. Signed-off-by: Andrej Butok <andrey.butok@nxp.com>
This commit is contained in:
parent
90299f0b0a
commit
235a28318b
1 changed files with 1 additions and 0 deletions
|
@ -6,3 +6,4 @@ CONFIG_ZTEST=y
|
|||
CONFIG_FLASH=y
|
||||
CONFIG_FLASH_MAP=y
|
||||
CONFIG_DISK_DRIVER_FLASH=n
|
||||
CONFIG_MAIN_STACK_SIZE=3072
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue