FreeRTOS-Kernel/portable/GCC/ARM_CM23/non_secure
Jeff Tenney b13e2698bb
Work around SysTick bug for QEMU ARMv8-M (#724)
* Set SysTick CLKSOURCE bit before enabling SysTick

* Use portNVIC_SYSTICK_CLK_BIT_CONFIG

The workaround now uses portNVIC_SYSTICK_CLK_BIT_CONFIG instead of
portNVIC_SYSTICK_CLK_BIT, which saves us from having to explain in the
comments why it's OK to temporarily set the CLKSOURCE bit even if the
user's FreeRTOS configuration clears the CLKSOURCE bit.

Using portNVIC_SYSTICK_CLK_BIT_CONFIG here still correctly prevents the
firmware from triggering the QEMU bug.
2023-07-27 10:22:13 +05:30
..
mpu_wrappers_v2_asm.c Memory Protection Unit (MPU) Enhancements (#705) 2023-07-13 16:51:04 +05:30
port.c Work around SysTick bug for QEMU ARMv8-M (#724) 2023-07-27 10:22:13 +05:30
portasm.c Memory Protection Unit (MPU) Enhancements (#705) 2023-07-13 16:51:04 +05:30
portasm.h Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
portmacro.h Add port-optimised task selection for ARMv8-M (#703) 2023-07-19 18:08:05 +05:30
portmacrocommon.h Add port-optimised task selection for ARMv8-M (#703) 2023-07-19 18:08:05 +05:30