mbed-os/features/FEATURE_UVISOR
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
..
importer Copy memory management code over from uVisor 2016-06-10 16:56:16 +01:00
includes/uvisor-lib Copy memory management code over from uVisor 2016-06-10 16:56:16 +01:00
targets/TARGET_UVISOR_UNSUPPORTED Add updated uVisor importer script 2016-06-10 16:56:16 +01:00