You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
}; /**< Holds the handles of the idle tasks. The idle tasks are created automatically when the scheduler is started. */
444
+
PRIVILEGED_DATAstaticTaskHandle_txIdleTaskHandles[ configNUMBER_OF_CORES ]; /**< Holds the handles of the idle tasks. The idle tasks are created automatically when the scheduler is started. */
448
445
449
446
/* Improve support for OpenOCD. The kernel tracks Ready tasks via priority lists.
450
447
* For tracking the state of remote threads, OpenOCD uses uxTopUsedPriority
0 commit comments