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
extmod/zephyr_kernel: Fix mp_thread_start() to match ports/zephyr pattern.
Added missing mutex protection in mp_thread_start() and removed stack size
validation to exactly match ports/zephyr implementation.
Testing shows threads now execute (previously they never ran), but there are
still memory corruption issues suggesting stack or TLS problems remain.
Signed-off-by: Andrew Leech <[email protected]>
0 commit comments