Skip to content

Commit 91adf20

Browse files
samples: openthread: Align samples to new networking
Remove dependency to NET_L2_OPENTHREAD and NETWORKING. Signed-off-by: Arkadiusz Balys <[email protected]>
1 parent 2ffb1f2 commit 91adf20

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

samples/openthread/cli/prj.conf

+2-4
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x8000
1616
# Enable OpenThread features set
1717
CONFIG_OPENTHREAD_NORDIC_LIBRARY_MASTER=y
1818

19-
CONFIG_NET_L2_OPENTHREAD=y
20-
21-
# Generic networking options
22-
CONFIG_NETWORKING=y
19+
# Enable the direct networking through the Nordic Semiconductor radio driver
20+
CONFIG_OPENTHREAD_NETWORKING_BACKEND_NRF5=y
2321

2422
CONFIG_GPIO_SHELL=y

west.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ manifest:
144144
- name: nrfxlib
145145
repo-path: sdk-nrfxlib
146146
path: nrfxlib
147-
revision: 1a6caa79d3bdc438b47022adff5aff16e9da811c
147+
revision: pull/1732/head
148148
- name: trusted-firmware-m
149149
repo-path: sdk-trusted-firmware-m
150150
path: modules/tee/tf-m/trusted-firmware-m

0 commit comments

Comments
 (0)