Gaurav-Aggarwal-AWS 676d99e302
Use configSYSTICK_CLOCK_HZ to configure SysTick ()
configSYSTICK_CLOCK_HZ should be used to configure SysTick to support
the use case when the clock for SysTick timer is scaled from the main
CPU clock.

configSYSTICK_CLOCK_HZ is defined to configCPU_CLOCK_HZ when it is not
defined in FreeRTOSConfig.h.

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
..
portable Style: uncrustify kernel files
ReadMe.txt Re-sync with upstream and stripping away none kernel related.
port.c Use configSYSTICK_CLOCK_HZ to configure SysTick ()
portasm.h Style: uncrustify kernel files

ReadMe.txt

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This directory tree contains the master copy of the FreeeRTOS Cortex-M33 port.

Do not use the files located here!  These file are copied into separate

FreeRTOS/Source/portable/[compiler]/ARM_CM33_NNN directories prior to each

FreeRTOS release.



If your Cortex-M33 application uses TrustZone then use the files from the

FreeRTOS/Source/portable/[compiler]/ARM_CM33 directories.



If your Cortex-M33 application does not use TrustZone then use the files from

the FreeRTOS/Source/portable/[compiler]/ARM_CM33_NTZ directories.