-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Shell kernel cmds adaptation #9363
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
Shell kernel cmds adaptation #9363
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9363 +/- ##
=======================================
Coverage 52.58% 52.58%
=======================================
Files 213 213
Lines 26148 26148
Branches 5636 5636
=======================================
Hits 13749 13749
Misses 10145 10145
Partials 2254 2254 Continue to review full report at Codecov.
|
1c950b6
to
25e71e7
Compare
@nordic-krch please rebase |
25e71e7
to
a2954a2
Compare
rebased, removed DNM label. |
I am not getting the expected command when I run this for qemu_x86 |
@nashif by default kernel commands are disabled in menuconfig in this example. I ran enable them by default. |
ah, no wonder. Not sure why it was disabled. Can we enable this again? |
Kernel commands ported to new shell. Signed-off-by: Krzysztof Chruscinski <[email protected]>
Enable kernel shell and adapt test data and remove limited whitelisting. Signed-off-by: Anas Nashif <[email protected]>
a2954a2
to
624a021
Compare
PR contains #9362 and should be merged together or after 'parent' PR.
Commands from kernel_service.c ported to new shell subsystem.
Fixes #8880