Initial commit for scout_battery_test

This commit is contained in:
2026-02-03 10:37:55 +01:00
commit 24fc7915a3
6 changed files with 177 additions and 0 deletions

13
sample.yaml Normal file
View File

@@ -0,0 +1,13 @@
sample:
name: UART driver sample
tests:
sample.drivers.uart:
integration_platforms:
- qemu_x86
tags:
- serial
- uart
filter: CONFIG_SERIAL and
CONFIG_UART_INTERRUPT_DRIVEN and
dt_chosen_enabled("zephyr,shell-uart")
harness: keyboard