fix: make vPortYield weak in ARM_CRx_No_GIC port

Mark vPortYield as a weak symbol so chips with a dedicated software
interrupt register can substitute their own yield trigger.

Default behaviour is unchanged when no strong override is linked.

Signed-off-by: Maxim De Clercq <maximdeclercq00@gmail.com>
This commit is contained in:
Maxim De Clercq 2026-05-09 12:26:52 +02:00
parent a8c9d35152
commit f7e264f369

View file

@ -50,7 +50,7 @@
.global vPortRestoreTaskContext
.global vPortInitialiseFPSCR
.global ulReadAPSR
.global vPortYield
.weak vPortYield
.global vPortEnableInterrupts
.global vPortDisableInterrupts
.global ulPortSetInterruptMaskFromISR