Working input data stream

Dependents:   IOT_HW_7_THREADS_web_control

Fork of mbed-rtos by mbed official

Files at this revision

API Documentation at this revision

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)