Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,6 @@
/subsys/event_manager_proxy/ @nrfconnect/ncs-si-muffin
/subsys/fw_info/ @nrfconnect/ncs-pluto
/subsys/gazell/ @leewkb4567
/subsys/ieee802154/ @nrfconnect/ncs-co-networking @nrfconnect/ncs-radio-sw
/subsys/logging/ @nrfconnect/ncs-protocols-serialization
/subsys/mgmt/ @nrfconnect/ncs-pluto
/subsys/mgmt/suitfu/ @nrfconnect/ncs-charon
Expand Down
1 change: 0 additions & 1 deletion modules/openthread/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ config OPENTHREAD
select ENTROPY_GENERATOR
select NRF_802154_RADIO_DRIVER if HAS_HW_NRF_RADIO_IEEE802154 && !NET_L2_OPENTHREAD
select NRF_802154_SER_HOST if !HAS_HW_NRF_RADIO_IEEE802154 && !NET_L2_OPENTHREAD
select NRF_802154_RADIO_CONFIG if !NET_L2_OPENTHREAD
help
This option enables the OpenThread library

Expand Down
1 change: 0 additions & 1 deletion subsys/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ add_subdirectory(debug)
add_subdirectory_ifdef(CONFIG_PARTITION_MANAGER_ENABLED partition_manager)

add_subdirectory_ifdef(CONFIG_NRF_RPC nrf_rpc)
add_subdirectory_ifdef(CONFIG_NRF_802154_RADIO_DRIVER ieee802154)
add_subdirectory_ifdef(CONFIG_NRF_DM dm)
add_subdirectory_ifdef(CONFIG_EMDS emds)
add_subdirectory_ifdef(CONFIG_NET_CORE_MONITOR net_core_monitor)
Expand Down
1 change: 0 additions & 1 deletion subsys/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ rsource "mgmt/fmfu/Kconfig"
rsource "mgmt/suitfu/Kconfig"
rsource "mgmt/mcumgr/Kconfig"
rsource "caf/Kconfig"
rsource "ieee802154/Kconfig"
rsource "dm/Kconfig"
rsource "nrf_security/Kconfig"
rsource "net_core_monitor/Kconfig"
Expand Down
13 changes: 0 additions & 13 deletions subsys/ieee802154/CMakeLists.txt

This file was deleted.

36 changes: 0 additions & 36 deletions subsys/ieee802154/Kconfig

This file was deleted.

69 changes: 0 additions & 69 deletions subsys/ieee802154/nrf_802154_configurator.c

This file was deleted.

6 changes: 3 additions & 3 deletions west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ manifest:
# https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/guides/modules.html
- name: zephyr
repo-path: sdk-zephyr
revision: c3a2b100f1b98a5164e0d5462c9b2c741ba6d5e2
revision: ba8fd23f0a7e96d53015259dd499f0afea2afa6d
import:
# In addition to the zephyr repository itself, NCS also
# imports the contents of zephyr/west.yml at the above
Expand Down Expand Up @@ -144,7 +144,7 @@ manifest:
- name: nrfxlib
repo-path: sdk-nrfxlib
path: nrfxlib
revision: e69783ddef880ba56d95f734a692cf15e1c08243
revision: e5611542ef2805c97ce7f2d851b70a5663b2f50b
- name: trusted-firmware-m
repo-path: sdk-trusted-firmware-m
path: modules/tee/tf-m/trusted-firmware-m
Expand Down Expand Up @@ -175,7 +175,7 @@ manifest:
- name: nrf-802154
repo-path: sdk-nrf-802154
path: nrf-802154
revision: 9ccd04d289e8c6e9140a7f72c6c57dce3cd478a9
revision: 537640fbdd2fc023cc7910d3e59b7bd063c2e65b
groups:
- nrf-802154
- name: dragoon
Expand Down
Loading