-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
Description
As I mentioned in ARM-software/CMSIS_5#479 we work with mbed-os
with a different implementation of the cmsis-os
abstraction layer based on the closed source threadx
rtos.
There are cases where internal details of rtx
are used in mbed.
One of the newer ones is with the introduction of mbed_error
in one of the recent releases.
It uses information of the current thread:
Line 150 in 463a453
#ifdef MBED_CONF_RTOS_PRESENT |
Note that AFAICT this information cannot be retrieved from the cmsis
abstraction layer and the only solution for this bug is an extension of the cmsis
api.
Do you think such an extension is viable?
Issue request type
[ ] Question
[ ] Enhancement
[x] Bug