Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#64374] demo_app: conf: increase stack size for tvm and tflite runtimes
Increased the `CONFIG_MAIN_STACK_SIZE` from 2048 to 4096 in both `demo_app/tflite.conf` and `demo_app/tvm.conf`. This change addresses stack overflow issues encountered during the execution of demo applications. The previous stack size was insufficient, leading to errors and crashes. Signed-off-by: Jakub Wasilewski <[email protected]>
- Loading branch information