diff --git a/applications/nrf_desktop/configuration/nrf52820dongle_nrf52820/app.overlay b/applications/nrf_desktop/configuration/nrf52820dongle_nrf52820/app.overlay index 6737cfd9719b..7c9a5ad8a133 100644 --- a/applications/nrf_desktop/configuration/nrf52820dongle_nrf52820/app.overlay +++ b/applications/nrf_desktop/configuration/nrf52820dongle_nrf52820/app.overlay @@ -6,14 +6,14 @@ /* Configure DTS nodes used for USB next HID support. */ hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_1: hid_dev_1 { compatible = "zephyr,hid-device"; - interface-name = "HID1"; + label = "HID1"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; diff --git a/applications/nrf_desktop/configuration/nrf52833dk_nrf52820/app.overlay b/applications/nrf_desktop/configuration/nrf52833dk_nrf52820/app.overlay index 726f58de8bb4..628391b2e7bb 100644 --- a/applications/nrf_desktop/configuration/nrf52833dk_nrf52820/app.overlay +++ b/applications/nrf_desktop/configuration/nrf52833dk_nrf52820/app.overlay @@ -6,14 +6,14 @@ /* Configure DTS nodes used for USB next HID support. */ hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_1: hid_dev_1 { compatible = "zephyr,hid-device"; - interface-name = "HID1"; + label = "HID1"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; diff --git a/applications/nrf_desktop/configuration/nrf52833dk_nrf52833/app.overlay b/applications/nrf_desktop/configuration/nrf52833dk_nrf52833/app.overlay index b376689208a0..2aca30defa0e 100644 --- a/applications/nrf_desktop/configuration/nrf52833dk_nrf52833/app.overlay +++ b/applications/nrf_desktop/configuration/nrf52833dk_nrf52833/app.overlay @@ -2,14 +2,14 @@ /* Configure DTS nodes used for USB next HID support. */ hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_1: hid_dev_1 { compatible = "zephyr,hid-device"; - interface-name = "HID1"; + label = "HID1"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; diff --git a/applications/nrf_desktop/configuration/nrf52833dk_nrf52833/app_dongle_small.overlay b/applications/nrf_desktop/configuration/nrf52833dk_nrf52833/app_dongle_small.overlay index 33a67c762f86..f616ba6d0c7c 100644 --- a/applications/nrf_desktop/configuration/nrf52833dk_nrf52833/app_dongle_small.overlay +++ b/applications/nrf_desktop/configuration/nrf52833dk_nrf52833/app_dongle_small.overlay @@ -12,14 +12,14 @@ /* Configure DTS nodes used for USB next HID support. */ hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_1: hid_dev_1 { compatible = "zephyr,hid-device"; - interface-name = "HID1"; + label = "HID1"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; diff --git a/applications/nrf_desktop/configuration/nrf52833dongle_nrf52833/app.overlay b/applications/nrf_desktop/configuration/nrf52833dongle_nrf52833/app.overlay index 8fdddc815092..6e7eb3eaa6b0 100644 --- a/applications/nrf_desktop/configuration/nrf52833dongle_nrf52833/app.overlay +++ b/applications/nrf_desktop/configuration/nrf52833dongle_nrf52833/app.overlay @@ -2,14 +2,14 @@ /* Configure DTS nodes used for USB next HID support. */ hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_1: hid_dev_1 { compatible = "zephyr,hid-device"; - interface-name = "HID1"; + label = "HID1"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; diff --git a/applications/nrf_desktop/configuration/nrf52840dk_nrf52840/app.overlay b/applications/nrf_desktop/configuration/nrf52840dk_nrf52840/app.overlay index ef06923755da..6670dc5488da 100644 --- a/applications/nrf_desktop/configuration/nrf52840dk_nrf52840/app.overlay +++ b/applications/nrf_desktop/configuration/nrf52840dk_nrf52840/app.overlay @@ -10,7 +10,7 @@ /* Configure DTS nodes used for USB next HID support. */ hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "mouse"; in-polling-period-us = <1000>; in-report-size = <64>; diff --git a/applications/nrf_desktop/configuration/nrf52840dk_nrf52840/app_dongle.overlay b/applications/nrf_desktop/configuration/nrf52840dk_nrf52840/app_dongle.overlay index 2e14b99149b9..5a2c7c04acc9 100644 --- a/applications/nrf_desktop/configuration/nrf52840dk_nrf52840/app_dongle.overlay +++ b/applications/nrf_desktop/configuration/nrf52840dk_nrf52840/app_dongle.overlay @@ -10,14 +10,14 @@ /* Configure DTS nodes used for USB next HID support. */ hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "keyboard"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_1: hid_dev_1 { compatible = "zephyr,hid-device"; - interface-name = "HID1"; + label = "HID1"; protocol-code = "keyboard"; in-polling-period-us = <1000>; in-report-size = <64>; diff --git a/applications/nrf_desktop/configuration/nrf52840dk_nrf52840/app_keyboard.overlay b/applications/nrf_desktop/configuration/nrf52840dk_nrf52840/app_keyboard.overlay index 5bf5cbb6ab44..80d0c38f80f6 100644 --- a/applications/nrf_desktop/configuration/nrf52840dk_nrf52840/app_keyboard.overlay +++ b/applications/nrf_desktop/configuration/nrf52840dk_nrf52840/app_keyboard.overlay @@ -10,7 +10,7 @@ /* Configure DTS nodes used for USB next HID support. */ hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "keyboard"; in-polling-period-us = <1000>; in-report-size = <64>; diff --git a/applications/nrf_desktop/configuration/nrf52840dk_nrf52840/app_mcuboot_qspi.overlay b/applications/nrf_desktop/configuration/nrf52840dk_nrf52840/app_mcuboot_qspi.overlay index 9846c556ea74..66d1430f1124 100644 --- a/applications/nrf_desktop/configuration/nrf52840dk_nrf52840/app_mcuboot_qspi.overlay +++ b/applications/nrf_desktop/configuration/nrf52840dk_nrf52840/app_mcuboot_qspi.overlay @@ -14,7 +14,7 @@ /* Configure DTS nodes used for USB next HID support. */ hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "mouse"; in-polling-period-us = <1000>; in-report-size = <64>; diff --git a/applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app.overlay b/applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app.overlay index f03b07a3b244..451df219bbaf 100644 --- a/applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app.overlay +++ b/applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app.overlay @@ -14,14 +14,14 @@ /* Configure DTS nodes used for USB next HID support. */ hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_1: hid_dev_1 { compatible = "zephyr,hid-device"; - interface-name = "HID1"; + label = "HID1"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; diff --git a/applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app_3bleconn.overlay b/applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app_3bleconn.overlay index c37c981f456b..cb147c6b0fbd 100644 --- a/applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app_3bleconn.overlay +++ b/applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app_3bleconn.overlay @@ -10,42 +10,42 @@ /* Configure DTS nodes used for USB next HID support. */ hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_1: hid_dev_1 { compatible = "zephyr,hid-device"; - interface-name = "HID1"; + label = "HID1"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_2: hid_dev_2 { compatible = "zephyr,hid-device"; - interface-name = "HID2"; + label = "HID2"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_3: hid_dev_3 { compatible = "zephyr,hid-device"; - interface-name = "HID3"; + label = "HID3"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_4: hid_dev_4 { compatible = "zephyr,hid-device"; - interface-name = "HID4"; + label = "HID4"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_5: hid_dev_5 { compatible = "zephyr,hid-device"; - interface-name = "HID5"; + label = "HID5"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; diff --git a/applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app_4llpmconn.overlay b/applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app_4llpmconn.overlay index c37c981f456b..cb147c6b0fbd 100644 --- a/applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app_4llpmconn.overlay +++ b/applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app_4llpmconn.overlay @@ -10,42 +10,42 @@ /* Configure DTS nodes used for USB next HID support. */ hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_1: hid_dev_1 { compatible = "zephyr,hid-device"; - interface-name = "HID1"; + label = "HID1"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_2: hid_dev_2 { compatible = "zephyr,hid-device"; - interface-name = "HID2"; + label = "HID2"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_3: hid_dev_3 { compatible = "zephyr,hid-device"; - interface-name = "HID3"; + label = "HID3"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_4: hid_dev_4 { compatible = "zephyr,hid-device"; - interface-name = "HID4"; + label = "HID4"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_5: hid_dev_5 { compatible = "zephyr,hid-device"; - interface-name = "HID5"; + label = "HID5"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; diff --git a/applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app_release_4llpmconn.overlay b/applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app_release_4llpmconn.overlay index c37c981f456b..cb147c6b0fbd 100644 --- a/applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app_release_4llpmconn.overlay +++ b/applications/nrf_desktop/configuration/nrf52840dongle_nrf52840/app_release_4llpmconn.overlay @@ -10,42 +10,42 @@ /* Configure DTS nodes used for USB next HID support. */ hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_1: hid_dev_1 { compatible = "zephyr,hid-device"; - interface-name = "HID1"; + label = "HID1"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_2: hid_dev_2 { compatible = "zephyr,hid-device"; - interface-name = "HID2"; + label = "HID2"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_3: hid_dev_3 { compatible = "zephyr,hid-device"; - interface-name = "HID3"; + label = "HID3"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_4: hid_dev_4 { compatible = "zephyr,hid-device"; - interface-name = "HID4"; + label = "HID4"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_5: hid_dev_5 { compatible = "zephyr,hid-device"; - interface-name = "HID5"; + label = "HID5"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; diff --git a/applications/nrf_desktop/configuration/nrf52840gmouse_nrf52840/app.overlay b/applications/nrf_desktop/configuration/nrf52840gmouse_nrf52840/app.overlay index 2ca17fcf1dab..f77b7542234f 100644 --- a/applications/nrf_desktop/configuration/nrf52840gmouse_nrf52840/app.overlay +++ b/applications/nrf_desktop/configuration/nrf52840gmouse_nrf52840/app.overlay @@ -12,7 +12,7 @@ /* Configure DTS nodes used for USB next HID support. */ hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "mouse"; in-polling-period-us = <1000>; in-report-size = <64>; diff --git a/applications/nrf_desktop/configuration/nrf5340dk_nrf5340_cpuapp/app.overlay b/applications/nrf_desktop/configuration/nrf5340dk_nrf5340_cpuapp/app.overlay index 308b5230bcbf..702ce0a19e88 100644 --- a/applications/nrf_desktop/configuration/nrf5340dk_nrf5340_cpuapp/app.overlay +++ b/applications/nrf_desktop/configuration/nrf5340dk_nrf5340_cpuapp/app.overlay @@ -2,14 +2,14 @@ /* Configure DTS nodes used for USB next HID support. */ hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "keyboard"; in-polling-period-us = <1000>; in-report-size = <64>; }; hid_dev_1: hid_dev_1 { compatible = "zephyr,hid-device"; - interface-name = "HID1"; + label = "HID1"; protocol-code = "keyboard"; in-polling-period-us = <1000>; in-report-size = <64>; diff --git a/applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/app.overlay b/applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/app.overlay index c35828100506..0594d9e241ce 100644 --- a/applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/app.overlay +++ b/applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/app.overlay @@ -9,7 +9,7 @@ / { hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "mouse"; in-polling-period-us = <125>; in-report-size = <64>; diff --git a/applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/app_dongle.overlay b/applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/app_dongle.overlay index b21da8362fdc..9d4f42349417 100644 --- a/applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/app_dongle.overlay +++ b/applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/app_dongle.overlay @@ -9,14 +9,14 @@ / { hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "keyboard"; in-polling-period-us = <125>; in-report-size = <64>; }; hid_dev_1: hid_dev_1 { compatible = "zephyr,hid-device"; - interface-name = "HID1"; + label = "HID1"; protocol-code = "keyboard"; in-polling-period-us = <125>; in-report-size = <64>; diff --git a/applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/app_release.overlay b/applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/app_release.overlay index 8c3ab755064c..c72c45b3e9d4 100644 --- a/applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/app_release.overlay +++ b/applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/app_release.overlay @@ -9,7 +9,7 @@ / { hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "mouse"; in-polling-period-us = <125>; in-report-size = <64>; diff --git a/applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/app_release_dongle.overlay b/applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/app_release_dongle.overlay index 91e51442ad3b..cf38451e5359 100644 --- a/applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/app_release_dongle.overlay +++ b/applications/nrf_desktop/configuration/nrf54h20dk_nrf54h20_cpuapp/app_release_dongle.overlay @@ -9,14 +9,14 @@ / { hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "keyboard"; in-polling-period-us = <125>; in-report-size = <64>; }; hid_dev_1: hid_dev_1 { compatible = "zephyr,hid-device"; - interface-name = "HID1"; + label = "HID1"; protocol-code = "keyboard"; in-polling-period-us = <125>; in-report-size = <64>; diff --git a/applications/nrf_desktop/configuration/nrf54lm20pdk_nrf54lm20a_cpuapp/boards/nrf54lm20pdk_nrf54lm20a_cpuapp.overlay b/applications/nrf_desktop/configuration/nrf54lm20pdk_nrf54lm20a_cpuapp/boards/nrf54lm20pdk_nrf54lm20a_cpuapp.overlay index 9d90b8e8b650..fbbb883929b1 100644 --- a/applications/nrf_desktop/configuration/nrf54lm20pdk_nrf54lm20a_cpuapp/boards/nrf54lm20pdk_nrf54lm20a_cpuapp.overlay +++ b/applications/nrf_desktop/configuration/nrf54lm20pdk_nrf54lm20a_cpuapp/boards/nrf54lm20pdk_nrf54lm20a_cpuapp.overlay @@ -9,7 +9,7 @@ / { hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "mouse"; in-polling-period-us = <125>; in-report-size = <64>; diff --git a/applications/nrf_desktop/configuration/nrf54lm20pdk_nrf54lm20a_cpuapp/boards/nrf54lm20pdk_nrf54lm20a_cpuapp_release.overlay b/applications/nrf_desktop/configuration/nrf54lm20pdk_nrf54lm20a_cpuapp/boards/nrf54lm20pdk_nrf54lm20a_cpuapp_release.overlay index f3542fbad381..7caeb0d45ea5 100644 --- a/applications/nrf_desktop/configuration/nrf54lm20pdk_nrf54lm20a_cpuapp/boards/nrf54lm20pdk_nrf54lm20a_cpuapp_release.overlay +++ b/applications/nrf_desktop/configuration/nrf54lm20pdk_nrf54lm20a_cpuapp/boards/nrf54lm20pdk_nrf54lm20a_cpuapp_release.overlay @@ -9,7 +9,7 @@ / { hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "mouse"; in-polling-period-us = <125>; in-report-size = <64>; diff --git a/samples/zephyr/subsys/usb/hid-keyboard/app.overlay b/samples/zephyr/subsys/usb/hid-keyboard/app.overlay index ac1b3a05982e..f65906efde23 100644 --- a/samples/zephyr/subsys/usb/hid-keyboard/app.overlay +++ b/samples/zephyr/subsys/usb/hid-keyboard/app.overlay @@ -1,7 +1,7 @@ / { hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "keyboard"; in-report-size = <64>; in-polling-period-us = <1000>; diff --git a/samples/zephyr/subsys/usb/hid-keyboard/large_in_report.overlay b/samples/zephyr/subsys/usb/hid-keyboard/large_in_report.overlay index 92711bf11ed1..14a2b368b85f 100644 --- a/samples/zephyr/subsys/usb/hid-keyboard/large_in_report.overlay +++ b/samples/zephyr/subsys/usb/hid-keyboard/large_in_report.overlay @@ -1,7 +1,7 @@ / { hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; in-report-size = <256>; in-polling-period-us = <1000>; }; diff --git a/samples/zephyr/subsys/usb/hid-mouse/app.overlay b/samples/zephyr/subsys/usb/hid-mouse/app.overlay index 709e0eb53607..ba2147754623 100644 --- a/samples/zephyr/subsys/usb/hid-mouse/app.overlay +++ b/samples/zephyr/subsys/usb/hid-mouse/app.overlay @@ -1,7 +1,7 @@ / { hid_dev_0: hid_dev_0 { compatible = "zephyr,hid-device"; - interface-name = "HID0"; + label = "HID0"; protocol-code = "none"; in-polling-period-us = <1000>; in-report-size = <64>; diff --git a/west.yml b/west.yml index 025be460ec24..0e3600849580 100644 --- a/west.yml +++ b/west.yml @@ -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: dfccb09e85211cb09d21b3b122ba7379cf91b1a6 + revision: ead10fcd3d96ee69d17e89415b5ad5ed46c08ed3 import: # In addition to the zephyr repository itself, NCS also # imports the contents of zephyr/west.yml at the above