Official mbed Real Time Operating System based on the RTX implementation of the CMSIS-RTOS API open standard.
Dependents: denki-yohou_b TestY201 Network-RTOS NTPClient_HelloWorld ... more
Deprecated
This is the mbed 2 rtos library. mbed OS 5 integrates the mbed library with mbed-rtos. With this, we have provided thread safety for all mbed APIs. If you'd like to learn about using mbed OS 5, please see the docs.
History
replace mbed_rtx by mbed_rtx4
2017-07-04, by Kojto [Tue, 04 Jul 2017 13:32:20 +0100] rev 125
replace mbed_rtx by mbed_rtx4
Not causing a conflict with mbed_rtx that is for newer rtos
rtos targets configuration addition
2017-07-04, by Kojto [Tue, 04 Jul 2017 13:17:18 +0100] rev 124
rtos targets configuration addition
mbed_rtx header file for all targets
Configure RTOS to behave as it did before 5.0
2016-11-14, by c1728p9 [Mon, 14 Nov 2016 17:14:42 -0600] rev 123
Configure RTOS to behave as it did before 5.0
Remove mbed_lib.json to fix crashes
2016-11-09, by c1728p9 [Wed, 09 Nov 2016 12:22:14 -0600] rev 122
Remove mbed_lib.json to fix crashes
RTOS rev121
2016-09-01, by <> [Thu, 01 Sep 2016 15:13:42 +0100] rev 121
RTOS rev121
Compatible with the mbed library v125
Changes:
- K64F: Revert to hardcoded stack pointer in RTX.
- Adding NCS36510 support.
- Add MAX32620 target support.
- Fix implicit declaration of function 'atexit'.
RTOS rev120
2016-08-18, by Kojto [Thu, 18 Aug 2016 14:38:56 +0100] rev 120
RTOS rev120
Compatible with the mbed library v124
Changes:
- Fix heap limit checking
- Fix set initial stack pointer K64F + stack pointer size
- Fix stack size for NRF51
- Turn on main thread stack check
- Use new deprecate macros
RTOS rev119
2016-08-10, by Kojto [Wed, 10 Aug 2016 16:09:20 +0100] rev 119
RTOS rev119
Compatible with the mbed library v123
Changes:
- new targets: NRF52 and NUC472
- mbed singleton mutex addition
- main thread with timers fix
- Thread - mutex addition for synchronization
- Semaphore - default count argument set to 0
- RTOSTimer - add new ctor with Callback
RTOS rev118
2016-07-25, by Kojto [Mon, 25 Jul 2016 14:12:24 +0100] rev 118
RTOS rev118
Compatible with the mbed library v122
Changes:
- warnings about duplicated CM symbols fix
- init sequence update - allows init array to be run prior kernel start
- RTOS with OS_TIMERS=0 fix for thread id
- Thread ctor is deprecated, use start() method
- main stack fix for IAR (set via linker script)
- add TCB context pointer
- provide thread safety for toolchains (std lib locks)
- add MBED_RTOS_SINGLE_THREAD macro (sets TSKCNT to 1 and TIMERS to 0)
- nrf51, nucleo l423kc, nucleo f767zi, nucleo f446ze, efm32 support addition
- add OSObserver function
Synchronized with git revision 821c492eb84a24748de5c05c17f7bd9380ca28ff
2016-05-23, by mbed_official [Mon, 23 May 2016 11:00:15 +0100] rev 117
Synchronized with git revision 821c492eb84a24748de5c05c17f7bd9380ca28ff
Full URL: https://github.com/mbedmicro/mbed/commit/821c492eb84a24748de5c05c17f7bd9380ca28ff/
Synchronized with git revision 99fb83ae2190e05b964e33257cb710c9a300f006
2016-05-23, by mbed_official [Mon, 23 May 2016 10:00:41 +0100] rev 116
Synchronized with git revision 99fb83ae2190e05b964e33257cb710c9a300f006
Full URL: https://github.com/mbedmicro/mbed/commit/99fb83ae2190e05b964e33257cb710c9a300f006/
RTX - init sequence (C++ array init)