mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-06-19 02:39:05 -04:00
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> |
||
---|---|---|
.. | ||
ARM_CM23 | ||
ARM_CM23_NTZ | ||
ARM_CM33 | ||
ARM_CM33_NTZ | ||
ARM_CM35P | ||
ARM_CM55 | ||
ARM_CM85 |