FreeRTOS-Kernel/portable/ThirdParty
Timo Sandmann 4832377117
smp branch: bugfix for race condition on RP2040 (#431)
* Bugfix for race condition on RP2040 in vPortEnableInterrupts()

RP2040 SMP port: Since spin_unlock() re-enables interrupts, pxYieldSpinLock has to be updated first to avoid a possible race condition.

* Bugfix for invalid sanity checks on RP2040

RP2040 SMP port: Testing pxYieldSpinLock for NULL does not work reliable in these places, because another/new lock might already be set when configASSERT() is executed.
2021-12-28 12:30:03 -08:00
..
CDK/T-HEAD_CK802 Style: Revert uncrustify for portable directories (#122) 2020-08-17 10:51:02 -07:00
GCC smp branch: bugfix for race condition on RP2040 (#431) 2021-12-28 12:30:03 -08:00
xClang Fix XCore DP/CP register corruption bug (#352) 2021-06-28 08:44:24 -07:00