Sadly this port seems outdated since the implemented functions do not match the required ones for the latest FreeRTOS release. This also applies for the Porting Checklist. Is anyone able to update the checklist?
These functions need to be implemented additionally when using SMP:
portGET_CORE_ID
portYIELD_CORE
portSET_INTERRUPT_MASK
portCLEAR_INTERRUPT_MASK
portRELEASE_TASK_LOCK
portGET_TASK_LOCK
portRELEASE_ISR_LOCK
portGET_ISR_LOCK
portENTER_CRITICAL_FROM_ISR
portEXIT_CRITICAL_FROM_ISR
Is there documentation on what these functions need to do?