Skip to content

Commit

Permalink
fix(mcknly#20): need configUSE_PASSIVE_IDLE_HOOK defined for SMP vers…
Browse files Browse the repository at this point in the history
…ions of FreeRTOS
  • Loading branch information
kintar committed Jun 27, 2024
1 parent f08115a commit a9a0c63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rtos/FreeRTOSConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
#define configUSE_PREEMPTION 1
#define configUSE_TICKLESS_IDLE 0
#define configUSE_IDLE_HOOK 0
#define configUSE_PASSIVE_IDLE_HOOK 0
#define configUSE_TICK_HOOK 0
#define configTICK_RATE_HZ ( ( TickType_t ) 1000 )
#define configMAX_PRIORITIES 32
Expand Down Expand Up @@ -110,7 +111,7 @@
*/

/* SMP port only */
#define configNUM_CORES 2
#define configNUMBER_OF_CORES 2
#define configTICK_CORE 1
#define configRUN_MULTIPLE_PRIORITIES 1

Expand Down

0 comments on commit a9a0c63

Please sign in to comment.