zephyr/subsys/shell/backends
Henrik Brix Andersen 159f7dbbb1 lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h
Move the network buffer header file from zephyr/net/buf.h to
zephyr/net_buf.h as the implementation now lives outside of the networking
subsystem.

Add (deprecated) zephyr/net/buf.h header to maintain compatibility with old
file path.

Signed-off-by: Henrik Brix Andersen <henrik@brixandersen.dk>
2024-09-07 11:19:05 -05:00
..
CMakeLists.txt shell: add shell backend for audio DSP using shared memory window 2024-05-31 08:07:03 +02:00
Kconfig.backends shell: backends: uart: add option to force tx blocking 2024-08-21 18:25:14 +01:00
shell_adsp_memory_window.c shell: add shell backend for audio DSP using shared memory window 2024-05-31 08:07:03 +02:00
shell_dummy.c shell: fix MISRA 5.7 violations on struct shell 2023-04-14 12:21:08 +02:00
shell_mqtt.c shell: mqtt: Avoid using POSIX function names 2024-03-27 13:40:13 -05:00
shell_rpmsg.c shell: backends: Add RPMsg shell backend 2024-03-01 14:10:24 +01:00
shell_rtt.c shell: backends: rtt: Set panic_mode flag 2024-09-04 09:54:39 +02:00
shell_telnet_protocol.h net: telnet: Fix spelling in command defines 2024-03-11 15:09:32 -05:00
shell_telnet.c net: Start socket service thread by net core init 2024-06-03 09:49:01 +02:00
shell_uart.c lib: net_buf: rename header file from zephyr/net/buf.h to zephyr/net_buf.h 2024-09-07 11:19:05 -05:00