Benjamin Cabé
2967d83ab1
drivers: serial: uart_shell: adopt SHELL_HELP
...
Adopt SHELL_HELP macro for UART shell
Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2025-06-18 07:37:49 +02:00
Daniel Schultz
e1db87e515
driver: serial: uart_shell: Add read command
...
This command waits for a given time (in seconds) and will continuously
poll from the UART device and print on the Shell console. This command
can be used to also test the RX line.
Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
2025-06-13 14:29:09 +02:00
Yishai Jaffe
12240a9058
shell: uart: add write command
...
Added a command to write to a uart device.
Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
2025-01-23 16:30:39 +01:00
Yishai Jaffe
1709731c5c
shell: uart: fixed indentation
...
Fixed indentation to match line above.
Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
2025-01-23 16:30:39 +01:00
Yishai Jaffe
6ba0563fe2
shell: uart: added shell command
...
Added shell command for UART. Currently only able to set baudrate and
flow control.
Signed-off-by: Yishai Jaffe <yishai1999@gmail.com>
2025-01-06 20:34:52 +01:00