zephyr/subsys/shell
Mark Ruvald Pedersen d67096da05 portability: Avoid void* arithmetics which is a GNU extension
Under GNU C, sizeof(void) = 1. This commit merely makes it explicit u8.

Pointer arithmetics over void types is:
 * A GNU C extension
 * Not supported by Clang
 * Illegal across all ISO C standards

See also: https://gcc.gnu.org/onlinedocs/gcc/Pointer-Arith.html

Signed-off-by: Mark Ruvald Pedersen <mped@oticon.com>
2018-09-28 07:57:28 +05:30
..
modules shell: kernel: add more thread data to threads command 2018-09-27 08:58:55 +05:30
CMakeLists.txt
Kconfig subsys: shell: Add missing dependency to SERIAL 2018-09-27 17:24:34 +02:00
legacy_shell.c
shell_cmds.c
shell_fprintf.c subsys: shell: support posix arch 2018-09-27 17:24:34 +02:00
shell_history.c
shell_log_backend.c
shell_ops.c
shell_ops.h
shell_service.c
shell_uart.c
shell_utils.c
shell_utils.h
shell_vt100.h
shell_wildcard.c
shell_wildcard.h
shell.c portability: Avoid void* arithmetics which is a GNU extension 2018-09-28 07:57:28 +05:30