Import FreeRTOS platform experiment codes for further development (#451)

This commit is contained in:
Wenyong Huang
2020-11-26 19:10:05 +08:00
committed by GitHub
parent 74be7a0b7c
commit 0359805c82
11 changed files with 1117 additions and 2 deletions

View File

@ -225,7 +225,8 @@
#endif
/* Default/min/max stack size of each app thread */
#if !defined(BH_PLATFORM_ZEPHYR) && !defined(BH_PLATFORM_ALIOS_THINGS)
#if !defined(BH_PLATFORM_ZEPHYR) && !defined(BH_PLATFORM_ALIOS_THINGS) \
&& !defined(BH_PLATFORM_FREERTOS)
#define APP_THREAD_STACK_SIZE_DEFAULT (32 * 1024)
#define APP_THREAD_STACK_SIZE_MIN (24 * 1024)
#else