The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
145:64910690c574
Parent:
143:86740a56073b
--- a/TARGET_WIZwiki_W7500/TARGET_WIZNET/mbed_rtx.h	Thu Jun 08 14:53:05 2017 +0100
+++ b/TARGET_WIZwiki_W7500/TARGET_WIZNET/mbed_rtx.h	Wed Jun 21 17:31:38 2017 +0100
@@ -22,45 +22,19 @@
 #ifndef INITIAL_SP
 #define INITIAL_SP              (0x20004000UL)
 #endif
-#ifndef OS_TASKCNT
-#define OS_TASKCNT              6
-#endif
-#ifndef OS_MAINSTKSIZE
-#define OS_MAINSTKSIZE          128
-#endif
-#ifndef OS_CLOCK
-#define OS_CLOCK                20000000
-#endif
 
 #elif defined(TARGET_WIZWIKI_W7500P)
 
 #ifndef INITIAL_SP
 #define INITIAL_SP              (0x20004000UL)
 #endif
-#ifndef OS_TASKCNT
-#define OS_TASKCNT              6
-#endif
-#ifndef OS_MAINSTKSIZE
-#define OS_MAINSTKSIZE          128
-#endif
-#ifndef OS_CLOCK
-#define OS_CLOCK                20000000
-#endif
+
 
 #elif defined(TARGET_WIZWIKI_W7500ECO)
 
 #ifndef INITIAL_SP
 #define INITIAL_SP              (0x20004000UL)
 #endif
-#ifndef OS_TASKCNT
-#define OS_TASKCNT              6
-#endif
-#ifndef OS_MAINSTKSIZE
-#define OS_MAINSTKSIZE          128
-#endif
-#ifndef OS_CLOCK
-#define OS_CLOCK                20000000
-#endif
 
 #endif //