Fix aot debugger compilation error on windows (#3370)

Fix aot debugger compilation error on windows as reported in #3184.

And update the stack size configuration for product-mini zephyr sample
since the native stack overflow check was enhanced and the zephyr-sdk
was also upgraded.
This commit is contained in:
Wenyong Huang
2024-04-29 10:38:43 +08:00
committed by GitHub
parent 120b9659dd
commit e11eae93e2
5 changed files with 15 additions and 21 deletions

View File

@ -4,3 +4,4 @@
CONFIG_STACK_SENTINEL=y
CONFIG_PRINTK=y
CONFIG_LOG=y
CONFIG_LOG_BUFFER_SIZE=4096