Code review suggestions

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
Gaurav Aggarwal 2024-06-17 16:19:14 +00:00 committed by Ahmed Ismail
parent ea60cd130a
commit b7c0fc1c8f
56 changed files with 225 additions and 162 deletions

View file

@ -65,9 +65,9 @@
#define tskMPU_REGION_EXECUTE_NEVER ( 1U << 2U )
#define tskMPU_REGION_NORMAL_MEMORY ( 1U << 3U )
#define tskMPU_REGION_DEVICE_MEMORY ( 1U << 4U )
#if ( portHAS_ARMV8_1_M_EXTENSION == 1 )
#if ( portARMV8M_MINOR_VERSION >= 1 )
#define tskMPU_REGION_PRIVILEGED_EXECUTE_NEVER ( 1U << 5U )
#endif /* portHAS_ARMV8_1_M_EXTENSION == 1 */
#endif /* portARMV8M_MINOR_VERSION >= 1 */
/* MPU region permissions stored in MPU settings to
* authorize access requests. */