the changes on the rtos to adapt the wifi
Fork of mbed-rtos by
Revision 55:eb9dfc662874, committed 2014-12-05
- Comitter:
- shiyilei
- Date:
- Fri Dec 05 02:09:09 2014 +0000
- Parent:
- 26:cb1d43beeb70
- Commit message:
- It is the project that wifi run on the rtos
Changed in this revision
rtx/cmsis_os.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r cb1d43beeb70 -r eb9dfc662874 rtx/cmsis_os.h --- a/rtx/cmsis_os.h Wed Apr 02 21:00:22 2014 +0100 +++ b/rtx/cmsis_os.h Fri Dec 05 02:09:09 2014 +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 512 +# define WORDS_STACK_SIZE 2048 #elif defined(TOOLCHAIN_ARM_MICRO) # define WORDS_STACK_SIZE 128 #endif