Add the system call table as an actual extern declaration to the ASM file

This commit is contained in:
Soren Ptak 2024-01-09 11:34:48 -05:00
parent aacae9f21c
commit 8f9deb4514

View file

@ -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