This sample did not enable gpio driver, so nothing happens after flash firmware into a board. By enabling gpio driver to fix it. Signed-off-by: Aaron Tsui <aaron.tsui@outlook.com>
9 lines
185 B
YAML
9 lines
185 B
YAML
sample:
|
|
name: Disco Lights
|
|
tests:
|
|
test:
|
|
filter: DT_GPIO_LEDS_LED0_GPIO_CONTROLLER and DT_GPIO_LEDS_LED1_GPIO_CONTROLLER
|
|
tags: LED gpio
|
|
depends_on: gpio
|
|
harness: led
|