Fork of official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard.
Dependents: Final_Coffee_Roaster
Fork of mbed-rtos by
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)