FreeRTOS-Kernel/portable/GCC/ARM_CRx_MPU
Dennis Lambe Jr. c5bec0e4b2
LLVM assembler compatibility for ARM_CRx_MPU (#1303)
GNU as makes unrecognized sections loadable and writable by default, but
LLVM's assembler requires specifying flags explicitly. Without them, the
linker generates "has non-ABS relocation" errors when trying to link the
resulting object files.
2025-08-05 16:02:03 +05:30
..
mpu_wrappers_v2_asm.S LLVM assembler compatibility for ARM_CRx_MPU (#1303) 2025-08-05 16:02:03 +05:30
port.c Fix spelling typos (#1168) 2024-11-01 10:09:49 -07:00
portASM.S LLVM assembler compatibility for ARM_CRx_MPU (#1303) 2025-08-05 16:02:03 +05:30
portmacro.h Fix spelling typos (#1168) 2024-11-01 10:09:49 -07:00
portmacro_asm.h Fix spelling typos (#1168) 2024-11-01 10:09:49 -07:00