boards: nucleo_g0b1re: add arduino_serial as supported
To make some tests requiring the dependency happy. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
6ff3f62295
commit
a833d20ffb
2 changed files with 3 additions and 1 deletions
|
@ -13,6 +13,7 @@ supported:
|
|||
- arduino_gpio
|
||||
- arduino_i2c
|
||||
- arduino_spi
|
||||
- arduino_serial
|
||||
- uart
|
||||
- gpio
|
||||
- i2c
|
||||
|
|
|
@ -37,7 +37,8 @@ tests:
|
|||
- "Number of devices found on bus: .*"
|
||||
fixture: w1_scanner_ds2485
|
||||
samples.drivers.w1.scanner.w1_serial:
|
||||
depends_on: arduino_serial
|
||||
depends_on:
|
||||
- arduino_serial
|
||||
extra_args: DTC_OVERLAY_FILE=w1_serial.overlay
|
||||
platform_allow:
|
||||
- nrf52840dk_nrf52840
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue