mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-05-12 11:42:57 -04:00
Add affinity to IDLE tasks in SMP systems
This commit is contained in:
parent
a8c9d35152
commit
b90464f4c2
2 changed files with 9 additions and 0 deletions
|
|
@ -377,6 +377,10 @@
|
|||
#define configIDLE_SHOULD_YIELD 1
|
||||
#endif
|
||||
|
||||
#ifndef configIDLE_AFFINITY
|
||||
#define configIDLE_AFFINITY 0
|
||||
#endif
|
||||
|
||||
#if configMAX_TASK_NAME_LEN < 1
|
||||
#error configMAX_TASK_NAME_LEN must be set to a minimum of 1 in FreeRTOSConfig.h
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue