freertos: add Kconfig FREERTOS_NO_AFFINITY constant

Use in place of tskNO_AFFINITY in Kconfig files
This commit is contained in:
Ivan Grokhotkov
2018-09-17 12:23:09 +08:00
parent 25c8ecaaf5
commit 5bcb7e26d7
3 changed files with 11 additions and 0 deletions

View File

@@ -93,6 +93,9 @@ extern "C" {
#define tskKERNEL_VERSION_MINOR 2
#define tskKERNEL_VERSION_BUILD 0
/**
* @brief Argument of xTaskCreatePinnedToCore indicating that task has no affinity
*/
#define tskNO_AFFINITY INT_MAX
/**