Skip to content

Commit 6fec3ff

Browse files
mkapala-nordicnordicjm
authored andcommitted
[nrf noup] zephyr: Disable Thingy:53 board specific USB CDC config
MCUBoot configures USB CDC by its own. There is no need for BOARD_SERIAL_BACKEND_CDC_ACM option to configure anything which is later overwritten anyway. Jira: NCSDK-18596 Signed-off-by: Mateusz Kapala <[email protected]>
1 parent 4f775a8 commit 6fec3ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

boot/zephyr/boards/thingy53_nrf5340_cpuapp.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ CONFIG_NORDIC_QSPI_NOR_STACK_WRITE_BUFFER_SIZE=16
3434
CONFIG_MULTITHREADING=y
3535

3636
# USB
37+
CONFIG_BOARD_SERIAL_BACKEND_CDC_ACM=n
3738
CONFIG_USB_DEVICE_REMOTE_WAKEUP=n
3839
CONFIG_USB_DEVICE_MANUFACTURER="Nordic Semiconductor ASA"
3940
CONFIG_USB_DEVICE_PRODUCT="Bootloader Thingy:53"

0 commit comments

Comments
 (0)