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:
143:86740a56073b
Parent:
132:9baf128c2fab
Child:
145:64910690c574
--- a/TARGET_KL05Z/TARGET_Freescale/mbed_rtx.h	Wed May 10 11:31:27 2017 +0100
+++ b/TARGET_KL05Z/TARGET_Freescale/mbed_rtx.h	Fri May 26 12:30:20 2017 +0100
@@ -247,6 +247,26 @@
 #define OS_CLOCK                120000000
 #endif
 
+#elif defined(TARGET_RO359B)
+
+#ifndef INITIAL_SP
+#define INITIAL_SP              (0x20030000UL)
+#endif
+
+#if defined(__CC_ARM) || defined(__GNUC__)
+#define ISR_STACK_SIZE          (0x1000)
+#endif
+
+#ifndef OS_TASKCNT
+#define OS_TASKCNT              14
+#endif
+#ifndef OS_MAINSTKSIZE
+#define OS_MAINSTKSIZE          256
+#endif
+#ifndef OS_CLOCK
+#define OS_CLOCK                96000000
+#endif
+
 #endif
 
 #endif  // MBED_MBED_RTX_H