mbed-os/features/FEATURE_UVISOR/importer
Jaeden Amero 55f464da27 Copy memory management code over from uVisor
Add the memory management code from uVisor to a shared location that is
suitable for both supported and unsupported use. To do this, we copy all
the RTX-specific files from the RTX folders in uVisor.

Note that the page allocator code is so identical between uVisor supported
and unsupported mode that we can copy the file as-is from uVisor for use on
unsupported targets. This commit performs that copying, to a file called
page_allocator.c_inc, which is included from unsupported_page_allocator.c
only for targets where uVisor is not present.
2016-06-10 16:56:16 +01:00
..
TARGET_IGNORE
Makefile Copy memory management code over from uVisor 2016-06-10 16:56:16 +01:00
README.md

README.md

Rebuilding the uVisor mbed Library

This directory contains scripts to import and rebuild the latest uVisor library to mbed Classic. uVisor does not need to be re-deployed for normal application development.

For uVisor development and code contributions please visit the uVisor repository.