Skip to content

Commit 759ff44

Browse files
author
Martin Kiepfer
committed
demo: lvgl: Increase main stack size for m5stack_stamps3 board
Default main-stack size of m5stack_stamps3 is not sufficient. Signed-off-by: Martin Kiepfer <[email protected]>
1 parent d24518e commit 759ff44

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

boards/shields/m5stack_m5dial/doc/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ You may build and flash applications for M5Stack StampS3 as usual (see
178178
include this shield as an overlay.
179179

180180
A good first example to test is :zephyr:code-sample:`lvgl`:
181+
181182
.. zephyr-app-commands::
182183
:zephyr-app: samples/subsys/display/lvgl
183184
:board: m5stack_stamps3
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# SPDX-License-Identifier: Apache-2.0
2+
3+
CONFIG_MAIN_STACK_SIZE=4096

0 commit comments

Comments
 (0)