samples/net/gptp: Use hwmv2 native targets identifiers

For the 64 bit targets, change identifiers to the new hwmv2 ones.
And remove redundant overlays (which were equal for the 32
and 64 bit versions)

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-03-14 14:40:27 +01:00 committed by Henrik Brix Andersen
parent 1b25efda6c
commit 7ea52466ee
4 changed files with 2 additions and 9 deletions

View file

@ -67,7 +67,7 @@ Then, locate your zephyr directory and type:
.. zephyr-app-commands::
:zephyr-app: samples/net/mqtt_sn_publisher
:board: native_sim_64
:board: native_sim/native/64
:goals: run
:compact:

View file

@ -1,6 +0,0 @@
# Configuration options for MQTT-SN sample
# Copyright (c) 2022 René Beckmann
# SPDX-License-Identifier: Apache-2.0
CONFIG_NATIVE_POSIX_SLOWDOWN_TO_REAL_TIME=y

View file

@ -1 +0,0 @@
CONFIG_NATIVE_SIM_SLOWDOWN_TO_REAL_TIME=y

View file

@ -13,6 +13,6 @@ tests:
- qemu_x86
- pinnacle_100_dvk
- mg100
- native_sim_64
- native_sim/native/64
integration_platforms:
- qemu_x86