samples: shields: x_nucleo_iks01a3: rename arduino_header depend
Change arduino_header depend to arduino_gpio as that is more meaningful. Its easy to mistake arduino_header to mean the board has an arduino header in general. What we want to depend on is that we have the gpio connector in the dts that has 'arduino_header' as the node label. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
57b10d0922
commit
e0a2086d9e
2 changed files with 2 additions and 2 deletions
|
@ -5,5 +5,5 @@ tests:
|
||||||
platform_exclude: disco_l475_iot1
|
platform_exclude: disco_l475_iot1
|
||||||
harness: shield
|
harness: shield
|
||||||
tags: shield
|
tags: shield
|
||||||
depends_on: arduino_i2c arduino_header
|
depends_on: arduino_i2c arduino_gpio
|
||||||
platform_exclude: disco_l475_iot1
|
platform_exclude: disco_l475_iot1
|
||||||
|
|
|
@ -5,5 +5,5 @@ tests:
|
||||||
platform_exclude: disco_l475_iot1
|
platform_exclude: disco_l475_iot1
|
||||||
harness: shield
|
harness: shield
|
||||||
tags: shield
|
tags: shield
|
||||||
depends_on: arduino_i2c arduino_header
|
depends_on: arduino_i2c arduino_gpio
|
||||||
platform_exclude: disco_l475_iot1
|
platform_exclude: disco_l475_iot1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue