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: hello SerialTestv11 SerialTestv12 Sierpinski ... more
Diff: TARGET_NUCLEO_F412ZG/TARGET_STM/mbed_rtx.h
- Revision:
- 140:97feb9bacc10
- Parent:
- 132:9baf128c2fab
- Child:
- 143:86740a56073b
diff -r 856d2700e60b -r 97feb9bacc10 TARGET_NUCLEO_F412ZG/TARGET_STM/mbed_rtx.h --- a/TARGET_NUCLEO_F412ZG/TARGET_STM/mbed_rtx.h Thu Mar 30 13:26:47 2017 +0100 +++ b/TARGET_NUCLEO_F412ZG/TARGET_STM/mbed_rtx.h Wed Apr 12 16:07:08 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


