mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-08-01 10:44:40 +00:00
fix: make vPortYield weak in ARM_CRx_No_GIC port (#1414)
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:
@@ -50,7 +50,7 @@
|
||||
.global vPortRestoreTaskContext
|
||||
.global vPortInitialiseFPSCR
|
||||
.global ulReadAPSR
|
||||
.global vPortYield
|
||||
.weak vPortYield
|
||||
.global vPortEnableInterrupts
|
||||
.global vPortDisableInterrupts
|
||||
.global ulPortSetInterruptMaskFromISR
|
||||
|
||||
Reference in New Issue
Block a user