tests: drivers: gpio: gpio_basic_api: add ke17z overlay file
Add frdm_ke17z_fgpio.overlay to add fgpio configuration, and add update testcase.yml to add FGPIO driver test for frdm_ke17z and frdm_ke17z512 platforms. Updated ke17z512 gpio test pins to avoid conflicts with I2C pin. Signed-off-by: Anke Xiao <anke.xiao@nxp.com>
This commit is contained in:
parent
22c6f32a1f
commit
ef10a9b23b
3 changed files with 33 additions and 2 deletions
|
@ -20,3 +20,13 @@ tests:
|
|||
drivers.gpio.mr_canhubk3_wkpu:
|
||||
platform_allow: mr_canhubk3
|
||||
extra_args: "DTC_OVERLAY_FILE=boards/mr_canhubk3_wkpu.overlay"
|
||||
|
||||
drivers.gpio.2pin_ke17z_fgpio:
|
||||
min_flash: 34
|
||||
filter: dt_compat_enabled("test-gpio-basic-api")
|
||||
platform_allow:
|
||||
- frdm_ke17z
|
||||
- frdm_ke17z512
|
||||
extra_args: "DTC_OVERLAY_FILE=boards/frdm_ke17z_fgpio.overlay"
|
||||
harness_config:
|
||||
fixture: fgpio_loopback
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue