tests: gpio_basic_api: using header to unify tests
using arduino header to simplify test settings. arduino_header D2 and D3 can be used by default. alt: 118 platforms are enabled for this test. Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
This commit is contained in:
parent
2c4e43a7bf
commit
826235c5c6
32 changed files with 56 additions and 378 deletions
|
@ -10,7 +10,7 @@ common:
|
|||
tests:
|
||||
drivers.gpio.2pin:
|
||||
min_flash: 34
|
||||
filter: dt_compat_enabled("test-gpio-basic-api")
|
||||
filter: dt_compat_enabled("test-gpio-basic-api") and not dt_compat_enabled("arduino-header-r3")
|
||||
|
||||
drivers.gpio.nrf_sense_edge:
|
||||
platform_allow: nrf52840dk/nrf52840 nrf52_bsim
|
||||
|
@ -30,3 +30,26 @@ tests:
|
|||
extra_args: "DTC_OVERLAY_FILE=boards/frdm_ke17z_fgpio.overlay"
|
||||
harness_config:
|
||||
fixture: fgpio_loopback
|
||||
|
||||
drivers.gpio.2pin_arduino:
|
||||
min_flash: 34
|
||||
depends_on:
|
||||
- gpio
|
||||
- arduino_gpio
|
||||
filter: dt_compat_enabled("test-gpio-basic-api") and dt_compat_enabled("arduino-header-r3")
|
||||
extra_args: "DTC_OVERLAY_FILE=arduino.overlay"
|
||||
integration_platforms:
|
||||
- frdm_k64f
|
||||
platform_exclude:
|
||||
# below boards are mikro bus not arduino
|
||||
- da14695_dk_usb
|
||||
- mimxrt595_evk/mimxrt595s/cm33
|
||||
|
||||
drivers.gpio.2pin_arduino_customized:
|
||||
min_flash: 34
|
||||
depends_on:
|
||||
- gpio
|
||||
- arduino_gpio
|
||||
filter: dt_compat_enabled("test-gpio-basic-api") and dt_compat_enabled("arduino-header-r3")
|
||||
platform_allow:
|
||||
- mimxrt595_evk/mimxrt595s/cm33
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue