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:
129:0ab6a29f35bf
Parent:
128:9bcdf88f62b0
Child:
135:176b8275d35d
--- a/TARGET_MAX32600MBED/TARGET_Maxim/mbed_rtx.h	Thu Oct 27 16:45:56 2016 +0100
+++ b/TARGET_MAX32600MBED/TARGET_Maxim/mbed_rtx.h	Tue Nov 08 17:28:34 2016 +0000
@@ -62,6 +62,21 @@
 #define OS_CLOCK                48000000
 #endif
 
+#elif defined(TARGET_MAX32625)
+
+#ifndef INITIAL_SP
+#define INITIAL_SP              (0x20028000UL)
+#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