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.
Diff: TARGET_LPC1768/TARGET_NXP/mbed_rtx.h
- Revision:
- 161:aa5281ff4a02
- Parent:
- 157:e7ca05fa8600
- Child:
- 167:84c0a372a020
--- a/TARGET_LPC1768/TARGET_NXP/mbed_rtx.h Wed Jan 17 16:13:02 2018 +0000 +++ b/TARGET_LPC1768/TARGET_NXP/mbed_rtx.h Fri Feb 16 16:16:41 2018 +0000 @@ -92,6 +92,12 @@ #define INITIAL_SP (0x20028000UL) #endif +#elif defined(TARGET_MIMXRT1050) + +#ifndef INITIAL_SP +#define INITIAL_SP (0x20020000UL) +#endif + #endif #endif // MBED_MBED_RTX_H