my version

Dependents:   aps_so_c2

Fork of mbed-rtos by mbed official

History

ok default tip

2017-11-18, by feupos [Sat, 18 Nov 2017 18:27:08 +0000] rev 127

ok


new build;

2017-11-18, by feupos [Sat, 18 Nov 2017 17:19:09 +0000] rev 126

new build;


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