]> begriffs open source - freertos/commit
Use the linker script variables for MPU setup for Keil Simulator Demo
authorGaurav Aggarwal <aggarg@amazon.com>
Tue, 17 Dec 2019 00:14:26 +0000 (00:14 +0000)
committerGaurav Aggarwal <aggarg@amazon.com>
Tue, 17 Dec 2019 00:14:26 +0000 (00:14 +0000)
commitd449c8979d63cebb93bdba20a698ebae5f57e7d2
tree370bb4d517ef0b169fc4b9701354c66673d88c8a
parent66ce9f7d72a7baf1a841f675c6ca70387b96bb70
Use the linker script variables for MPU setup for Keil Simulator Demo

Earlier we were using hard-coded addresses for MPU setup which
were ensured to be the same as linker script setup. This change
updates the Keil Simulator demo to use the variables exported
from the linker script. This ensures that the MPU setup does not
go out of sync with linker script.
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/NonSecure/FreeRTOSDemo_ns.sct
FreeRTOS/Demo/CORTEX_MPU_M33F_Simulator_Keil_GCC/NonSecure/main_ns.c