Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions samples/zephyr/hello-world/sample.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
sample:
name: Application Skeleton
description: Basic "hello world" application, but loadable by mcuboot
platforms: all
common:
sysbuild: true
tests:
- test:
build_only: true
tags: samples tests
min_ram: 16
mcuboot.samples.zephyr.hello_world.sysbuild:
build_only: true
tags:
- samples
- tests
min_ram: 16
Loading