Switched hub Freertos to multicore

This commit is contained in:
AlexanderHD27
2025-01-03 12:48:10 +01:00
parent 1fd8737fe4
commit bac01e3a9b
9 changed files with 55 additions and 24 deletions

View File

@@ -104,10 +104,11 @@
#if FREE_RTOS_KERNEL_SMP // set by the RP2040 SMP port of FreeRTOS
/* SMP port only */
#define configNUMBER_OF_CORES 1
#define configNUMBER_OF_CORES 2
#define configTICK_CORE 0
#define configRUN_MULTIPLE_PRIORITIES 1
#define configUSE_CORE_AFFINITY 0
#define configUSE_CORE_AFFINITY 1
#define configUSE_PASSIVE_IDLE_HOOK 0
#endif
/* RP2040 specific */