From 8f9deb451470c7918147ea01195cc59e5720f4ff Mon Sep 17 00:00:00 2001 From: Soren Ptak Date: Tue, 9 Jan 2024 11:34:48 -0500 Subject: [PATCH] Add the system call table as an actual extern declaration to the ASM file --- portable/GCC/ARM_CRx_MPU/portASM.S | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/portable/GCC/ARM_CRx_MPU/portASM.S b/portable/GCC/ARM_CRx_MPU/portASM.S index 63ba3cf47..c7278859d 100644 --- a/portable/GCC/ARM_CRx_MPU/portASM.S +++ b/portable/GCC/ARM_CRx_MPU/portASM.S @@ -39,6 +39,7 @@ /* External FreeRTOS-Kernel Variables */ .extern pxCurrentTCB + .extern uxSystemCallImplementations .extern ulPortInterruptNesting .extern ulICCEOIR .extern ulPortYieldRequired @@ -125,7 +126,7 @@ * R2 Will hold ulRegionSize * R3 will hold ulRegionAttribute * R4 will hold ulRegionBaseAddress - * R5 will hold the MPU Region number */ + * R5 will hold the MPU Region number */ /* Select the MPU Region using R5 */ MCR p15, #0, R5, c6, c2, #0