Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
b304b14
manifest: Upmerge sdk-zephyr, sdk-mbedtls and sdk-mcuboot
jukkar Aug 13, 2025
f6c6ea4
boards: Remove usage of deprecated BT_CTLR Kconfig option
cvinayak Sep 9, 2025
a5c6264
samples: openthread: Switch to new USB driver
ArekBalysNordic Sep 9, 2025
98878bb
samples: net: mqtt: Align with SMF API changes
rlubos Sep 9, 2025
1c035be
samples: openthread: Align coprocessor HCI to new USB stack
ArekBalysNordic Sep 11, 2025
1fdbfe2
treewide: Remove use of CONFIG_DEBUG_INFO
tokangas Sep 11, 2025
3f1f3b6
samples: bluetooth: llpm: remove nrf52840dongle USB configuration
jfischer-no Sep 11, 2025
15c8588
samples: bluetooth: peripheral_uart: use CDC ACM serial backend
jfischer-no Sep 11, 2025
776dbf4
samples: nrf5340: remote_shell: use CDC ACM serial backend
jfischer-no Sep 11, 2025
d5dbd3c
tests: net: lwm2m: Align with API changes
juhaylinen Sep 10, 2025
ede5835
bluetooth: In hci_internal_msg_get add msg_type_out cast to avoid warn
ppryga-nordic Sep 12, 2025
907f23e
modules: memfault-firmware-sdk: Fix SMF handling
simensrostad Sep 12, 2025
e738a57
boards: nordic: thingy91x: Remove use of deprecated Kconfig option
tokangas Sep 12, 2025
53e0817
applications: serial_lte_modem: Remove undefined Kconfig options
tokangas Sep 12, 2025
cc34067
treewide: Remove TinyCrypt Kconfig options from conf files
tokangas Sep 12, 2025
b6b6189
bluetooth: cs_de: Fix after combined main and sub mode CS steps
ppryga-nordic Sep 12, 2025
760e23c
samples: wifi: shell: Remove CONFIG_NFCT_PINS_AS_GPIOS from overlay
tokangas Sep 12, 2025
83f80ef
samples: wifi: softap: Fix twister errors
rado17 Sep 12, 2025
5d6b20e
drivers: mspi: remove redundant gpd handling
bjarki-andreasen Jul 15, 2025
0dd0d7c
samples: smp_svr: extend mcuboot_merged_slot.overlay
bjarki-andreasen Jul 31, 2025
77b4cd2
nrf_compress: decompression: mcuboot_update: adjust nrf54h20dk pd
bjarki-andreasen Jul 31, 2025
dc3667e
benchmarks: multicore: idle: select PM_DEVICE_RUNTIME
bjarki-andreasen Aug 7, 2025
de6dfc8
applications: matter: Fix Weather Station USB stack
ArekBalysNordic Sep 12, 2025
fb5b2bd
quarantine: Add overflows to quarantine
katgiadla Sep 12, 2025
196b8ed
applications: serial_lte_modem: Fix compilation warning
tokangas Sep 15, 2025
c58ecb1
samples: bluetooth: remote_shell: use CDC ACM serial backend
jfischer-no Sep 12, 2025
934ccc2
samples: peripheral: use CDC ACM serial backend
jfischer-no Sep 12, 2025
9914d25
samples: wifi: allow samples using legacy USB stacks to pass CI
jfischer-no Sep 12, 2025
e2b41f9
samples: i2c: Add missing Kconfig to rtio_loopback sample
kl-cruz Sep 11, 2025
cfd8184
tests: bluetooth: iso Remove uses of auto name from advertising params
ppryga-nordic Sep 15, 2025
de2bfc1
samples: pmic: fix devicetree errors on uicr build
seov-nordic Sep 15, 2025
27a6f1c
applications: nrf_desktop: Fix legacy USB CI failures
MarekPieta Sep 15, 2025
23da313
applications: nrf_desktop: Fix MCUboot serial CDC ACM CI failures
MarekPieta Sep 15, 2025
094b5ea
applications: nrf5340_audio: Updates for upmerge
gWacey Sep 15, 2025
2ccfa41
applications: nrf_desktop: Suppress deprecation warnings in usb_state.c
MarekPieta Sep 15, 2025
fa5db43
applications: connectivity_bridge: allow application to pass CI
jfischer-no Sep 15, 2025
453caa9
tests: mcuboot: external_flash: allow test to pass CI
jfischer-no Sep 16, 2025
480ff9c
sysbuild: kconfig: MCUBoot default swap mode
michalek-no Sep 16, 2025
5010de9
bluetooth: fast_pair: Drop TinyCrypt Fast Pair crypto backend
MarekPieta Sep 16, 2025
d42ae2c
tests: fast_pair: crypto: Drop unit tests for TinyCrypt
MarekPieta Sep 16, 2025
a162f05
applications: nrf_desktop: Do not unset nRF5 bootloader
tomchy Jul 9, 2025
600511b
ironside: Generate periphconf from Zephyr images instead of sysbuild
SebastianBoe Sep 8, 2025
473b63b
samples: nfc: writable_ndef_msg: Select config CRC when ZMS is enabled
doki-nordic Sep 16, 2025
39e6a01
doc: Add missing dependency: sphinxcontrib.programoutput
carlescufi Sep 17, 2025
5cea0c5
samples: openthread: Drop support for L2 in coprocessor
ArekBalysNordic Sep 17, 2025
b5b33e7
tests: bluetooth: iso: Fix use of undefined variable err
ppryga-nordic Sep 17, 2025
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
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,3 @@ add_subdirectory(subsys)
add_subdirectory(modules)
add_subdirectory(drivers)
add_subdirectory(tests)

# TEMPHACK: Add a source file generated by cmake/sysbuild/periphconf_migrate.cmake
if(SYSBUILD AND CONFIG_NRF_HALTIUM_GENERATE_UICR)
file(TOUCH ${APPLICATION_BINARY_DIR}/../periphconf_migrated.c)
zephyr_sources(${APPLICATION_BINARY_DIR}/../periphconf_migrated.c)
endif()
2 changes: 2 additions & 0 deletions CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@
/samples/nrf5340/empty_app_core/ @nrfconnect/ncs-si-muffin
/samples/nrf5340/extxip_smp_svr/ @nrfconnect/ncs-pluto
/samples/nrf54h20/empty_app_core/ @nrfconnect/ncs-aurora
/samples/ironside_se/ @nrfconnect/ncs-aurora
/samples/nrf_compress/ @nordicjm
/samples/nrf_profiler/ @nrfconnect/ncs-si-bluebagel
/samples/nrf_rpc/protocols_serialization/ @nrfconnect/ncs-protocols-serialization
Expand Down Expand Up @@ -636,6 +637,7 @@
/samples/event_manager_proxy/*.rst @nrfconnect/ncs-si-muffin-doc
/samples/gazell/**/*.rst @nrfconnect/ncs-si-muffin-doc
/samples/hw_id/*.rst @nrfconnect/ncs-cia-doc
/samples/ironside_se/**/*.rst @nrfconnect/ncs-aurora-doc
/samples/ipc/ipc_service/*.rst @nrfconnect/ncs-si-muffin-doc
/samples/keys/**/*.rst @nrfconnect/ncs-aegir-doc
/samples/matter/**/*.rst @nrfconnect/ncs-matter-doc
Expand Down
2 changes: 2 additions & 0 deletions applications/connectivity_bridge/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ CONFIG_USB_DEVICE_MANUFACTURER="Nordic Semiconductor"
CONFIG_USB_DEVICE_SN="THINGY91 12PLACEHLDRS" # This is overridden at runtime
CONFIG_USB_COMPOSITE_DEVICE=y
CONFIG_USB_CDC_ACM_RINGBUF_SIZE=16384
# Sample uses deprecated code and needs to be ported to the new USB device stack.
CONFIG_DEPRECATION_TEST=y

# Disk and file system
CONFIG_DISK_ACCESS=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ CONFIG_USB_MASS_STORAGE=n
CONFIG_USB_DEVICE_MANUFACTURER="Nordic Semiconductor"
CONFIG_USB_DEVICE_VID=0x1915
CONFIG_USB_DEVICE_PID=0x520F
# Sample uses deprecated code and needs to be ported to the new USB device stack.
CONFIG_DEPRECATION_TEST=y
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ CONFIG_USB_MASS_STORAGE=n
CONFIG_USB_DEVICE_MANUFACTURER="Nordic Semiconductor"
CONFIG_USB_DEVICE_VID=0x1915
CONFIG_USB_DEVICE_PID=0x910A
# Sample uses deprecated code and needs to be ported to the new USB device stack.
CONFIG_DEPRECATION_TEST=y

CONFIG_BOOT_SERIAL_BOOT_MODE=y

Expand Down
7 changes: 0 additions & 7 deletions applications/connectivity_bridge/sysbuild/mcuboot/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,11 @@ CONFIG_BOOT_BOOTSTRAP=n
### mbedTLS has its own heap
# CONFIG_HEAP_MEM_POOL_SIZE is not set

### We never want Zephyr's copy of tinycrypt. If tinycrypt is needed,
### MCUboot has its own copy in tree.
# CONFIG_TINYCRYPT is not set
# CONFIG_TINYCRYPT_ECC_DSA is not set
# CONFIG_TINYCRYPT_SHA256 is not set

CONFIG_FLASH=y
CONFIG_FPROTECT=y

### Various Zephyr boards enable features that we don't want.
# CONFIG_BT is not set
# CONFIG_BT_CTLR is not set
# CONFIG_I2C is not set

CONFIG_LOG=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ CONFIG_BT_BUF_ACL_RX_SIZE=502
CONFIG_BT_MAX_CONN=6

CONFIG_ASSERT=y
CONFIG_DEBUG_INFO=y
CONFIG_EXCEPTION_STACK_TRACE=y

# Improve debugging experience by disabling reset on fatal error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#

CONFIG_ASSERT=y
CONFIG_DEBUG_INFO=y
CONFIG_EXCEPTION_STACK_TRACE=y

# Improve debugging experience by disabling reset on fatal error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#

CONFIG_ASSERT=y
CONFIG_DEBUG_INFO=y
CONFIG_EXCEPTION_STACK_TRACE=y

# Improve debugging experience by disabling reset on fatal error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#

CONFIG_ASSERT=y
CONFIG_DEBUG_INFO=y
CONFIG_EXCEPTION_STACK_TRACE=y

# Improve debugging experience by disabling reset on fatal error
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#

CONFIG_ASSERT=y
CONFIG_DEBUG_INFO=y
CONFIG_EXCEPTION_STACK_TRACE=y

# Improve debugging experience by disabling reset on fatal error
Expand Down
1 change: 0 additions & 1 deletion applications/machine_learning/sysbuild/ipc_radio/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ CONFIG_BT_HCI_RAW=y
CONFIG_BT_CTLR_ASSERT_HANDLER=y

CONFIG_ASSERT=y
CONFIG_DEBUG_INFO=y
CONFIG_EXCEPTION_STACK_TRACE=y

CONFIG_IPC_RADIO_BT=y
Expand Down
7 changes: 0 additions & 7 deletions applications/machine_learning/sysbuild/mcuboot/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,11 @@ CONFIG_BOOT_BOOTSTRAP=n
### mbedTLS has its own heap
# CONFIG_HEAP_MEM_POOL_SIZE is not set

### We never want Zephyr's copy of tinycrypt. If tinycrypt is needed,
### MCUboot has its own copy in tree.
# CONFIG_TINYCRYPT is not set
# CONFIG_TINYCRYPT_ECC_DSA is not set
# CONFIG_TINYCRYPT_SHA256 is not set

CONFIG_FLASH=y
CONFIG_FPROTECT=y

### Various Zephyr boards enable features that we don't want.
# CONFIG_BT is not set
# CONFIG_BT_CTLR is not set
# CONFIG_I2C is not set

CONFIG_LOG=y
Expand Down
1 change: 0 additions & 1 deletion applications/matter_bridge/sysbuild/ipc_radio/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ CONFIG_BT_CTLR_PHY_2M=n

# Debug and assert configuration
CONFIG_ASSERT=y
CONFIG_DEBUG_INFO=y
CONFIG_RESET_ON_FATAL_ERROR=n
CONFIG_REBOOT=n

Expand Down
9 changes: 5 additions & 4 deletions applications/matter_weather_station/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,11 @@ CONFIG_SHELL=y
CONFIG_SHELL_LOG_BACKEND=y

# Configure USB CDC ACM
CONFIG_USB_DEVICE_INITIALIZE_AT_BOOT=n
CONFIG_USB_DEVICE_PRODUCT="Thingy:53 Matter Weather"
CONFIG_USB_DEVICE_VID=0x1915
CONFIG_USB_DEVICE_PID=0x530D
CONFIG_USB_DEVICE_STACK_NEXT=y
CONFIG_CDC_ACM_SERIAL_MANUFACTURER_STRING="Nordic Semiconductor ASA"
CONFIG_CDC_ACM_SERIAL_PRODUCT_STRING="Thingy:53 Matter Weather"
CONFIG_CDC_ACM_SERIAL_VID=0x1915
CONFIG_CDC_ACM_SERIAL_PID=0x530D
CONFIG_UART_LINE_CTRL=y
CONFIG_SHELL_BACKEND_SERIAL_INIT_PRIORITY=51

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ CONFIG_BT_CTLR_PHY_2M=n

# Debug and assert configuration
CONFIG_ASSERT=y
CONFIG_DEBUG_INFO=y
CONFIG_RESET_ON_FATAL_ERROR=n
CONFIG_REBOOT=n

Expand Down
4 changes: 3 additions & 1 deletion applications/nrf5340_audio/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ CONFIG_SAMPLE_RATE_CONVERTER_FILTER_SIMPLE=y

# General
CONFIG_DEBUG=y
CONFIG_DEBUG_INFO=y
CONFIG_ASSERT=y
CONFIG_STACK_USAGE=y
CONFIG_THREAD_RUNTIME_STATS=y
Expand Down Expand Up @@ -76,3 +75,6 @@ CONFIG_BT_HCI_CORE_LOG_LEVEL_WRN=y
CONFIG_BT_ISO_TX_BUF_COUNT=3
CONFIG_BT_BUF_ACL_TX_COUNT=3
CONFIG_BT_ATT_TX_COUNT=12

# Suppress the USB deprecation warning
CONFIG_DEPRECATION_TEST=y
5 changes: 4 additions & 1 deletion applications/nrf5340_audio/prj_fota.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ CONFIG_SAMPLE_RATE_CONVERTER_FILTER_SIMPLE=y

# General
CONFIG_DEBUG=y
CONFIG_DEBUG_INFO=y
CONFIG_ASSERT=y
CONFIG_STACK_USAGE=y
CONFIG_THREAD_RUNTIME_STATS=y
Expand Down Expand Up @@ -87,3 +86,7 @@ CONFIG_SPI_NOR_SFDP_DEVICETREE=y
CONFIG_BT_ISO_TX_BUF_COUNT=3
CONFIG_BT_BUF_ACL_TX_COUNT=3
CONFIG_BT_ATT_TX_COUNT=12


# Suppress the USB deprecation warning
CONFIG_DEPRECATION_TEST=y
4 changes: 4 additions & 0 deletions applications/nrf5340_audio/prj_release.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ CONFIG_BT_ATT_TX_COUNT=12
# USB VID and PID must be changed before production.
# CONFIG_USB_DEVICE_VID=0x1915
# CONFIG_USB_DEVICE_PID=0x530A


# Suppress the USB deprecation warning
CONFIG_DEPRECATION_TEST=y
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ static bool is_any_active_streams(void)
{
for (int i = 0; i < ARRAY_SIZE(audio_streams); i++) {
if (audio_streams[i].ep != NULL &&
audio_streams[i].ep->status.state == BT_BAP_EP_STATE_STREAMING) {
audio_streams[i].ep->state == BT_BAP_EP_STATE_STREAMING) {
return true;
}
}
Expand Down
7 changes: 0 additions & 7 deletions applications/nrf5340_audio/sysbuild/mcuboot/prj_fota.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,11 @@ CONFIG_BOOT_BOOTSTRAP=n
### mbedTLS has its own heap
# CONFIG_HEAP_MEM_POOL_SIZE is not set

### We never want Zephyr's copy of tinycrypt. If tinycrypt is needed,
### MCUboot has its own copy in tree.
# CONFIG_TINYCRYPT is not set
# CONFIG_TINYCRYPT_ECC_DSA is not set
# CONFIG_TINYCRYPT_SHA256 is not set

CONFIG_FLASH=y
CONFIG_FPROTECT=y

### Various Zephyr boards enable features that we don't want.
# CONFIG_BT is not set
# CONFIG_BT_CTLR is not set
# CONFIG_I2C is not set

CONFIG_LOG=y
Expand Down
3 changes: 3 additions & 0 deletions applications/nrf_desktop/board_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ nRF52840 USB Dongle (``nrf52840dongle/nrf52840``) and nRF52833 USB Dongle (``nrf
* Bluetooth uses Nordic Semiconductor's SoftDevice link layer and is configured to act as a central.
Input data comes from Bluetooth and is retransmitted to USB.
* The configuration with the B0 bootloader is set as default for the ``nrf52840dongle/nrf52840`` board and with the MCUboot bootloader is set as default for the ``nrf52833dongle`` board.
* The nRF5 MBR partition (``nrf5_mbr``) added by the ``nrf52840dongle/nrf52840`` board is not used.
It is statically defined with address and size both set to zero to prevent Partition Manager from trying to place it dynamically.
The application did not switch to the ``bare`` board variant to keep backwards compatibility.

nRF52820 USB Dongle (``nrf52820dongle``)
* The application is configured to act as a dongle that forwards data from both mouse and keyboard.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ CONFIG_GPIO=y
CONFIG_GPIO_NRFX_INTERRUPT=n
CONFIG_MCUBOOT_SERIAL=y
CONFIG_BOOT_SERIAL_CDC_ACM=y
# The MCUboot serial recovery over USB CDC ACM still uses USB legacy stack.
# Disable deprecation warnings to workaround build failures in CI.
CONFIG_DEPRECATION_TEST=y
CONFIG_BOOT_SERIAL_UART=n

# Required by USB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ CONFIG_CAF_CLICK_DETECTOR=y
CONFIG_CAF_LEDS=y

CONFIG_DESKTOP_ROLE_HID_DONGLE=y
# Disable deprecation warnings to workaround build failures in CI if USB legacy stack is used.
CONFIG_DEPRECATION_TEST=y
CONFIG_DESKTOP_DEVICE_PID=0x52E1

CONFIG_DESKTOP_BLE_PEER_CONTROL=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ CONFIG_CAF_CLICK_DETECTOR=y
CONFIG_CAF_LEDS=y

CONFIG_DESKTOP_ROLE_HID_DONGLE=y
# Disable deprecation warnings to workaround build failures in CI if USB legacy stack is used.
CONFIG_DEPRECATION_TEST=y
CONFIG_DESKTOP_DEVICE_PID=0x52E1

CONFIG_DESKTOP_BLE_PEER_CONTROL=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ CONFIG_GPIO=y
CONFIG_GPIO_NRFX_INTERRUPT=n
CONFIG_MCUBOOT_SERIAL=y
CONFIG_BOOT_SERIAL_CDC_ACM=y
# The MCUboot serial recovery over USB CDC ACM still uses USB legacy stack.
# Disable deprecation warnings to workaround build failures in CI.
CONFIG_DEPRECATION_TEST=y
CONFIG_BOOT_SERIAL_UART=n

# Required by USB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ CONFIG_CAF_CLICK_DETECTOR=y
CONFIG_CAF_LEDS=y

CONFIG_DESKTOP_ROLE_HID_DONGLE=y
# Disable deprecation warnings to workaround build failures in CI if USB legacy stack is used.
CONFIG_DEPRECATION_TEST=y
CONFIG_DESKTOP_DEVICE_PID=0x52E1

CONFIG_DESKTOP_BLE_PEER_CONTROL=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ CONFIG_CAF_CLICK_DETECTOR=y
CONFIG_CAF_LEDS=y

CONFIG_DESKTOP_ROLE_HID_DONGLE=y
# Disable deprecation warnings to workaround build failures in CI if USB legacy stack is used.
CONFIG_DEPRECATION_TEST=y
CONFIG_DESKTOP_DEVICE_PID=0x52E1

CONFIG_DESKTOP_BLE_PEER_CONTROL=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ CONFIG_GPIO=y
CONFIG_GPIO_NRFX_INTERRUPT=n
CONFIG_MCUBOOT_SERIAL=y
CONFIG_BOOT_SERIAL_CDC_ACM=y
# The MCUboot serial recovery over USB CDC ACM still uses USB legacy stack.
# Disable deprecation warnings to workaround build failures in CI.
CONFIG_DEPRECATION_TEST=y
CONFIG_BOOT_SERIAL_UART=n

# Required by USB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ CONFIG_GPIO=y
CONFIG_GPIO_NRFX_INTERRUPT=n
CONFIG_MCUBOOT_SERIAL=y
CONFIG_BOOT_SERIAL_CDC_ACM=y
# The MCUboot serial recovery over USB CDC ACM still uses USB legacy stack.
# Disable deprecation warnings to workaround build failures in CI.
CONFIG_DEPRECATION_TEST=y
CONFIG_BOOT_SERIAL_UART=n

# Required by USB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ CONFIG_GPIO=y
CONFIG_GPIO_NRFX_INTERRUPT=n
CONFIG_MCUBOOT_SERIAL=y
CONFIG_BOOT_SERIAL_CDC_ACM=y
# The MCUboot serial recovery over USB CDC ACM still uses USB legacy stack.
# Disable deprecation warnings to workaround build failures in CI.
CONFIG_DEPRECATION_TEST=y
CONFIG_BOOT_SERIAL_UART=n

# Required by USB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ CONFIG_CAF_CLICK_DETECTOR=y
CONFIG_CAF_LEDS=y

CONFIG_DESKTOP_ROLE_HID_DONGLE=y
# Disable deprecation warnings to workaround build failures in CI if USB legacy stack is used.
CONFIG_DEPRECATION_TEST=y
CONFIG_DESKTOP_DEVICE_PID=0x52DC

CONFIG_DESKTOP_BLE_PEER_CONTROL=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ CONFIG_CAF_CLICK_DETECTOR=y
CONFIG_CAF_LEDS=y

CONFIG_DESKTOP_ROLE_HID_DONGLE=y
# Disable deprecation warnings to workaround build failures in CI if USB legacy stack is used.
CONFIG_DEPRECATION_TEST=y
CONFIG_DESKTOP_DEVICE_PID=0x52E1

CONFIG_DESKTOP_BLE_PEER_CONTROL=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ CONFIG_CAF_CLICK_DETECTOR=y
CONFIG_CAF_LEDS=y

CONFIG_DESKTOP_ROLE_HID_DONGLE=y
# Disable deprecation warnings to workaround build failures in CI if USB legacy stack is used.
CONFIG_DEPRECATION_TEST=y
CONFIG_DESKTOP_DEVICE_PID=0x52DC

CONFIG_DESKTOP_BLE_PEER_CONTROL=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ CONFIG_GPIO=y
CONFIG_GPIO_NRFX_INTERRUPT=n
CONFIG_MCUBOOT_SERIAL=y
CONFIG_BOOT_SERIAL_CDC_ACM=y
# The MCUboot serial recovery over USB CDC ACM still uses USB legacy stack.
# Disable deprecation warnings to workaround build failures in CI.
CONFIG_DEPRECATION_TEST=y
CONFIG_BOOT_SERIAL_UART=n

# Required by USB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ CONFIG_GPIO=y
CONFIG_GPIO_NRFX_INTERRUPT=n
CONFIG_MCUBOOT_SERIAL=y
CONFIG_BOOT_SERIAL_CDC_ACM=y
# The MCUboot serial recovery over USB CDC ACM still uses USB legacy stack.
# Disable deprecation warnings to workaround build failures in CI.
CONFIG_DEPRECATION_TEST=y
CONFIG_BOOT_SERIAL_UART=n

# Required by USB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ CONFIG_CAF_CLICK_DETECTOR=y
CONFIG_CAF_LEDS=y

CONFIG_DESKTOP_ROLE_HID_DONGLE=y
# Disable deprecation warnings to workaround build failures in CI if USB legacy stack is used.
CONFIG_DEPRECATION_TEST=y
CONFIG_DESKTOP_DEVICE_PID=0x52E1

CONFIG_DESKTOP_BLE_PEER_CONTROL=y
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ CONFIG_CAF_CLICK_DETECTOR=y
CONFIG_CAF_LEDS=y

CONFIG_DESKTOP_ROLE_HID_DONGLE=y
# Disable deprecation warnings to workaround build failures in CI if USB legacy stack is used.
CONFIG_DEPRECATION_TEST=y
CONFIG_DESKTOP_DEVICE_PID=0x52E1

CONFIG_DESKTOP_BLE_PEER_CONTROL=y
Expand Down
Loading
Loading