Closed jklmnn closed 3 years ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
This PR adds an MMU configuration for the zymqmp that makes the code read only and the data non-executable. Each of these features can be turned on or off individually in
mmu.adb
by settingSet_NX
andSet_RO
to false respectively.