FreeRTOS-Kernel/portable/ThirdParty/xClang
Michael Bruno a7092d400c
Fix XCore DP/CP register corruption bug (#352)
The kernel code that runs within RTOS ISRs requires that DP and CP not
be changed from their initial values. If a task changes them and is
interrupted while they are changed, then they must be restored for the
ISR. This commit implements this.

This relies on a corresponding change to the xcore lib_rtos_support.
2021-06-28 08:44:24 -07:00
..
XCORE200 Fix XCore DP/CP register corruption bug (#352) 2021-06-28 08:44:24 -07:00
XCOREAI Fix XCore DP/CP register corruption bug (#352) 2021-06-28 08:44:24 -07:00