203 Commits (a6ab43aa888b13d72ea3b7e51a6fb6f4c294d9f0)

Author SHA1 Message Date
Michal Piekos 81bf6e746e shell: fixes shell dead code issue 4 months ago
Christopher Clingerman db9dccdc8a shell: rtt: increase bypass buffer size 5 months ago
Jakub Rzeszutko b0a0febe58 shell: fix unsafe API calls and add configurable autoflush behavior 6 months ago
Kristoffer Rist Skøien c73c5d985e shell: Added assert 9 months ago
Jakub Rzeszutko 5bb721264b shell: add generic RX buffer flush function 9 months ago
Pisit Sawangvonganan d207edb1cf shell: rename `shell_xxx_impl` wrapper functions to `shell_fprintf_xxx` 10 months ago
Théo Battrel 9aba9ddd0c Shell: Remove unnecessary new lines at startup 11 months ago
Pisit Sawangvonganan d5cd47fbb2 shell: introduce `shell_xxx_impl` wrapper functions for output macros 12 months ago
Jungo Lin fa716d9842 shell: fix index out bound issue 1 year ago
Al Semjonovs 0bca04635d shell: Allow extension of shell APIs 1 year ago
Jakub Rzeszutko f8263e8293 shell: Add synchronization for prompt-string access in shell 1 year ago
Jakub Rzeszutko 1261745b2c shell: fix shell_stop command 1 year ago
Brian Moran b411094b85 shell: Add a configuration for not printing shell messages 1 year ago
Jakub Rzeszutko 04de43b1a1 shell: Fix shell init procedure when configured as inactive on startup 1 year ago
Yong Cong Sin a068288091 shell: add new APIs to get the backend instances 2 years ago
Yong Cong Sin dd154406ba shell: make the backend thread name variable generic 2 years ago
Flavio Ceolin 564adad952 treewide: Add CODE_UNREACHABLE after k_thread_abort(current) 2 years ago
Jakub Rzeszutko 14b1d0283c shell: make ascii filtering optional 2 years ago
Lars Knudsen fb408077df shell: Fix shell_vfprintf when vt100 is disabled 2 years ago
Hunter Searle 898a59eb80 Shell: Edit shell to store/retrieve return values 2 years ago
Gerard Marull-Paretas a86ad87d84 shell: add missing blank line after declaration 2 years ago
Gerard Marull-Paretas 404b2ba474 shell: `signal` is a reserved identifier use `sig` instead. 2 years ago
Gerard Marull-Paretas 667eeb11fb shell: fix MISRA 5.7 violations on `struct shell` 2 years ago
Jakub Rzeszutko 336c0ed98f shell: fix assert when bypass mode is set 2 years ago
Kumar Gala 762b109179 shell: fix armclang compiler warnings with is*() functions 2 years ago
Kumar Gala 831bd2f841 armclang: fix compiler warnings with isprint() 2 years ago
Wojciech Slenska 6272ba2d5c shell: added function shell_use_vt100_set 2 years ago
Robert Lubos 55af3dd075 shell: Clear command buffer when leaving bypass mode 3 years ago
Wojciech Slenska 4b2fffc7f9 shell: added SHELL_AUTOSTART configuration option 3 years ago
Jakub Rzeszutko 66d4471d48 shell: add function checking shell readiness. 3 years ago
Jakub Rzeszutko 2b05f467f0 shell: add missing asserts to api functions 3 years ago
Eric Johnson 7f74797b8f shell: Fix handling mandatory args with optional raw arg 3 years ago
Gerhard Jörges d99827f0a5 shell: suppress newlines on boot when promt is an empty string 3 years ago
Gerard Marull-Paretas 5113c1418d subsystems: migrate includes to <zephyr/...> 3 years ago
Yuriy Vynnychek e71448a00d shell: fix missing "update" for the last RXRDY signal 3 years ago
Emil Gydesen 555f15deaa Shell: shell.c Use IN_RANGE macro from util.h 3 years ago
Krzysztof Chruscinski 262cc55609 logging: Deprecate v1, default to v2 4 years ago
Jakub Rzeszutko d4559f53fa lib: getopt: rework and extend getopt library 4 years ago
Jakub Rzeszutko 2b5723d455 shell: add init backend configuration 4 years ago
Yong Cong Sin c1a45596c6 subsys/shell: Use use_colors flag for shell instance 4 years ago
Jakub Rzeszutko 1d00a75d21 shell: improve shell_execute_cmd function 4 years ago
Uday Ammu 17d2e9d084 shell: optionally configure priority of the shell thread 4 years ago
Krzysztof Chruscinski e05aa6dc3e shell: Add option to bypass shell 4 years ago
Hans Wilmers 414603fc9c shell: optionally set shell root command using Kconfig 4 years ago
Dominik Ermel 3b49ed46df shell: Parametrize dummy shell buffer size 4 years ago
Krzysztof Chruscinski 0225ea7ab0 shell: Add callback to shell_uninit function 4 years ago
Pete Skeggs 75a74bfad2 shell: make flag modification atomic 4 years ago
Pete Skeggs c36fc5c3f2 shell: add obscured input mode 4 years ago
Jeremy Bettis d4316cc483 shell: Fix llvm-clang coverage without backend. 4 years ago
Jakub Rzeszutko 7e46765153 shell: add getopt library support 4 years ago