the changes on the rtos to adapt the wifi

Fork of mbed-rtos by mbed official

Revision:
55:eb9dfc662874
Parent:
13:869ef732a8a2
--- 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