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-dev by
Diff: targets/TARGET_Freescale/mbed_rtx.h
- Revision:
- 165:e614a9f1c9e2
- Parent:
- 153:fa9ff456f731
- Child:
- 167:e84263d55307
diff -r 289d4deac6e4 -r e614a9f1c9e2 targets/TARGET_Freescale/mbed_rtx.h --- a/targets/TARGET_Freescale/mbed_rtx.h Wed May 10 12:06:41 2017 +0100 +++ b/targets/TARGET_Freescale/mbed_rtx.h Fri May 26 12:39:01 2017 +0100 @@ -247,6 +247,26 @@ #define OS_CLOCK 120000000 #endif +#elif defined(TARGET_RO359B) + +#ifndef INITIAL_SP +#define INITIAL_SP (0x20030000UL) +#endif + +#if defined(__CC_ARM) || defined(__GNUC__) +#define ISR_STACK_SIZE (0x1000) +#endif + +#ifndef OS_TASKCNT +#define OS_TASKCNT 14 +#endif +#ifndef OS_MAINSTKSIZE +#define OS_MAINSTKSIZE 256 +#endif +#ifndef OS_CLOCK +#define OS_CLOCK 96000000 +#endif + #endif #endif // MBED_MBED_RTX_H
