Skip to content

Commit

Permalink
[nrf noup] zephyr: Disable Thingy:53 board specific USB CDC config
Browse files Browse the repository at this point in the history
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 <mateusz.kapala@nordicsemi.no>
  • Loading branch information
mkapala-nordic authored and nordicjm committed Feb 9, 2023
1 parent 4f775a8 commit 6fec3ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boot/zephyr/boards/thingy53_nrf5340_cpuapp.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ CONFIG_NORDIC_QSPI_NOR_STACK_WRITE_BUFFER_SIZE=16
CONFIG_MULTITHREADING=y

# USB
CONFIG_BOARD_SERIAL_BACKEND_CDC_ACM=n
CONFIG_USB_DEVICE_REMOTE_WAKEUP=n
CONFIG_USB_DEVICE_MANUFACTURER="Nordic Semiconductor ASA"
CONFIG_USB_DEVICE_PRODUCT="Bootloader Thingy:53"
Expand Down

0 comments on commit 6fec3ff

Please sign in to comment.