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
fix(zephyr): uppercase root Kconfig symbol ARBITER
All tests and samples use CONFIG_ARBITER=y, but the root Kconfig symbol was
lowercase 'arbiter'. Zephyr Kconfig treated CONFIG_ARBITER as undefined and
aborted Twister. Rename menuconfig/if/endif to ARBITER.
Co-Authored-By: Oz <oz-agent@warp.dev>
0 commit comments