Skip to content

Commit 9322a23

Browse files
martinjaegerMaureenHelm
authored andcommitted
samples: drivers: uart: move echo_bot into dedicated folder
The STM32 single_wire example was merged in parallel to this sample and ended up as a sub-folder of this one. Separate both into their own folders. Signed-off-by: Martin Jäger <[email protected]>
1 parent 3061287 commit 9322a23

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

samples/drivers/uart/CMakeLists.txt renamed to samples/drivers/uart/echo_bot/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
cmake_minimum_required(VERSION 3.20.0)
44

55
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
6-
project(uart_sample)
6+
project(uart_echo_bot)
77

88
target_sources(app PRIVATE src/main.c)

samples/drivers/uart/README.rst renamed to samples/drivers/uart/echo_bot/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Build and flash the sample as follows, changing ``nrf52840dk_nrf52840`` for
2424
your board:
2525

2626
.. zephyr-app-commands::
27-
:zephyr-app: samples/drivers/uart
27+
:zephyr-app: samples/drivers/uart/echo_bot
2828
:board: nrf52840dk_nrf52840
2929
:goals: build flash
3030
:compact:
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)