Skip to content

Commit 108011c

Browse files
edmontrlubos
authored andcommitted
zigbee: remove ZBOSS libraries and related files
Removal of Zigbee content within nrfxlib. Signed-off-by: Eduardo Montoya <[email protected]>
1 parent 9dd7e81 commit 108011c

File tree

258 files changed

+0
-148788
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

258 files changed

+0
-148788
lines changed

.checkpatch.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
--exclude nrf_802154
2727
--exclude openthread
2828
--exclude softdevice_controller
29-
--exclude zboss
3029
--exclude crypto
3130
--exclude nrf_security
3231
--exclude gzll

.github/test-spec.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,6 @@
4444

4545
"CI-mesh-test": null
4646

47-
"CI-zigbee-test":
48-
- "softdevice_controller/include/**/*"
49-
- "softdevice_controller/lib/**/*"
50-
- "mpsl/include/**/*"
51-
- "mpsl/lib/**/*"
52-
- "nrf_802154/driver/**/*"
53-
- "nrf_802154/serialization/**/*"
54-
- "nrf_802154/sl/**/*"
55-
- any:
56-
- "zboss/**/*"
57-
- "!zboss/*.rst"
58-
- "!zboss/doc/**/*"
59-
6047
"CI-desktop-test": null
6148

6249
"CI-crypto-test":

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ add_subdirectory_ifdef(CONFIG_BT softdevice_controller)
1717
add_subdirectory_ifdef(CONFIG_MPSL mpsl)
1818
add_subdirectory_ifdef(CONFIG_NET_L2_OPENTHREAD openthread)
1919
add_subdirectory_ifdef(CONFIG_NRF_RPC nrf_rpc)
20-
add_subdirectory_ifdef(CONFIG_ZIGBEE zboss)
2120
add_subdirectory_ifdef(CONFIG_GZLL gzll)
2221
add_subdirectory_ifdef(CONFIG_NRF_DM nrf_dm)
2322
add_subdirectory_ifdef(CONFIG_NRF_FUEL_GAUGE nrf_fuel_gauge)

CODEOWNERS

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ doc/* @b-gent
2828
/nrf_modem/doc/images/ @Avalei
2929
/nrf_rpc/doc/img/ @Avalei
3030
/softdevice_controller/doc/pic/ @Avalei
31-
/zboss/doc/images/ @Avalei
3231

3332
# All subfolders
3433
/.github/ @thst-nordic
@@ -42,7 +41,6 @@ doc/* @b-gent
4241
/nrf_802154/ @ankuns @piotrkoziar
4342
/nrf_security/ @frkv @tejlmand
4443
/openthread/ @lmaciejonczyk @edmont @canisLupus1313
45-
/zboss/ @nrfconnect/ncs-zigbee
4644
/zephyr/ @carlescufi
4745
/nrf_rpc/ @doki-nordic @KAGA164
4846
/nrf_dm/ @Tschet1 @eriksandgren

Kconfig.nrfxlib

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ rsource "nfc/Kconfig"
1111
rsource "mpsl/Kconfig"
1212
rsource "crypto/Kconfig"
1313
rsource "nrf_rpc/Kconfig"
14-
rsource "zboss/Kconfig"
1514
rsource "openthread/Kconfig"
1615
rsource "nrf_802154/zephyr/Kconfig.nrfxlib"
1716
rsource "gzll/Kconfig"

doc/links.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@
6868

6969
.. _`Zephyr`: https://www.zephyrproject.org
7070

71-
.. _`ZBOSS API documentation`:
72-
.. _`ZBOSS stack release notes`: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/zboss/index.html
73-
7471
.. _`LC3 API documentation file`: https://developer.nordicsemi.com/nRF_Connect_SDK/nrf5340_audio/lc3_api/T2_LC3_API_Documentation_1.5.pdf
7572
.. _`Bluetooth® LE Audio specifications`: https://www.bluetooth.com/learn-about-bluetooth/recent-enhancements/le-audio/le-audio-specifications/
7673

zboss/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

zboss/Kconfig

Lines changed: 0 additions & 90 deletions
This file was deleted.

zboss/license.txt

Lines changed: 0 additions & 47 deletions
This file was deleted.

zboss/production/CMakeLists.txt

Lines changed: 0 additions & 117 deletions
This file was deleted.

0 commit comments

Comments
 (0)