zephyr/include/shell
Nicolas Pitre c2543320d8 ring_buffer: rationalize the item-based put and get methods
Conceptually, ring_buf_item_put() and ring_buf_item_get() are specialized
versions of ring_buf_put() and ring_buf_get(). Make it so to rationalize
the code to open the way for more optimizations.

This means we need specialized wrappers on top of ring_buf_init()
accordingly, given that the core machinery is now common and byte based.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2022-02-24 14:49:00 -08:00
..
shell_dummy.h shell: Parametrize dummy shell buffer size 2021-05-26 00:05:56 -04:00
shell_fprintf.h
shell_history.h ring_buffer: rationalize the item-based put and get methods 2022-02-24 14:49:00 -08:00
shell_log_backend.h logging: Deprecate v1, default to v2 2022-01-17 15:49:10 -05:00
shell_rtt.h
shell_telnet.h shell: telnet: Make sure the delayed work becomes idle after canceling 2021-04-12 11:47:24 -04:00
shell_types.h shell: rework vt100 commands storage 2021-09-28 20:02:01 -04:00
shell_uart.h shell: internal api update: uart backend 2021-01-14 12:07:25 +01:00
shell.h shell: Fix dictionary command naming 2022-02-04 11:14:21 +01:00