Add affinity to IDLE tasks in SMP systems (#1415)

This commit is contained in:
rus084 2026-05-17 23:36:59 +03:00 committed by GitHub
parent a8c9d35152
commit d3b074a01e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 17 additions and 1 deletions

View file

@ -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