Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
samples: add mimxrt1060_evkb to sample.yaml allowlist
Browse files Browse the repository at this point in the history
This allows to build all samples and also run some of the samples on
mimxrt1060_evkb platform, by utilizing twister.

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
  • Loading branch information
mniestroj committed Sep 19, 2022
1 parent db214ab commit 006b014
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/hello/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ tests:
sample.golioth.hello.psk.fast:
platform_allow: >
esp32
mimxrt1060_evkb
nrf52840dk_nrf52840
qemu_x86
sample.golioth.hello.psk.long_start:
Expand Down
1 change: 1 addition & 0 deletions samples/hello_sporadic/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ common:
harness: net
platform_allow: >
esp32
mimxrt1060_evkb
nrf52840dk_nrf52840
nrf9160dk_nrf9160_ns
qemu_x86
Expand Down
1 change: 1 addition & 0 deletions samples/lightdb/get/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tests:
sample.golioth.lightdb_get.fast:
platform_allow: >
esp32
mimxrt1060_evkb
nrf52840dk_nrf52840
qemu_x86
extra_configs:
Expand Down
1 change: 1 addition & 0 deletions samples/lightdb/observe/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tests:
sample.golioth.lightdb_observe.fast:
platform_allow: >
esp32
mimxrt1060_evkb
nrf52840dk_nrf52840
qemu_x86
extra_configs:
Expand Down
1 change: 1 addition & 0 deletions samples/lightdb/set/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tests:
sample.golioth.lightdb_set.fast:
platform_allow: >
esp32
mimxrt1060_evkb
nrf52840dk_nrf52840
qemu_x86
extra_configs:
Expand Down
1 change: 1 addition & 0 deletions samples/lightdb_led/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tests:
sample.golioth.lightdb_led.fast:
platform_allow: >
esp32
mimxrt1060_evkb
nrf52840dk_nrf52840
qemu_x86
extra_configs:
Expand Down
1 change: 1 addition & 0 deletions samples/lightdb_stream/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tests:
sample.golioth.lightdb_stream.fast:
platform_allow: >
esp32
mimxrt1060_evkb
nrf52840dk_nrf52840
qemu_x86
sample.golioth.lightdb_stream.long_start:
Expand Down
1 change: 1 addition & 0 deletions samples/logging/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tests:
sample.golioth.logging.fast:
platform_allow: >
esp32
mimxrt1060_evkb
nrf52840dk_nrf52840
qemu_x86
sample.golioth.logging.long_start:
Expand Down
1 change: 1 addition & 0 deletions samples/settings/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ common:
harness: net
platform_allow: >
esp32
mimxrt1060_evkb
nrf52840dk_nrf52840
nrf9160dk_nrf9160_ns
qemu_x86
Expand Down
1 change: 1 addition & 0 deletions samples/test/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sample:
common:
harness: net
platform_allow: >
mimxrt1060_evkb
nrf52840dk_nrf52840
nrf9160dk_nrf9160_ns
tags: golioth socket
Expand Down

0 comments on commit 006b014

Please sign in to comment.