commit | 88959e75dd1b26918b05c1c238dd806d952c603b | [log] [tgz] |
---|---|---|
author | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Thu Jun 13 18:11:58 2019 +0200 |
committer | Andrew Boie <andrewboie@gmail.com> | Mon Jun 24 10:16:57 2019 -0700 |
tree | d78540e47d0a42e6b30b7fa7866879f4f12a98db | |
parent | 723aae950306c79ae4a29cf8d305ea310cd2237c [diff] |
scripts: gen_priv_stacks.py: use the right alignment for priv stacks The privilege stacks are not sandboxed inside an MPU region, so they do not have to be aligned with the stack buffer size. We fix this by using the PRIVILEGE_STACK_ALIGN macro, which is defined in arch.h and reflects the minimum alignment requirement for privilege stack buffers. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>