ARMmbed / uvisor

DEPRECATED mbed OS uVisor -- device security layer for ARMv7M microcontrollers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

any document about compiler?

shiningfrog opened this issue · comments

is there any issue about the compiler ? i wish to change the memory layout , and add some other tag(just as .keep.uvisor.cfgtbl) . and how to generate '.link_script.ld' in build file ?

ARM Internal Ref: IOTSEC-620

you can take a look at the Makefile under uVisor folder.

thanks