We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d86cd commit aff3056Copy full SHA for aff3056
app/sample.yaml
@@ -0,0 +1,15 @@
1
+# This file is provided so that the application can be compiled using Twister,
2
+# the Zephyr testing tool. In this file, multiple combinations can be specified,
3
+# so that you can easily test all of them locally or in CI.
4
+sample:
5
+ description: Example application
6
+ name: example-application
7
+common:
8
+ build_only: true
9
+ integration_platforms:
10
+ - custom_plank
11
+ - nucleo_f302r8
12
+tests:
13
+ app.default: {}
14
+ app.debug:
15
+ extra_args: OVERLAY_CONFIG="debug.conf"
0 commit comments