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:
170:e95d10626187
Parent:
169:a7c7b631e539
--- a/TARGET_SAKURAIO_EVB_01/TARGET_STM/mbed_rtx.h	Fri Jun 22 15:38:59 2018 +0100
+++ b/TARGET_SAKURAIO_EVB_01/TARGET_STM/mbed_rtx.h	Thu Sep 06 13:39:34 2018 +0100
@@ -126,14 +126,14 @@
 
 #endif // INITIAL_SP
 #if (defined(__GNUC__) && !defined(__CC_ARM) && !defined(__ARMCC_VERSION) && defined(TWO_RAM_REGIONS))
-    extern uint32_t               __StackLimit[];
-    extern uint32_t               __StackTop[];
-    extern uint32_t               __end__[];
-    extern uint32_t               __HeapLimit[];
-    #define HEAP_START            ((unsigned char*)__end__)
-    #define HEAP_SIZE             ((uint32_t)((uint32_t)__HeapLimit - (uint32_t)HEAP_START))
-    #define ISR_STACK_START       ((unsigned char*)__StackLimit)
-    #define ISR_STACK_SIZE        ((uint32_t)((uint32_t)__StackTop - (uint32_t)__StackLimit))
+extern uint32_t               __StackLimit[];
+extern uint32_t               __StackTop[];
+extern uint32_t               __end__[];
+extern uint32_t               __HeapLimit[];
+#define HEAP_START            ((unsigned char*)__end__)
+#define HEAP_SIZE             ((uint32_t)((uint32_t)__HeapLimit - (uint32_t)HEAP_START))
+#define ISR_STACK_START       ((unsigned char*)__StackLimit)
+#define ISR_STACK_SIZE        ((uint32_t)((uint32_t)__StackTop - (uint32_t)__StackLimit))
 #endif
 
 #endif  // MBED_MBED_RTX_H