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:
132:9baf128c2fab
Parent:
129:0ab6a29f35bf
Child:
143:86740a56073b
--- a/TARGET_KL27Z/TARGET_Freescale/mbed_rtx.h	Thu Dec 15 11:17:48 2016 +0000
+++ b/TARGET_KL27Z/TARGET_Freescale/mbed_rtx.h	Tue Dec 20 15:36:52 2016 +0000
@@ -217,6 +217,21 @@
 #define OS_CLOCK                48000000
 #endif
 
+#elif defined(TARGET_KW41Z)
+
+#ifndef INITIAL_SP
+#define INITIAL_SP              (0x20018000UL)
+#endif
+#ifndef OS_TASKCNT
+#define OS_TASKCNT              14
+#endif
+#ifndef OS_MAINSTKSIZE
+#define OS_MAINSTKSIZE          256
+#endif
+#ifndef OS_CLOCK
+#define OS_CLOCK                40000000
+#endif
+
 #elif defined(TARGET_K82F)
 
 #ifndef INITIAL_SP