We get a few different CI failures associated with data type differences on various platforms. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
Fixes the format specifier type in a call to shell_printf(). Instead of printing with %x (which expects an unsigned int) for an address, it is now using %p. Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
Adds the stats shell command to list all stats and enable the command in the shell sample app. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>