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: Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more
Diff: targets/TARGET_TOSHIBA/mbed_rtx.h
- Revision:
- 189:f392fc9709a3
- Parent:
- 188:bcfe06ba3d64
--- a/targets/TARGET_TOSHIBA/mbed_rtx.h Thu Nov 08 11:46:34 2018 +0000 +++ b/targets/TARGET_TOSHIBA/mbed_rtx.h Wed Feb 20 22:31:08 2019 +0000 @@ -57,4 +57,12 @@ #endif +#if defined(TARGET_TMPM3HQ) + +#ifndef INITIAL_SP +#define INITIAL_SP (0x20010000UL) +#endif + +#endif + #endif // MBED_MBED_RTX_H


