You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/include
Ahmed Ismail 31419bfcee
FreeRTOS MPU: Add Privileged eXecute Never MPU attribute support (#1092)
FreeRTOS MPU: Add privileged execute never MPU attribute

A new MPU region attribute Privileged eXecute Never (PXN)
is introduced in Armv8.1-M architecture, where if an MPU
region has PXN attribute set and the processor attempts
to execute the code inside with privileged level,
the Memory Management Fault exception would be triggered,
with IACCVIOL bit in MemManage Fault State Register set
to 1. The PXN feature allows privileged software to ensure
specific application tasks (threads) to execute in
unprivileged level only.

Signed-off-by: Ahmed Ismail <Ahmed.Ismail@arm.com>
8 months ago
..
CMakeLists.txt Fix circular dependency in CMake project (#700) 2 years ago
FreeRTOS.h Add traceSTARTING_SCHEDULER tracing hook. (#1082) 8 months ago
StackMacros.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
atomic.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
croutine.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
deprecated_definitions.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
event_groups.h Use suffix "U" for unsigned constant (#1041) 10 months ago
list.h Fix cmake example errors (#1037) 10 months ago
message_buffer.h Add Stream Batching Buffer (#916) 10 months ago
mpu_prototypes.h Add Stream Batching Buffer (#916) 10 months ago
mpu_syscall_numbers.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
mpu_wrappers.h Add MPU wrapper from xStreamBufferResetFromISR (#1034) 10 months ago
newlib-freertos.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
picolibc-freertos.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
portable.h Move header includes before extern c (#1047) 9 months ago
projdefs.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
queue.h Give queue set queues a unique type number. (#1083) 8 months ago
semphr.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
stack_macros.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago
stdint.readme Use Regex for Copyright Year in Header Check (#1002) 12 months ago
stream_buffer.h Add Stream Batching Buffer (#916) 10 months ago
task.h FreeRTOS MPU: Add Privileged eXecute Never MPU attribute support (#1092) 8 months ago
timers.h Use Regex for Copyright Year in Header Check (#1002) 12 months ago