mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-06-19 17:43:42 +02: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:
parent
d3b074a01e
commit
b4005374c7
@ -50,7 +50,7 @@
|
||||
.global vPortRestoreTaskContext
|
||||
.global vPortInitialiseFPSCR
|
||||
.global ulReadAPSR
|
||||
.global vPortYield
|
||||
.weak vPortYield
|
||||
.global vPortEnableInterrupts
|
||||
.global vPortDisableInterrupts
|
||||
.global ulPortSetInterruptMaskFromISR
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user