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 16:3474615e591f, committed 2014-02-02
- Comitter:
- aos
- Date:
- Sun Feb 02 10:44:57 2014 +0000
- Parent:
- 15:29007aef10a4
- Commit message:
- Final Project V1: Integrated WAV player + File management via ethernet connection
Changed in this revision
rtx/cmsis_os.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/rtx/cmsis_os.h Tue Nov 19 09:00:05 2013 +0000 +++ b/rtx/cmsis_os.h Sun Feb 02 10:44:57 2014 +0000 @@ -123,7 +123,6 @@ #define DEFAULT_STACK_SIZE (WORDS_STACK_SIZE*4) - /// \note MUST REMAIN UNCHANGED: \b osFeature_xxx shall be consistent in every CMSIS-RTOS. #define osFeature_MainThread 1 ///< main thread 1=main can be thread, 0=not available #define osFeature_Pool 1 ///< Memory Pools: 1=available, 0=not available