]> begriffs open source - freertos/commit
Make RAM regions non-executable
authorGaurav Aggarwal <aggarg@amazon.com>
Wed, 7 Sep 2022 10:34:19 +0000 (16:04 +0530)
committerGaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
Fri, 16 Sep 2022 16:48:35 +0000 (22:18 +0530)
commitc4ad77f694e9737f512d4ff4c527e46d31c2732c
tree5f295254c711f50a21755d5e2b934a57b47282b4
parentacd9279fc2c198119e7430aa745f9723b5f683fc
Make RAM regions non-executable

This commit makes the privileged RAM and stack regions non-executable.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
portable/GCC/ARM_CM3_MPU/port.c
portable/GCC/ARM_CM4_MPU/port.c
portable/IAR/ARM_CM4F_MPU/port.c
portable/RVDS/ARM_CM4_MPU/port.c