Home
last modified time | relevance | path

Searched full:dfu (Results 1 – 11 of 11) sorted by relevance

/mcuboot-latest/boot/zephyr/
DKconfig.serial_recovery51 bool "Allow to select image number for DFU"
108 times at the beginning of the DFU process.
155 bool "Wait a prescribed duration to see if DFU is invoked by receiving a MCUmgr comand"
159 for DFU to be invoked. The serial recovery can be entered by receiving any
163 int "Duration to wait for the serial DFU timeout in ms"
167 Timeout in ms for MCUboot to wait to allow for DFU to be invoked.
DKconfig582 prompt "USB DFU"
589 bool "Wait for a prescribed duration to see if USB DFU is invoked"
597 for USB DFU to be invoked. Please note DFU always updates the
601 bool "Use GPIO to detect whether to trigger DFU mode"
608 If y, MCUboot uses GPIO to detect whether to invoke USB DFU.
613 int "USB DFU wait duration"
617 Milliseconds to wait for USB DFU to be invoked.
634 Allows for entering USB DFU recovery mode if there is no bootable
663 bool "Turns on LED indication when device is in DFU"
Dmain.c465 BOOT_LOG_INF("Waiting for USB DFU");
467 BOOT_LOG_INF("USB DFU wait time elapsed");
475 BOOT_LOG_INF("Waiting for USB DFU");
480 BOOT_LOG_INF("USB DFU wait time elapsed");
540 BOOT_LOG_INF("Waiting for USB DFU");
Dio.c117 #error "Serial recovery/USB DFU button must be declared in device tree as 'mcuboot_button0'"
/mcuboot-latest/.github/workflows/
Dzephyr_build.yaml87 -T ./tests/subsys/dfu
/mcuboot-latest/boot/zephyr/include/mcuboot_config/
Dmcuboot_config.h287 # error "USB DFU Requires MULTITHREADING"
/mcuboot-latest/boot/bootutil/include/bootutil/
Dbootutil_public.h35 * MCUBoot and the application which controls DFU process.
/mcuboot-latest/docs/
Dreadme-zephyr.md230 Alternatively, MCUboot can wait for a limited time to check if DFU is invoked by receiving an MCUmg…
Drelease-notes.md213 - Thingy:53 now supports multi-image DFU.
Ddesign.md275 slot during each swap. Assuming that receiving a new image by the DFU
/mcuboot-latest/boot/bootutil/src/
Dbootutil_public.c36 * which controls DFU process.