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
Track normal IRQ nesting in the per-core ThreadX system state, while
keeping the scheduler SWI path separate from normal ISR dispatch.
Also make PortThreadSwitch claim the selected ready thread and restore
that same thread from _tx_thread_current_ptr, avoiding a later reload of
_tx_thread_execute_ptr that may have been changed by another hart.
Signed-off-by: Huaqi Fang <578567190@qq.com>
0 commit comments