16 lines
439 B
YAML
16 lines
439 B
YAML
# This file is provided so that the application can be compiled using Twister,
|
|
# the Zephyr testing tool. In this file, multiple combinations can be specified,
|
|
# so that you can easily test all of them locally or in CI.
|
|
sample:
|
|
description: LR-EnviroStation
|
|
name: LR-EnviroStation
|
|
common:
|
|
build_only: true
|
|
integration_platforms:
|
|
- nucleo_f446re
|
|
tests:
|
|
app.default: {}
|
|
app.debug:
|
|
extra_overlay_confs:
|
|
- debug.conf
|