zephyr/drivers/console
Krzysztof Chruscinski ff5f00f2c3 lib: ring_buffer: Rename sys_ring_buf_ to ring_buf_item_
Deprecate API prefixed with sys_ring_buf_ and rename it
to ring_buf_item_ since this API is not a typical ring buffer
but ring buffer of data items (metadata + 32bit words).

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-10-09 13:58:44 -04:00
..
CMakeLists.txt
Kconfig uart: Add driver for posix arch 2018-09-27 17:24:34 +02:00
Kconfig.telnet console: move to new logger 2018-10-08 17:49:12 -04:00
Kconfig.ws console: move to new logger 2018-10-08 17:49:12 -04:00
ipm_console_receiver.c lib: ring_buffer: Rename sys_ring_buf_ to ring_buf_item_ 2018-10-09 13:58:44 -04:00
ipm_console_sender.c
native_posix_console.c native_posix: Add missing headers and function prototypes 2018-08-02 19:14:19 +02:00
ram_console.c
rtt_console.c
telnet_console.c telnet_console: fix syntax 2018-10-08 17:49:12 -04:00
telnet_protocol.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
uart_console.c
uart_mcumgr.c
uart_pipe.c
websocket_console.c websocket_console: fix syntax 2018-10-08 17:49:12 -04:00
xtensa_sim_console.c