minimal working example, still fails shutdown

This commit is contained in:
2026-02-15 20:23:39 +01:00
commit 2da06bf321
7 changed files with 111 additions and 0 deletions

17
config.yaml Normal file
View File

@@ -0,0 +1,17 @@
sample:
description: Hello World
name: beagleplay_mcu_hello_world
common:
min_ram: 1
min_flash: 4
tags: rproc
integration_platforms:
- beagleplay/am6254/m4
harness: console
harness_config:
type: one_line
regex:
- "Hello World! (.*)"
tests:
sample.basic.helloworld:
tags: introduction