Modified for BG96
Fork of mbed-dev by
Diff: targets/TARGET_NXP/mbed_rtx.h
- Revision:
- 181:57724642e740
- Parent:
- 177:d650f5d4c87a
- Child:
- 186:707f6e361f3e
diff -r 96ed750bd169 -r 57724642e740 targets/TARGET_NXP/mbed_rtx.h --- a/targets/TARGET_NXP/mbed_rtx.h Wed Jan 17 15:23:54 2018 +0000 +++ b/targets/TARGET_NXP/mbed_rtx.h Fri Feb 16 16:09:33 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