File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 105
105
#if FREE_RTOS_KERNEL_SMP // set by the RP2040 SMP port of FreeRTOS
106
106
/* SMP port only */
107
107
#define configNUM_CORES 2
108
+ #define configNUMBER_OF_CORES configNUM_CORES
108
109
#define configTICK_CORE 0
109
110
#define configRUN_MULTIPLE_PRIORITIES 1
110
111
#define configUSE_CORE_AFFINITY 1
112
+ #define configUSE_PASSIVE_IDLE_HOOK 0
111
113
#endif
112
114
113
115
/* RP2040 specific */
Original file line number Diff line number Diff line change 105
105
#if FREE_RTOS_KERNEL_SMP // set by the RP2040 SMP port of FreeRTOS
106
106
/* SMP port only */
107
107
#define configNUM_CORES 2
108
+ #define configNUMBER_OF_CORES configNUM_CORES
108
109
#define configTICK_CORE 0
109
110
#define configRUN_MULTIPLE_PRIORITIES 1
110
111
#define configUSE_CORE_AFFINITY 1
112
+ #define configUSE_PASSIVE_IDLE_HOOK 0
111
113
#endif
112
114
113
115
/* RP2040 specific */
Original file line number Diff line number Diff line change 105
105
#if FREE_RTOS_KERNEL_SMP // set by the RP2040 SMP port of FreeRTOS
106
106
/* SMP port only */
107
107
#define configNUM_CORES 2
108
+ #define configNUMBER_OF_CORES configNUM_CORES
108
109
#define configTICK_CORE 0
109
110
#define configRUN_MULTIPLE_PRIORITIES 1
110
111
#define configUSE_CORE_AFFINITY 1
112
+ #define configUSE_PASSIVE_IDLE_HOOK 0
111
113
#endif
112
114
113
115
/* RP2040 specific */
You can’t perform that action at this time.
0 commit comments