-
Notifications
You must be signed in to change notification settings - Fork 3k
Update uVisor to v0.20.0-alpha #2228
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
Conversation
This release brings the support of Keil RTX with uVisor on mbed OS, plus several other improvements. **New features** * Integration in Keil RTX in mbed OS. * Secure dynamic allocation APIs. * Box initialization routines. * Register gateway. * vMPU recovery generalized for both Kinetis and ARMv7-M MPUs. * APIs for per-box interrupts disablement and re-enablement. **Work in progress** * Remote Procedure Call (RPC). New API signatures have been published. * The alpha-level implementation will follow soon. **Deprecated features** * Secure gateway. Cross-box communication will be implemented with RPC * gateways. **Bugfixes** * Several ARMv7-M-specific bug fixes. * Fixed a bug that sent the device into lock-up after a hard fault. * Fixed checks on revision numbers for Cortex-M devices. **Miscellaneous improvements** * Optimized memory protection for ARMv7-M devices with shared SRAM. * Build artifacts are grouped into the target/build * option/configuration-specific folder. * Documents have been grouped into API vs. core documents. * Improved style and consistency.
@mbed-bot: TEST HOST_OSES=windows,linux |
1 similar comment
@mbed-bot: TEST HOST_OSES=windows,linux |
@AlessandroA Sorry about that, not sure why the bot didn't fire. It's going now. |
[Build 675] |
/morph test |
@bridadan Thanks for triggering the tests! Are these failures related to the PR or independent from it? |
Result: FAILUREYour command has finished executing! Here's what you wrote!
|
@AlessandroA The last failure seems to be existing failures in the code base. This PR was the first PR used with the new bot, so sorry for the hiccups! I'm looking at it now. |
@mbed-bot: TEST HOST_OSES=windows |
[Build 678] |
/morph export-build |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
|
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 482 A build failure occurred! |
/morph test |
Result: ABORTEDYour command has finished executing! Here's what you wrote!
|
/morph test |
Result: FAILUREYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 488 A test failure occurred! |
All green for K64F. Failures are known testing failures. |
This release brings the support of Keil RTX with uVisor on mbed OS, plus several other improvements.
New features
Work in progress
Deprecated features
Bugfixes
Miscellaneous improvements
@mjs-arm @sg- @meriac @c1728p9 @geky