zephyr/subsys/shell
Flavio Ceolin aecd4ecb8d kernel: Change k_poll_signal api
k_poll_signal was being used by both, struct and function. Besides
this being extremely error prone it is also a MISRA-C violation.
Changing the function to contain a verb, since it performs an action
and the struct will be a noun. This pattern must be formalized and
followed and across the project.

MISRA-C rules 5.7 and 5.9

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2018-11-04 11:37:24 -05:00
..
modules shell: kernel: list configured devices 2018-10-18 10:15:50 -04:00
CMakeLists.txt shell: Add a Segger RTT backend 2018-11-02 12:19:58 -04:00
Kconfig shell: Enable backends via Kconfig file 2018-10-05 10:04:44 +02:00
Kconfig.backends shell: Add a Segger RTT backend 2018-11-02 12:19:58 -04:00
legacy_shell.c shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
shell_cmds.c shell: commands help unification 2018-10-19 13:35:56 +02:00
shell_dummy.c doc: shell: add information about dummy backend 2018-10-28 11:45:41 -04:00
shell_fprintf.c shell: parsing output LF character 2018-10-10 10:45:28 +02:00
shell_history.c shell: fix history feature 2018-10-24 14:31:25 +01:00
shell_log_backend.c kernel: Change k_poll_signal api 2018-11-04 11:37:24 -05:00
shell_ops.c subsys : shell : Added API changing prompt 2018-09-24 13:17:24 +02:00
shell_ops.h shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
shell_rtt.c shell: Add a Segger RTT backend 2018-11-02 12:19:58 -04:00
shell_service.c shell: Rename shell to legacy_shell 2018-09-19 09:30:29 -04:00
shell_uart.c shell: fix possible hanging reason when history feature is used 2018-11-01 13:39:20 +01:00
shell_utils.c shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
shell_utils.h shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
shell_vt100.h shell: Shell subsystem reimplementation 2018-09-19 09:30:29 -04:00
shell_wildcard.c shell: fix assert in wildcard plugin 2018-10-29 09:58:08 +00:00
shell_wildcard.h shell: Add wildcard support 2018-09-19 09:30:29 -04:00
shell.c kernel: Change k_poll_signal api 2018-11-04 11:37:24 -05:00