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_ARCH_BLE/TARGET_NORDIC/mbed_rtx.h
- Revision:
- 140:97feb9bacc10
- Parent:
- 128:9bcdf88f62b0
- Child:
- 145:64910690c574
--- a/TARGET_ARCH_BLE/TARGET_NORDIC/mbed_rtx.h Thu Mar 30 13:26:47 2017 +0100 +++ b/TARGET_ARCH_BLE/TARGET_NORDIC/mbed_rtx.h Wed Apr 12 16:07:08 2017 +0100 @@ -55,6 +55,21 @@ #define OS_CLOCK 64000000 #endif +#elif defined(TARGET_MCU_NRF52840) + +#ifndef INITIAL_SP +#define INITIAL_SP (0x20040000UL) +#endif +#ifndef OS_TASKCNT +#define OS_TASKCNT 24 +#endif +#ifndef OS_MAINSTKSIZE +#define OS_MAINSTKSIZE 2048 +#endif +#ifndef OS_CLOCK +#define OS_CLOCK 64000000 #endif -#endif +#endif // defined(TARGET_MCU_NRF51822)... + +#endif // #ifndef MBED_MBED_RTX_H