zephyr/samples/subsys/shell/shell_module
Kumar Gala 831bd2f841 armclang: fix compiler warnings with isprint()
We get compile warnings of the form:

drivers/console/uart_console.c:508:8: error: converting the result of
'<<' to a boolean; did you mean
'((__aeabi_ctype_table_ + 1)[(byte)] << 28) != 0'?
 [-Werror,-Wint-in-bool-context]
                if (!isprint(byte)) {
                     ^

Since isprint returns an int, change check to an explicit test against
the return value.

Signed-off-by: Kumar Gala <kumar.gala@intel.com>
2023-03-17 09:30:01 +01:00
..
src armclang: fix compiler warnings with isprint() 2023-03-17 09:30:01 +01:00
CMakeLists.txt
Kconfig samples: fix shell_module Kconfig menu name 2022-07-20 09:41:32 -05:00
overlay-usb.conf samples: Explicitly disable boot USB device support init at boot 2023-01-10 12:21:10 +01:00
prj_getopt.conf
prj_login.conf
prj_minimal_rtt.conf
prj_minimal.conf
prj.conf
sample.yaml tests: fix filtering on integration platforms 2022-04-08 09:31:01 +02:00
usb.overlay samples: subsys: Remove label property from devicetree overlays 2022-07-19 10:30:20 +02:00