mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-05-12 11:42:57 -04:00
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:
parent
a8c9d35152
commit
f7e264f369
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@
|
||||||
.global vPortRestoreTaskContext
|
.global vPortRestoreTaskContext
|
||||||
.global vPortInitialiseFPSCR
|
.global vPortInitialiseFPSCR
|
||||||
.global ulReadAPSR
|
.global ulReadAPSR
|
||||||
.global vPortYield
|
.weak vPortYield
|
||||||
.global vPortEnableInterrupts
|
.global vPortEnableInterrupts
|
||||||
.global vPortDisableInterrupts
|
.global vPortDisableInterrupts
|
||||||
.global ulPortSetInterruptMaskFromISR
|
.global ulPortSetInterruptMaskFromISR
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue