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.
Diff: rtx/RTX_CM_lib.h
- Revision:
- 41:631c0f1008c3
- Parent:
- 40:bd07334df5b1
- Child:
- 42:079b9616ee6c
--- a/rtx/RTX_CM_lib.h Fri Aug 15 16:30:22 2014 +0100 +++ b/rtx/RTX_CM_lib.h Thu Sep 11 14:15:18 2014 +0100 @@ -229,6 +229,9 @@ #elif defined(TARGET_LPC4088) #define INITIAL_SP (0x10010000UL) +#elif defined(TARGET_LPC4337) +#define INITIAL_SP (0x10008000UL) + #elif defined(TARGET_LPC1347) #define INITIAL_SP (0x10002000UL)
