samples: stm32: move board-specific STM32 UART sample

The STM32 single-wire UART sample should live with board-specific
samples.

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
This commit is contained in:
Benjamin Cabé 2023-09-07 10:01:21 +02:00 committed by Carles Cufí
commit 9d0deabba2
6 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ Building and Running
Build and flash as follows, replacing ``stm32f3_disco`` with your board:
.. zephyr-app-commands::
:zephyr-app: samples/drivers/uart/stm32/single_wire
:zephyr-app: samples/boards/stm32/uart/single_wire
:board: stm32f3_disco
:goals: build flash
:compact:

View file

@ -1,7 +1,7 @@
sample:
name: STM32 Single Wire UART sample
tests:
sample.drivers.uart.stm32.single_wire:
sample.boards.stm32.uart.single_wire:
platform_allow: stm32f3_disco
tags:
- drivers