mbed-os/rtos/rtx5
Bartek Szatkowski 8cc21ea505 RTX: Fixed RTXv5 mutex owner list handling.
The prev-pointer of the running threads mutex list was not set when
multiple mutexes are acquired at a time. This leads to a corrupted list
if the mutexes are not freed in reversed order.

Original commit for CMSIS_5:
commit 729f6ab08540342b7de7612fac103539d5b2f168
Author: Jonatan Antoni <jonatan.antoni@arm.com>
Date:   Wed Apr 19 15:38:43 2017 +0200
2017-06-27 14:39:34 +01:00
..
TARGET_CORTEX_M RTX: Fixed RTXv5 mutex owner list handling. 2017-06-27 14:39:34 +01:00
mbed_rtx_conf.h RTOS: Allow per target definition of OS_IDLE_THREAD_STACK_SIZE. 2017-06-16 10:11:12 +01:00
mbed_rtx_handlers.c Add more verbose RTOS error messages 2017-05-30 18:55:56 +01:00