commit | 360ad9e27708373e13a425152904908cf10691a2 | [log] [tgz] |
---|---|---|
author | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Tue May 28 11:15:03 2019 +0200 |
committer | Andrew Boie <andrewboie@gmail.com> | Thu Jun 27 18:07:03 2019 -0700 |
tree | bb459a9f7c36c5a6cbddd214a1e184271ae5bc39 | |
parent | 6a9b3f5ddd30123c1474e1cacb9075d5d0273e07 [diff] |
arch: arm: mpu: program a wide MPU stack guard for FP capable threads For threads that appear to be FP-capable (i.e. with K_FP_REGS option flag set), we configure a wide MPU stack guard, if we build with stack protection enabled (CONFIG_MPU_STACK_GUARD=y). Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>