shell: kernel: list configured devices

Very simple command to list configured devices and their priorities.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2018-10-05 09:38:55 -05:00
commit 79f434273e
5 changed files with 117 additions and 0 deletions

View file

@ -12,6 +12,7 @@
#include <misc/reboot.h>
#include <misc/stack.h>
#include <string.h>
#include <device.h>
static int cmd_kernel_version(const struct shell *shell,
size_t argc, char **argv)