commit | 6cb283d10684346ffab2c8cc3f0cdc9eef280de2 | [log] [tgz] |
---|---|---|
author | Gerard Marull-Paretas <gerard@teslabs.com> | Mon Mar 11 13:11:31 2024 +0100 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Tue Mar 12 10:58:51 2024 +0100 |
tree | 6cef95199a19f5981e99022dc0464a1f521d1bb6 | |
parent | 76f990730f629b011b7c1c34d706fa87bd0585d3 [diff] |
tests: arch: common: ramfunc: add nrf54h20pdk cpuapp overlays On nRF54H20, we need to configure RAM with execution permissions in order to execute code from it. This patch adds overlays for the nRF54H20 PDK cpuapp cores so that RAM0X region is given execution permissions and so the test runs successfully. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>