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:
parent
79158a777b
commit
9d0deabba2
6 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ Building and Running
|
||||||
Build and flash as follows, replacing ``stm32f3_disco`` with your board:
|
Build and flash as follows, replacing ``stm32f3_disco`` with your board:
|
||||||
|
|
||||||
.. zephyr-app-commands::
|
.. zephyr-app-commands::
|
||||||
:zephyr-app: samples/drivers/uart/stm32/single_wire
|
:zephyr-app: samples/boards/stm32/uart/single_wire
|
||||||
:board: stm32f3_disco
|
:board: stm32f3_disco
|
||||||
:goals: build flash
|
:goals: build flash
|
||||||
:compact:
|
:compact:
|
|
@ -1,7 +1,7 @@
|
||||||
sample:
|
sample:
|
||||||
name: STM32 Single Wire UART sample
|
name: STM32 Single Wire UART sample
|
||||||
tests:
|
tests:
|
||||||
sample.drivers.uart.stm32.single_wire:
|
sample.boards.stm32.uart.single_wire:
|
||||||
platform_allow: stm32f3_disco
|
platform_allow: stm32f3_disco
|
||||||
tags:
|
tags:
|
||||||
- drivers
|
- drivers
|
Loading…
Add table
Add a link
Reference in a new issue