sdf

Dependencies:   mbed-rtos

Fork of mbed-rtos by mbed official

Committer:
Kojto
Date:
Mon Jul 25 14:12:24 2016 +0100
Revision:
118:6635230e06ba
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

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 118:6635230e06ba 1 {
Kojto 118:6635230e06ba 2 "name": "rtos",
Kojto 118:6635230e06ba 3 "config": {
Kojto 118:6635230e06ba 4 "present": 1
Kojto 118:6635230e06ba 5 }
Kojto 118:6635230e06ba 6 }