From f08541a195ced4600eb23e3ca2baf6542b2bf079 Mon Sep 17 00:00:00 2001 From: Marek Pieta Date: Mon, 28 Mar 2022 11:29:12 +0200 Subject: [PATCH] boot: zephyr: Disable CONFIG_USB_DEVICE_REMOTE_WAKEUP Change disables CONFIG_USB_DEVICE_REMOTE_WAKEUP, because it is not supported by the MCUboot bootloader source code. Signed-off-by: Marek Pieta --- boot/zephyr/boards/nrf52840dongle_nrf52840.conf | 1 + boot/zephyr/boards/thingy53_nrf5340_cpuapp.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/boot/zephyr/boards/nrf52840dongle_nrf52840.conf b/boot/zephyr/boards/nrf52840dongle_nrf52840.conf index f4fbb39d..a6965bb8 100644 --- a/boot/zephyr/boards/nrf52840dongle_nrf52840.conf +++ b/boot/zephyr/boards/nrf52840dongle_nrf52840.conf @@ -25,6 +25,7 @@ CONFIG_MULTITHREADING=y # USB CONFIG_USB_DEVICE_STACK=y +CONFIG_USB_DEVICE_REMOTE_WAKEUP=n CONFIG_USB_DEVICE_PRODUCT="MCUBOOT" CONFIG_USB_COMPOSITE_DEVICE=n CONFIG_USB_MASS_STORAGE=n diff --git a/boot/zephyr/boards/thingy53_nrf5340_cpuapp.conf b/boot/zephyr/boards/thingy53_nrf5340_cpuapp.conf index 8e29a8bf..7910bc66 100644 --- a/boot/zephyr/boards/thingy53_nrf5340_cpuapp.conf +++ b/boot/zephyr/boards/thingy53_nrf5340_cpuapp.conf @@ -36,6 +36,7 @@ CONFIG_NORDIC_QSPI_NOR_STACK_WRITE_BUFFER_SIZE=16 CONFIG_MULTITHREADING=y # USB +CONFIG_USB_DEVICE_REMOTE_WAKEUP=n CONFIG_USB_DEVICE_MANUFACTURER="Nordic Semiconductor ASA" CONFIG_USB_DEVICE_PRODUCT="Bootloader Thingy:53" CONFIG_USB_DEVICE_VID=0x1915