commit | e063ba1a52fa22f909323402bd4894dcde6c71e0 | [log] [tgz] |
---|---|---|
author | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Fri Jan 29 09:53:06 2021 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Feb 02 17:58:58 2021 -0500 |
tree | b590c1e8f085f24fb9e17d8aeb88a8c3d982b0d5 | |
parent | 86c1b571034384f8f76dc416263232e4963c396b [diff] |
arm: aarch32: introduce status bit-flag for the MPU region width Introduce an additional single-bit flag to hold the current length of the MPU Stack Guard size (long or default) for the case when building with MPU_STACK_GUARD and FPU_SHARING, in Cortex-M platforms. In addition, the commit adds some documentation about the existing status flags in Arm's thread arch.mode variable. Signed-off-by: Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no>