Added support for the nucleo_wba55cg board to the uart/single_wire example. - Updated the overlay file to configure USART2 and LPUART1 for single-wire mode. - Modified sample.yaml to include nucleo_wba55cg in the list of supported boards. - Updated README.rst to provide generic, board-agnostic instructions for building and running the application. Signed-off-by: Lubos Koudelka <lubos.koudelka@st.com>
17 lines
336 B
YAML
17 lines
336 B
YAML
sample:
|
|
name: STM32 Single Wire UART sample
|
|
tests:
|
|
sample.boards.stm32.uart.single_wire:
|
|
platform_allow:
|
|
- stm32f3_disco
|
|
- nucleo_wba55cg
|
|
tags:
|
|
- drivers
|
|
- uart
|
|
harness: console
|
|
harness_config:
|
|
fixture: single_line_uart_loopback
|
|
type: one_line
|
|
regex:
|
|
- "Received c"
|