-
Notifications
You must be signed in to change notification settings - Fork 3k
Add "rtos-api" to bare metal #12629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "rtos-api" to bare metal #12629
Conversation
Test run: FAILEDSummary: 1 of 7 test jobs failed Failed test jobs:
|
test dynamic failure is known, will be fixed |
dynamic test restarted |
Needs more reviews |
@bulislaw should approve |
Is there already PR to be added here or will come soon? |
Isn't this minor update - adding new functionality? |
Summary of changes
Added the bare metal form of the RTOS API since it doesn't add any overhead (except for a little extra compilation time) and has the benefit of minimising differences between RTOS and bare metal modes.
Impact of changes
RTOS APIs are available in bare metal mode.
Migration actions required
None
Documentation
Bare metal documentation needs to be updated. Work in progress for Mbed 6.
Pull request type
Test results
Reviewers
@bulislaw @kjbracey-arm