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-rtos by
Revision 118:f3ee529470f1, committed 2016-07-21
- Comitter:
- omassanet
- Date:
- Thu Jul 21 14:45:51 2016 +0000
- Parent:
- 117:4c105b8d7cae
- Commit message:
- Updated
Changed in this revision
rtx/TARGET_CORTEX_M/cmsis_os.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/rtx/TARGET_CORTEX_M/cmsis_os.h Mon May 23 11:00:15 2016 +0100 +++ b/rtx/TARGET_CORTEX_M/cmsis_os.h Thu Jul 21 14:45:51 2016 +0000 @@ -57,9 +57,9 @@ #define CMSIS_OS_RTX // __MBED_CMSIS_RTOS_CM captures our changes to the RTX kernel -#define __MBED_CMSIS_RTOS_CM +//#define __MBED_CMSIS_RTOS_CM // we use __CMSIS_RTOS version, which changes some API in the kernel -#define __CMSIS_RTOS +//#define __CMSIS_RTOS // The stack space occupied is mainly dependent on the underling C standard library #if defined(TOOLCHAIN_GCC) || defined(TOOLCHAIN_ARM_STD) || defined(TOOLCHAIN_IAR)