203 Commits (a6ab43aa888b13d72ea3b7e51a6fb6f4c294d9f0)

Author SHA1 Message Date
Jakub Rzeszutko b64fb7c92d shell: make detecting help option optional 4 years ago
Dan Kalowsky 305ba26c6e subsys/shell: check for shell context before accessing it 4 years ago
Jakub Rzeszutko 889e37b8d9 shell: shell_utils internal api update 5 years ago
Jakub Rzeszutko 0eea85bf08 shell: shell_ops internal api update 5 years ago
Jakub Rzeszutko 52c999210f shell: internal api update in shell.h 5 years ago
Jakub Rzeszutko 37e8d825bf shell: internal api update: log backend 5 years ago
Jakub Rzeszutko 91b01ce703 shell: internal api update: history module 5 years ago
Jakub Rzeszutko 58c7114c17 shell: internal api update: wildcards 5 years ago
Jakub Rzeszutko fb6155a242 shell: internal api update: help module 5 years ago
Jakub Rzeszutko 460995c810 shell: internal api update: fprintf 5 years ago
Jakub Rzeszutko 6e18a63f9b shell: move help command to shell.c 5 years ago
Jakub Rzeszutko de7e208d8d shell: tab feature optimization 5 years ago
Jakub Rzeszutko 572d2b02a2 shell: select command feature optimalization 5 years ago
Jakub Rzeszutko 0e91aada4a shell: history feature optimization 5 years ago
Jakub Rzeszutko 137b7ec5bd shell: help functions update 5 years ago
Jakub Rzeszutko bf5cf84191 shell: fix Tab crashing issue 5 years ago
Krzysztof Chruscinski 770f232a67 shell: Fix case when too many arguments are provided 5 years ago
Jakub Rzeszutko 5554bdcab3 shell: fix printing from other threads 5 years ago
Flavio Ceolin 0aaae4a039 guideline: Make explicit fallthrough cases 5 years ago
Jakub Rzeszutko 0200c4cf07 shell: add state_get function 5 years ago
Jakub Rzeszutko dd9dac8694 shell: add missing mutex protection 5 years ago
Jakub Rzeszutko dac8728856 shell: Add warning about not initialized backend 5 years ago
Jakub Rzeszutko 920e64cfd4 shell: fix possible deadlock in shell_fprintf 5 years ago
Jakub Rzeszutko e76cd05e18 shell: fix select command 5 years ago
Jakub Rzeszutko 49a04a859c shell: fix prompting dynamic commands 5 years ago
Simon Glass 84e9c7c63d shell: Export shell_hexdump_line() 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Marcin Niestroj 62b985409e shell: fix showing 'command not found' 5 years ago
Krzysztof Chruscinski 1fb61ea01e shell: Move default terminal width and height to Kconfig 5 years ago
Krzysztof Chruscinski 512de5ecac shell: Refactor command execution to enable raw arguments 5 years ago
Simon Glass fc0e10d064 shell: Support output using a va_list 5 years ago
Marcin Niestroj 6fdb9e6ded shell: dump characters in shell_hexdump 5 years ago
Krzysztof Chruscinski 53b5bae41b shell: Refactor command getters 5 years ago
Krzysztof Chruscinski 450c6b44f9 shell: Add shell_set_root_cmd function 5 years ago
Peter Bigot e2e74c0f53 shell: fix return after taking lock 5 years ago
Marcin Niestroj c2543ddbfa shell: fix race condition in shell instance initialization 6 years ago
Krzysztof Chruscinski 6b31d67c6d shell: Fix potential overwrite when using strncpy 6 years ago
Krzysztof Chruscinski 61d12cad78 shell: Use temp_buffer in tab completion 6 years ago
Andrew Boie a7787c8519 shell: fix configuration issue 6 years ago
Alberto Escolar Piedras bdb0284b82 shell: Fix undefined macro warnings 6 years ago
Anas Nashif e1e05a2eac cleanup: include/: move atomic.h to sys/atomic.h 6 years ago
Marcin Niestroj 0d6fabe6c3 shell: add Ctrl+N and Ctrl+P meta-keys 6 years ago
Nicolas Pitre 6311766d9a pointer-type args: cast appropriately to be 64-bit compatible 6 years ago
Jakob Olesen 71260d88d5 shell: Initialize va_list variables portably. 6 years ago
Jakub Rzeszutko b633e431a4 shell: add select command 6 years ago
Krzysztof Chruscinski 3b99b20ff0 shell: Move signals initialization from thread to init 6 years ago
Krzysztof Chruscinski 7e26f53470 shell: Add macros for creating conditional commands 6 years ago
Luiz Augusto von Dentz 65e350e6af Shell: Introduce shell_hexdump 6 years ago
Jim Paris 38ecf5b41f shell: Consume all input data 6 years ago
Patrik Flykt 24d71431e9 all: Add 'U' suffix when using unsigned variables 6 years ago