updated
Dependents: NSDL_HelloWorld_WiFi_K64_test
Fork of mbed-rtos by
Revision 56:703a0ea0ca4d, committed 2015-01-16
- Comitter:
- lvwei1990
- Date:
- Fri Jan 16 06:35:14 2015 +0000
- Parent:
- 55:7ae48e99d3f3
- Commit message:
- Demo for the problem with nsdl_lib and rtos on FRDM- K64F
Changed in this revision
--- a/rtx/TARGET_CORTEX_A/cmsis_os.h Wed Dec 03 05:27:32 2014 +0000 +++ b/rtx/TARGET_CORTEX_A/cmsis_os.h Fri Jan 16 06:35:14 2015 +0000 @@ -140,7 +140,7 @@ // The stack space occupied is mainly dependent on the underling C standard library #if defined(TOOLCHAIN_GCC) || defined(TOOLCHAIN_ARM_STD) -# define WORDS_STACK_SIZE 2048 //defualt 512 +# define WORDS_STACK_SIZE 1024 //defualt 512 #elif defined(TOOLCHAIN_ARM_MICRO) # define WORDS_STACK_SIZE 128 #endif
--- a/rtx/TARGET_CORTEX_M/cmsis_os.h Wed Dec 03 05:27:32 2014 +0000 +++ b/rtx/TARGET_CORTEX_M/cmsis_os.h Fri Jan 16 06:35:14 2015 +0000 @@ -116,7 +116,7 @@ // The stack space occupied is mainly dependent on the underling C standard library #if defined(TOOLCHAIN_GCC) || defined(TOOLCHAIN_ARM_STD) -# define WORDS_STACK_SIZE 2048 //default 512 +# define WORDS_STACK_SIZE 1024 //default 512 #elif defined(TOOLCHAIN_ARM_MICRO) # define WORDS_STACK_SIZE 128 #endif