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:
Andrej Butok 2025-03-18 15:44:37 +01:00 committed by Benjamin Cabé
commit 235a28318b

View file

@ -6,3 +6,4 @@ CONFIG_ZTEST=y
CONFIG_FLASH=y
CONFIG_FLASH_MAP=y
CONFIG_DISK_DRIVER_FLASH=n
CONFIG_MAIN_STACK_SIZE=3072