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:
135:176b8275d35d
Parent:
129:0ab6a29f35bf
Child:
145:64910690c574
--- a/TARGET_MAX32600MBED/TARGET_Maxim/mbed_rtx.h	Mon Jan 16 12:05:23 2017 +0000
+++ b/TARGET_MAX32600MBED/TARGET_Maxim/mbed_rtx.h	Thu Feb 02 16:02:30 2017 +0000
@@ -77,6 +77,21 @@
 #define OS_CLOCK                96000000
 #endif
 
+#elif defined(TARGET_MAX32630)
+
+#ifndef INITIAL_SP
+#define INITIAL_SP              (0x20080000UL)
+#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