Enable w1/scanner sample for: - MAX32655EVKIT - MAX32666EVKIT - MAX32666FTHR - MAX32690EVKIT - MAX78000EVKIT - MAX78000FTHR - MAX78002EVKIT Signed-off-by: Yasin Ustuner <Yasin.Ustuner@analog.com> Signed-off-by: Furkan Akkiz <hasanfurkan.akkiz@analog.com> Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
70 lines
1.8 KiB
YAML
70 lines
1.8 KiB
YAML
sample:
|
|
name: 1-Wire scanner sample
|
|
|
|
common:
|
|
harness: console
|
|
tags:
|
|
- w1
|
|
|
|
tests:
|
|
sample.drivers.w1.scanner.ds2482-800:
|
|
depends_on: arduino_i2c
|
|
extra_args: DTC_OVERLAY_FILE=ds2482-800.overlay
|
|
platform_allow: nrf52840dk/nrf52840
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "Number of devices found on bus: .*"
|
|
fixture: w1_scanner_ds2482_800
|
|
sample.drivers.w1.scanner.ds2484:
|
|
depends_on: arduino_i2c
|
|
extra_args: DTC_OVERLAY_FILE=ds2484.overlay
|
|
platform_allow:
|
|
- nrf52840dk/nrf52840
|
|
- nucleo_g0b1re
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "Number of devices found on bus: .*"
|
|
fixture: w1_scanner_ds2484
|
|
sample.drivers.w1.scanner.ds2485:
|
|
depends_on: arduino_i2c
|
|
extra_args: DTC_OVERLAY_FILE=ds2485.overlay
|
|
platform_allow:
|
|
- nrf52840dk/nrf52840
|
|
- nucleo_g0b1re
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "Number of devices found on bus: .*"
|
|
fixture: w1_scanner_ds2485
|
|
sample.drivers.w1.scanner.w1_serial:
|
|
depends_on:
|
|
- arduino_serial
|
|
extra_args: DTC_OVERLAY_FILE=w1_serial.overlay
|
|
platform_allow:
|
|
- nrf52840dk/nrf52840
|
|
- nucleo_g0b1re
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "Number of devices found on bus: .*"
|
|
fixture: w1_scanner_w1_serial
|
|
sample.drivers.w1.scanner.max:
|
|
depends_on: w1
|
|
platform_allow:
|
|
- max32655evkit/max32655/m4
|
|
- max32666evkit/max32666/cpu0
|
|
- max32666fthr/max32666/cpu0
|
|
- max32690evkit/max32690/m4
|
|
- max78000evkit/max78000/m4
|
|
- max78000fthr/max78000/m4
|
|
- max78002evkit/max78002/m4
|
|
integration_platforms:
|
|
- max32655evkit/max32655/m4
|
|
harness_config:
|
|
type: one_line
|
|
regex:
|
|
- "Number of devices found on bus: .*"
|
|
fixture: w1_scanner_w1_max
|