FreeRTOS-Kernel/portable/ARMv8M/non_secure
Gaurav-Aggarwal-AWS 3b18a07568
Add .syntax unified to GCC assembly functions (#538)
This fixes the compilation issue with XC32 compiler.

It was reported here - https://forums.freertos.org/t/xc32-v4-00-error-with-building-freertos-portasm-c/14357/4

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>

Co-authored-by: Paul Bartell <pbartell@amazon.com>
2022-08-07 22:46:11 +05:30
..
portable Add .syntax unified to GCC assembly functions (#538) 2022-08-07 22:46:11 +05:30
port.c Add support for 16 MPU regions to GCC Cortex-M33 ports (#448) 2022-02-07 16:51:19 -08:00
portasm.h Normalize files with mixed line endings (introduced in commit 3a413d1) 2021-06-01 17:55:18 -07:00
portmacrocommon.h Add suppport for ARM CM55 (#494) 2022-06-01 15:00:10 -07:00
ReadMe.txt Add suppport for ARM CM55 (#494) 2022-06-01 15:00:10 -07:00

This directory tree contains the master copy of the FreeRTOS Armv8-M and
Armv8.1-M ports.
Do not use the files located here!  These file are copied into separate
FreeRTOS/Source/portable/[compiler]/ARM_CM[23|33|55]_NNN directories prior to
each FreeRTOS release.

If your Armv8-M/Armv8.1-M application uses TrustZone then use the files from the
FreeRTOS/Source/portable/[compiler]/ARM_CM[23|33|55] directories.

If your Armv8-M/Armv8.1-M application does not use TrustZone then use the files from
the FreeRTOS/Source/portable/[compiler]/ARM_CM[23|33|55]_NTZ directories.