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: SPIne CH_Communicatuin_Test CH_Communicatuin_Test2 MCP_SPIne ... more
Fork of mbed-dev-f303 by
Diff: targets/TARGET_Maxim/mbed_rtx.h
- Revision:
- 157:ff67d9f36b67
- Parent:
- 150:02e0a0aed4ec
- Child:
- 167:e84263d55307
--- a/targets/TARGET_Maxim/mbed_rtx.h Mon Jan 16 15:03:32 2017 +0000 +++ b/targets/TARGET_Maxim/mbed_rtx.h Thu Feb 02 17:01:33 2017 +0000 @@ -77,6 +77,21 @@ #define OS_CLOCK 96000000 #endif +#elif defined(TARGET_MAX32630) + +#ifndef INITIAL_SP +#define INITIAL_SP (0x20080000UL) +#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
