samples/drivers: Use hwmv2 native targets
For the 64 bit targets, change identifiers to the new hwmv2 ones. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
b08a007c28
commit
dda9ab949b
|
@ -104,8 +104,8 @@ tests:
|
|||
sample.display.sdl:
|
||||
build_only: true
|
||||
platform_allow:
|
||||
- native_posix_64
|
||||
- native_sim_64
|
||||
- native_posix/native/64
|
||||
- native_sim/native/64
|
||||
tags: display
|
||||
sample.display.mipi_dbi:
|
||||
platform_allow:
|
||||
|
|
|
@ -7,11 +7,11 @@ tests:
|
|||
platform_allow:
|
||||
- gd32f450i_eval
|
||||
- native_posix
|
||||
- native_posix_64
|
||||
- native_posix/native/64
|
||||
- native_sim
|
||||
- native_sim_64
|
||||
- native_sim/native/64
|
||||
integration_platforms:
|
||||
- native_sim_64
|
||||
- native_sim/native/64
|
||||
harness: console
|
||||
harness_config:
|
||||
type: one_line
|
||||
|
|
Loading…
Reference in a new issue