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.
Dependencies: BufferedSerial
Dependents: rtos_basic rtos_basic
Fork of mbed-rtos by
Diff: rtx/RTX_CM_lib.h
- Revision:
- 30:3761f69dbbb2
- Parent:
- 29:5dfe422a963d
- Child:
- 31:015df9e602b6
diff -r 5dfe422a963d -r 3761f69dbbb2 rtx/RTX_CM_lib.h --- a/rtx/RTX_CM_lib.h Tue Apr 29 17:00:22 2014 +0100 +++ b/rtx/RTX_CM_lib.h Tue May 27 08:30:16 2014 +0100 @@ -223,6 +223,9 @@ #elif defined(TARGET_KL46Z) #define INITIAL_SP (0x20006000UL) +#elif defined(TARGET_KL05Z) +#define INITIAL_SP (0x20000C00UL) + #elif defined(TARGET_LPC4088) #define INITIAL_SP (0x10010000UL)
