Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: SPIne CH_Communicatuin_Test CH_Communicatuin_Test2 MCP_SPIne ... more
Fork of mbed-dev-f303 by
Diff: targets/TARGET_NXP/mbed_rtx.h
- Revision:
- 170:19eb464bc2be
- Parent:
- 167:e84263d55307
- Child:
- 175:af195413fb11
--- a/targets/TARGET_NXP/mbed_rtx.h Wed Jul 19 17:31:21 2017 +0100 +++ b/targets/TARGET_NXP/mbed_rtx.h Thu Aug 03 13:13:39 2017 +0100 @@ -80,6 +80,18 @@ #define INITIAL_SP (0x10002000UL) #endif +#elif defined(TARGET_LPC54114_M4) + +#ifndef INITIAL_SP +#define INITIAL_SP (0x20010000UL) +#endif + +#elif defined(TARGET_LPC54608) + +#ifndef INITIAL_SP +#define INITIAL_SP (0x20028000UL) +#endif + #endif #endif // MBED_MBED_RTX_H
