FreeRTOS-Kernel/portable/ThirdParty/xClang/XCORE200
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
..
port.c Change XCC to xClang for XCore ports (#332) 2021-05-21 14:59:03 -07:00
port.xc Change XCC to xClang for XCore ports (#332) 2021-05-21 14:59:03 -07:00
portasm.S Fix XCore DP/CP register corruption bug (#352) 2021-06-28 08:44:24 -07:00
portmacro.h Change XCC to xClang for XCore ports (#332) 2021-05-21 14:59:03 -07:00
rtos_support_rtos_config.h Change XCC to xClang for XCore ports (#332) 2021-05-21 14:59:03 -07:00