FreeRTOS-Kernel/portable/ThirdParty
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
..
CDK/T-HEAD_CK802 Style: Revert uncrustify for portable directories (#122) 2020-08-17 10:51:02 -07:00
GCC Added a rough pico support. Remove rtos_prints from task.c 2021-03-16 16:06:23 -07:00
xClang Fix XCore DP/CP register corruption bug (#352) 2021-06-28 08:44:24 -07:00