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:
|
sample:
|
||||||
name: hello world
|
name: hello world
|
||||||
description: Hello World sample, the simplest Zephyr application
|
description: Hello World sample, the simplest Zephyr application
|
||||||
platforms: all
|
|
||||||
tests:
|
tests:
|
||||||
test:
|
test:
|
||||||
build_only: true
|
build_only: true
|
||||||
|
|
|
@ -2,7 +2,6 @@ sample:
|
||||||
description: userspace memory domain protection
|
description: userspace memory domain protection
|
||||||
example application
|
example application
|
||||||
name: protected memory
|
name: protected memory
|
||||||
platforms: all
|
|
||||||
common:
|
common:
|
||||||
tags: userspace
|
tags: userspace
|
||||||
harness: console
|
harness: console
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
sample:
|
sample:
|
||||||
description: Demonstration of the LP3943 LED driver
|
description: Demonstration of the LP3943 LED driver
|
||||||
name: LP3943 sample
|
name: LP3943 sample
|
||||||
platforms: all
|
|
||||||
tests:
|
tests:
|
||||||
test:
|
test:
|
||||||
platform_whitelist: 96b_neonkey
|
platform_whitelist: 96b_neonkey
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
sample:
|
sample:
|
||||||
description: Demonstration of the lpd880x LED driver
|
description: Demonstration of the lpd880x LED driver
|
||||||
name: LPD880x sample
|
name: LPD880x sample
|
||||||
platforms: all
|
|
||||||
tests:
|
tests:
|
||||||
test:
|
test:
|
||||||
platform_whitelist: 96b_carbon
|
platform_whitelist: 96b_carbon
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
sample:
|
sample:
|
||||||
description: Demonstration of the PCA9633 LED driver
|
description: Demonstration of the PCA9633 LED driver
|
||||||
name: PCA9633 sample
|
name: PCA9633 sample
|
||||||
platforms: all
|
|
||||||
tests:
|
tests:
|
||||||
test:
|
test:
|
||||||
platform_whitelist: stm32373c_eval
|
platform_whitelist: stm32373c_eval
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
sample:
|
sample:
|
||||||
description: Demonstration of the WS2812 LED driver
|
description: Demonstration of the WS2812 LED driver
|
||||||
name: WS2812 sample
|
name: WS2812 sample
|
||||||
platforms: all
|
|
||||||
tests:
|
tests:
|
||||||
test:
|
test:
|
||||||
platform_whitelist: 96b_carbon bbc_microbit
|
platform_whitelist: 96b_carbon bbc_microbit
|
||||||
|
|
|
@ -2,7 +2,6 @@ sample:
|
||||||
description: Hello World sample, the simplest Zephyr
|
description: Hello World sample, the simplest Zephyr
|
||||||
application
|
application
|
||||||
name: hello world
|
name: hello world
|
||||||
platforms: all
|
|
||||||
common:
|
common:
|
||||||
tags: introduction
|
tags: introduction
|
||||||
harness: console
|
harness: console
|
||||||
|
|
|
@ -6,7 +6,6 @@ sample:
|
||||||
to be run in real device. This cannot be run in
|
to be run in real device. This cannot be run in
|
||||||
QEMU.
|
QEMU.
|
||||||
name: RPL node demo application
|
name: RPL node demo application
|
||||||
platforms: all
|
|
||||||
tests:
|
tests:
|
||||||
test:
|
test:
|
||||||
platform_whitelist: quark_se_c1000_devboard nrf52840_pca10056
|
platform_whitelist: quark_se_c1000_devboard nrf52840_pca10056
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
sample:
|
sample:
|
||||||
description: Demonstration of the CCS811 Digital Gas Sensor driver
|
description: Demonstration of the CCS811 Digital Gas Sensor driver
|
||||||
name: CCS811 sample
|
name: CCS811 sample
|
||||||
platforms: all
|
|
||||||
tests:
|
tests:
|
||||||
test:
|
test:
|
||||||
harness: sensor
|
harness: sensor
|
||||||
|
|
|
@ -106,9 +106,6 @@ mapping:
|
||||||
"description":
|
"description":
|
||||||
type: str
|
type: str
|
||||||
required: no
|
required: no
|
||||||
"platforms":
|
|
||||||
type: str
|
|
||||||
required: no
|
|
||||||
# The list of testcases -- IDK why this is a sequence of
|
# The list of testcases -- IDK why this is a sequence of
|
||||||
# maps maps, shall just be a sequence of maps
|
# maps maps, shall just be a sequence of maps
|
||||||
# maybe it is just an artifact?
|
# maybe it is just an artifact?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue