-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sys: add some missing kconfig + adapt related tests when possible #19622
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would worry a bit about uuid as the random module is not always straightforward but something is better than nothing and I think it isn't too risky.
Everything else looks good.
ACK
bors merge |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Contribution description
tests/sys/sema_inv
is also adapted to use ztimer instead of xtimer.coding
,uuid
andut_process
are only tested in unittests which is not adapted to Kconfig.uuid
is also used by suit but this is not adapted to Kconfig yet.Testing procedure
tests/sys/sema_inv
andtests/sys/ssp
can also be built without errors using TEST_KCONFIG=1Issues/PRs references
split-out from #19492
#16875