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_STM/mbed_rtx.h
- Revision:
- 162:e13f6fdb2ac4
- Parent:
- 153:fa9ff456f731
- Child:
- 165:e614a9f1c9e2
--- a/targets/TARGET_STM/mbed_rtx.h Thu Mar 30 13:45:57 2017 +0100 +++ b/targets/TARGET_STM/mbed_rtx.h Wed Apr 12 16:21:43 2017 +0100 @@ -302,6 +302,21 @@ #define OS_CLOCK 168000000 #endif +#elif defined(TARGET_UBLOX_C030) + +#ifndef INITIAL_SP +#define INITIAL_SP (0x20030000UL) +#endif +#ifndef OS_TASKCNT +#define OS_TASKCNT 14 +#endif +#ifndef OS_MAINSTKSIZE +#define OS_MAINSTKSIZE 512 +#endif +#ifndef OS_CLOCK +#define OS_CLOCK 168000000 +#endif + #elif defined(TARGET_STM32F469NI) #ifndef INITIAL_SP