Skip to content

Use of RTX layer in mbed_error #9125

Closed
Closed
@embeddedteam103

Description

@embeddedteam103

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:

#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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions