mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-03-02 05:55:27 -05:00
Code review suggestions
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
ea60cd130a
commit
b7c0fc1c8f
56 changed files with 225 additions and 162 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue