sanitycheck: remove unused platforms keyword
This keyword had no effect and was being copied over to many samples errornously. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
759b987f72
commit
10970a60c0
10 changed files with 0 additions and 12 deletions
|
@ -289,7 +289,6 @@ related to the sample and what is being demonstrated:
|
|||
sample:
|
||||
name: hello world
|
||||
description: Hello World sample, the simplest Zephyr application
|
||||
platforms: all
|
||||
tests:
|
||||
test:
|
||||
build_only: true
|
||||
|
|
|
@ -2,7 +2,6 @@ sample:
|
|||
description: userspace memory domain protection
|
||||
example application
|
||||
name: protected memory
|
||||
platforms: all
|
||||
common:
|
||||
tags: userspace
|
||||
harness: console
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
sample:
|
||||
description: Demonstration of the LP3943 LED driver
|
||||
name: LP3943 sample
|
||||
platforms: all
|
||||
tests:
|
||||
test:
|
||||
platform_whitelist: 96b_neonkey
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
sample:
|
||||
description: Demonstration of the lpd880x LED driver
|
||||
name: LPD880x sample
|
||||
platforms: all
|
||||
tests:
|
||||
test:
|
||||
platform_whitelist: 96b_carbon
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
sample:
|
||||
description: Demonstration of the PCA9633 LED driver
|
||||
name: PCA9633 sample
|
||||
platforms: all
|
||||
tests:
|
||||
test:
|
||||
platform_whitelist: stm32373c_eval
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
sample:
|
||||
description: Demonstration of the WS2812 LED driver
|
||||
name: WS2812 sample
|
||||
platforms: all
|
||||
tests:
|
||||
test:
|
||||
platform_whitelist: 96b_carbon bbc_microbit
|
||||
|
|
|
@ -2,7 +2,6 @@ sample:
|
|||
description: Hello World sample, the simplest Zephyr
|
||||
application
|
||||
name: hello world
|
||||
platforms: all
|
||||
common:
|
||||
tags: introduction
|
||||
harness: console
|
||||
|
|
|
@ -6,7 +6,6 @@ sample:
|
|||
to be run in real device. This cannot be run in
|
||||
QEMU.
|
||||
name: RPL node demo application
|
||||
platforms: all
|
||||
tests:
|
||||
test:
|
||||
platform_whitelist: quark_se_c1000_devboard nrf52840_pca10056
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
sample:
|
||||
description: Demonstration of the CCS811 Digital Gas Sensor driver
|
||||
name: CCS811 sample
|
||||
platforms: all
|
||||
tests:
|
||||
test:
|
||||
harness: sensor
|
||||
|
|
|
@ -106,9 +106,6 @@ mapping:
|
|||
"description":
|
||||
type: str
|
||||
required: no
|
||||
"platforms":
|
||||
type: str
|
||||
required: no
|
||||
# The list of testcases -- IDK why this is a sequence of
|
||||
# maps maps, shall just be a sequence of maps
|
||||
# maybe it is just an artifact?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue