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 25f9222fed
armv8.1-m: Remove portHAS_PACBTI_FEATURE macro (#1192)
The PACBTI is an optional hardware security feature,
the current implementation assumes that every SoC that
has Armv8.1-M architecture extension, has the PACBTI
hardware feature, which does not have to be the case.
Hence, the `portHAS_PACBTI_FEATURE` is removed
and the implementation is modified to rely on
`configENABLE_PAC` and `configENABLE_BTI` macros
that can either be set using CMake or FreeRTOSConfig.h
header file.

Enabling PAC and/or BTI on a port variant that
doesn't have the PACBTI hardware feature would be
caught by a `configASSERT` statement.

Signed-off-by: Ahmed Ismail <Ahmed.Ismail@arm.com>
Co-authored-by: Tony Josi <tonyjosi@amazon.com>
3 months ago
..
CMakeLists.txt Fix circular dependency in CMake project (#700) 2 years ago
FreeRTOS.h armv8.1-m: Remove portHAS_PACBTI_FEATURE macro (#1192) 3 months ago
StackMacros.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
atomic.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
croutine.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
deprecated_definitions.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
event_groups.h Event Groups: snapshot xEventGroupSetBits returning value while in vTaskSuspendAll (#1143) 5 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 Fix variable name mismatch, mpu_wrappers type mismatch. (#1181) 3 months ago
mpu_syscall_numbers.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
mpu_wrappers.h Update MPU prototypes (#1150) 4 months ago
newlib-freertos.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
picolibc-freertos.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
portable.h Heap: add new API to reset xMinimumEverFreeBytesRemaining. (#1189) 3 months ago
projdefs.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
queue.h Updated the return values for functions in queue.c based on the actua… (#1117) 6 months ago
semphr.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
stack_macros.h Use Regex for Copyright Year in Header Check (#1002) 11 months ago
stdint.readme Use Regex for Copyright Year in Header Check (#1002) 11 months ago
stream_buffer.h Add Stream Batching Buffer (#916) 10 months ago
task.h Fix spelling typos (#1168) 3 months ago
timers.h Update comment in the example for declaration of xTimerReset (#1133) 5 months ago