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:
140:97feb9bacc10
Parent:
132:9baf128c2fab
Child:
143:86740a56073b
--- a/TARGET_NUCLEO_F303K8/TARGET_STM/mbed_rtx.h	Thu Mar 30 13:26:47 2017 +0100
+++ b/TARGET_NUCLEO_F303K8/TARGET_STM/mbed_rtx.h	Wed Apr 12 16:07:08 2017 +0100
@@ -302,6 +302,21 @@
 #define OS_CLOCK                168000000
 #endif
 
+#elif defined(TARGET_UBLOX_C030)
+
+#ifndef INITIAL_SP
+#define INITIAL_SP              (0x20030000UL)
+#endif
+#ifndef OS_TASKCNT
+#define OS_TASKCNT              14
+#endif
+#ifndef OS_MAINSTKSIZE
+#define OS_MAINSTKSIZE          512
+#endif
+#ifndef OS_CLOCK
+#define OS_CLOCK                168000000
+#endif
+
 #elif defined(TARGET_STM32F469NI)
 
 #ifndef INITIAL_SP