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: DISCO-F746NG_rtos_test ecte433
Fork of mbed-rtos by
Revision 28:be2573f85b81, committed 2014-04-24
- Comitter:
- mbed_official
- Date:
- Thu Apr 24 10:45:30 2014 +0100
- Parent:
- 27:4ef72665e2c8
- Child:
- 29:5dfe422a963d
- Commit message:
- Synchronized with git revision 94fd2228fb4a382fb98d0115f6691fc0b659eea8
Full URL: https://github.com/mbedmicro/mbed/commit/94fd2228fb4a382fb98d0115f6691fc0b659eea8/
Currently NET_7 (HttpClient test) and NET_8 (NTP test) fail for
unknown reasons.
Changed in this revision
| rtx/RTX_CM_lib.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/rtx/RTX_CM_lib.h Fri Apr 11 17:15:18 2014 +0100 +++ b/rtx/RTX_CM_lib.h Thu Apr 24 10:45:30 2014 +0100 @@ -214,9 +214,12 @@ #elif defined(TARGET_LPC812) #define INITIAL_SP (0x10001000UL) -#elif defined(TARGET_KL25Z) || defined(TARGET_K64F) +#elif defined(TARGET_KL25Z) #define INITIAL_SP (0x20003000UL) +#elif defined(TARGET_K64F) +#define INITIAL_SP (0x20030000UL) + #elif defined(TARGET_KL46Z) #define INITIAL_SP (0x20006000UL)
