This repository has been archived by the owner on Jun 8, 2021. It is now read-only.
Box identity and EFM32 support
Breaking APIs
- Applications using
UVISOR_BOX_CONFIG(...)
will not work after this update if they do not include a call to theUVISOR_BOX_NAMESPACE(...)
as well. - All other APIs are backwards compatible. This update only affects applications actively using uVisor, not yotta modules depending on it.
New features
- APIs for box identity. See the updated documentation.
New platforms
- Now supporting the whole Cortex-M3 and Cortex-M4 based EFM32 family from Silicon Labs.
For more details checkout the release notes of the corresponding ARMmbed/uvisor@54fe069 release.