Revert "samples: Bluetooth: df: Forward GPIO pins from app to network core"
This reverts commit 9bd218347c
.
Signed-off-by: Piotr Pryga <piotr.pryga@nordicsemi.no>
This commit is contained in:
parent
f126d23b67
commit
2b3ec2bd96
8 changed files with 0 additions and 92 deletions
|
@ -45,9 +45,6 @@ enabled:
|
|||
:zephyr_file:`samples/bluetooth/direction_finding_central/boards/nrf52833dk_nrf52833.overlay`
|
||||
to a new file,
|
||||
:file:`samples/bluetooth/hci_rpmsg/boards/nrf5340dk_nrf5340_cpunet.overlay`.
|
||||
* Make sure the same GPIO pins are assigned to Direction Finding Extension in file
|
||||
:zephyr_file:`samples/bluetooth/direction_finding_central/boards/nrf5340dk_nrf5340_cpuapp.overlay`.
|
||||
as those in the created file :file:`samples/bluetooth/hci_rpmsg/boards/nrf5340dk_nrf5340_cpunet.overlay`.
|
||||
* Copy
|
||||
:zephyr_file:`samples/bluetooth/direction_finding_central/boards/nrf52833dk_nrf52833.conf`
|
||||
to a new file,
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2022 Nordic Semiconductor ASA
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/* Enable pin forwarding to network core. The selected pins will be used by
|
||||
* Radio Direction Finding Extension for antenna switching purposes.
|
||||
*
|
||||
* Note: Pay attention to assign the same GPIO pins as those provided in
|
||||
* network core DTS overlay.
|
||||
*/
|
||||
&gpio_fwd {
|
||||
dfe-gpio-if {
|
||||
gpios = <&gpio0 0 0>,
|
||||
<&gpio0 1 0>,
|
||||
<&gpio0 2 0>,
|
||||
<&gpio0 3 0>;
|
||||
};
|
||||
};
|
|
@ -45,9 +45,6 @@ enabled:
|
|||
:zephyr_file:`samples/bluetooth/direction_finding_connectionless_rx/boards/nrf52833dk_nrf52833.overlay`
|
||||
to a new file,
|
||||
:file:`samples/bluetooth/hci_rpmsg/boards/nrf5340dk_nrf5340_cpunet.overlay`.
|
||||
* Make sure the same GPIO pins are assigned to Direction Finding Extension in file
|
||||
:zephyr_file:`samples/bluetooth/direction_finding_connectionless_rx/boards/nrf5340dk_nrf5340_cpuapp.overlay`.
|
||||
as those in the created file :file:`samples/bluetooth/hci_rpmsg/boards/nrf5340dk_nrf5340_cpunet.overlay`.
|
||||
* Copy
|
||||
:zephyr_file:`samples/bluetooth/direction_finding_connectionless_rx/boards/nrf52833dk_nrf52833.conf`
|
||||
to a new file,
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2022 Nordic Semiconductor ASA
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/* Enable pin forwarding to network core. The selected pins will be used by
|
||||
* Radio Direction Finding Extension for antenna switching purposes.
|
||||
*
|
||||
* Note: Pay attention to assign the same GPIO pins as those provided in
|
||||
* network core DTS overlay.
|
||||
*/
|
||||
&gpio_fwd {
|
||||
dfe-gpio-if {
|
||||
gpios = <&gpio0 0 0>,
|
||||
<&gpio0 1 0>,
|
||||
<&gpio0 2 0>,
|
||||
<&gpio0 3 0>;
|
||||
};
|
||||
};
|
|
@ -45,9 +45,6 @@ support enabled:
|
|||
:zephyr_file:`samples/bluetooth/direction_finding_connectionless_tx/boards/nrf52833dk_nrf52833.overlay`
|
||||
to a new file,
|
||||
:file:`samples/bluetooth/hci_rpmsg/boards/nrf5340dk_nrf5340_cpunet.overlay`.
|
||||
* Make sure the same GPIO pins are assigned to Direction Finding Extension in file
|
||||
:zephyr_file:`samples/bluetooth/direction_finding_connectionless_tx/boards/nrf5340dk_nrf5340_cpuapp.overlay`.
|
||||
as those in the created file :file:`samples/bluetooth/hci_rpmsg/boards/nrf5340dk_nrf5340_cpunet.overlay`.
|
||||
* Copy
|
||||
:zephyr_file:`samples/bluetooth/direction_finding_connectionless_tx/boards/nrf52833dk_nrf52833.conf`
|
||||
to a new file,
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2022 Nordic Semiconductor ASA
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/* Enable pin forwarding to network core. The selected pins will be used by
|
||||
* Radio Direction Finding Extension for antenna switching purposes.
|
||||
*
|
||||
* Note: Pay attention to assign the same GPIO pins as those provided in
|
||||
* network core DTS overlay.
|
||||
*/
|
||||
&gpio_fwd {
|
||||
dfe-gpio-if {
|
||||
gpios = <&gpio0 0 0>,
|
||||
<&gpio0 1 0>,
|
||||
<&gpio0 2 0>,
|
||||
<&gpio0 3 0>;
|
||||
};
|
||||
};
|
|
@ -44,9 +44,6 @@ enabled:
|
|||
:zephyr_file:`samples/bluetooth/direction_finding_peripheral/boards/nrf52833dk_nrf52833.overlay`
|
||||
to a new file,
|
||||
:file:`samples/bluetooth/hci_rpmsg/boards/nrf5340dk_nrf5340_cpunet.overlay`.
|
||||
* Make sure the same GPIO pins are assigned to Direction Finding Extension in file
|
||||
:zephyr_file:`samples/bluetooth/direction_finding_peripheral/boards/nrf5340dk_nrf5340_cpuapp.overlay`.
|
||||
as those in the created file :file:`samples/bluetooth/hci_rpmsg/boards/nrf5340dk_nrf5340_cpunet.overlay`.
|
||||
* Copy
|
||||
:zephyr_file:`samples/bluetooth/direction_finding_peripheral/boards/nrf52833dk_nrf52833.conf`
|
||||
to a new file,
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2022 Nordic Semiconductor ASA
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/* Enable pin forwarding to network core. The selected pins will be used by
|
||||
* Radio Direction Finding Extension for antenna switching purposes.
|
||||
*
|
||||
* Note: Pay attention to assign the same GPIO pins as those provided in
|
||||
* network core DTS overlay.
|
||||
*/
|
||||
&gpio_fwd {
|
||||
dfe-gpio-if {
|
||||
gpios = <&gpio0 0 0>,
|
||||
<&gpio0 1 0>,
|
||||
<&gpio0 2 0>,
|
||||
<&gpio0 3 0>;
|
||||
};
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue