zephyr/drivers/console
Szymon Janc 07fb2e106b console: shell: Reduce stack usage of tab completion
Print commands names when matched instead of first creating
completion string in buffer. Common part of commands names
can only be reduced when matching further commands so only
first match needs to be kept for altering command line.

Change-Id: I5a9d2eb171ef4d31da9cbe6e93b577457b13c5a2
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
2016-06-02 13:28:15 +00:00
..
Kconfig Cleanup whitespace in Kconfig files 2016-05-25 13:28:07 -05:00
Makefile interrupts: new static IRQ API 2016-02-05 20:25:17 -05:00
console_handler_shell.c console: shell: Reduce stack usage of tab completion 2016-06-02 13:28:15 +00:00
ipm_console_receiver.c drivers: Replace DEV_INVALID_CONF by -EINVAL 2016-03-16 19:30:04 -04:00
ipm_console_sender.c drivers: Replace DEV_INVALID_CONF by -EINVAL 2016-03-16 19:30:04 -04:00
ram_console.c drivers: Replace DEV_OK by 0 2016-03-16 19:30:04 -04:00
uart_console.c console: Add support for commands completion 2016-05-26 12:02:51 +00:00
uart_pipe.c drivers/console: Fix flush data on uart_pipe_setup 2016-03-29 16:41:50 +00:00