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:
parent
1b25efda6c
commit
7ea52466ee
|
@ -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:
|
||||
|
||||
|
|
|
@ -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
|
|
@ -1 +0,0 @@
|
|||
CONFIG_NATIVE_SIM_SLOWDOWN_TO_REAL_TIME=y
|
|
@ -13,6 +13,6 @@ tests:
|
|||
- qemu_x86
|
||||
- pinnacle_100_dvk
|
||||
- mg100
|
||||
- native_sim_64
|
||||
- native_sim/native/64
|
||||
integration_platforms:
|
||||
- qemu_x86
|
||||
|
|
Loading…
Reference in a new issue