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.
Fork of mbed-rtos by
Diff: rtx/RTX_CM_lib.h
- Revision:
- 43:aaa1b2c7c64c
- Parent:
- 42:079b9616ee6c
- Child:
- 44:e2da1b20a6d5
diff -r 079b9616ee6c -r aaa1b2c7c64c rtx/RTX_CM_lib.h --- a/rtx/RTX_CM_lib.h Thu Sep 25 17:30:10 2014 +0100 +++ b/rtx/RTX_CM_lib.h Mon Oct 06 10:00:12 2014 +0100 @@ -214,6 +214,9 @@ #elif defined(TARGET_LPC812) #define INITIAL_SP (0x10001000UL) +#elif defined(TARGET_LPC824) +#define INITIAL_SP (0x10002000UL) + #elif defined(TARGET_KL25Z) #define INITIAL_SP (0x20003000UL)
