FreeRTOS: configure SMP support for AutoBaud

This commit is contained in:
martamomotko
2025-11-06 11:19:44 +00:00
parent 2e61c95048
commit 457e048dff

View File

@@ -102,9 +102,11 @@
*/
/* SMP port only */
#define configNUM_CORES 1
#define configTICK_CORE 1
#define configNUMBER_OF_CORES 2
#define configTICK_CORE 0
#define configUSE_CORE_AFFINITY 1
#define configRUN_MULTIPLE_PRIORITIES 1
#define configUSE_PASSIVE_IDLE_HOOK 0
/* RP2040 specific */
#define configSUPPORT_PICO_SYNC_INTEROP 1