Add DT and kconfig overlays for the nrf52_bsim so this test can be run in this board too. This simulated board supports short-circuiting pins either programmatically or thru configuration files, but it does not support a pull in an input being able to drag a non driven output, so we need to skip the pull test. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
19 lines
440 B
YAML
19 lines
440 B
YAML
common:
|
|
tags:
|
|
- drivers
|
|
- gpio
|
|
depends_on: gpio
|
|
harness: ztest
|
|
harness_config:
|
|
fixture: gpio_loopback
|
|
|
|
tests:
|
|
drivers.gpio.2pin:
|
|
min_flash: 34
|
|
filter: dt_compat_enabled("test-gpio-basic-api")
|
|
|
|
drivers.gpio.nrf_sense_edge:
|
|
platform_allow: nrf52840dk_nrf52840 nrf52_bsim
|
|
extra_args: "DTC_OVERLAY_FILE=boards/nrf52840dk_nrf52840.overlay;\
|
|
boards/nrf52840dk_nrf52840_sense_edge.overlay"
|