Home
last modified time | relevance | path

Searched refs:reset (Results 1 – 18 of 18) sorted by relevance

/mcuboot-latest/boot/zephyr/
DKconfig.firmware_loader39 bool "Check for device reset by pin"
42 Checks if the module reset was caused by the reset pin and will
Dmain.c144 uint32_t reset; member
239 ((void (*)(void))vt->reset)(); in do_boot()
DKconfig.serial_recovery184 bool "Check for device reset by pin"
187 Checks if the module reset was caused by the reset pin and will
DKconfig213 firmware. The clean-up sets these registers to their warm-reset
681 but it doesn't relocate vector in its reset handler.
873 bool "Verify reset address of image in secondary slot"
879 Verify that the reset address in the image located in the secondary slot
/mcuboot-latest/scripts/
Dgdb-boot.sh23 mon reset 2
/mcuboot-latest/docs/
Dtestplan-zephyr.md45 Now reset the target::
47 $ pyocd commander -c reset
62 $ pyocd commander -c reset
Dreadme-nuttx.md12 - `CONFIG_MCUBOOT_WATCHDOG`: If `CONFIG_WATCHDOG` is enabled, MCUboot shall reset the watchdog time…
27 …d triggering the firmware update process for the next boot after a system reset. There is also the…
Dreadme-espressif.md397 Flash the bootloader as following, with `--after no_reset` flag, so you can reset the device only
498 reset the device.*
850 mcumgr -c esp reset
Dreadme-zephyr.md28 so your SoC runs it out of reset. If there are multiple updateable images
Drelease-notes.md52 - Use general flash operations to determine the flash reset vector. This
/mcuboot-latest/sim/
DREADME.rst5 code, specifically testing untimely reset scenarios to make sure the
/mcuboot-latest/boot/cypress/MCUBootApp/
DExternalMemory.md90 -c "init; reset init; program PATH_TO_APPLICATION.hex" \
91 -c "resume; reset; exit"
DREADME.md185 -c "init; reset init; program PATH_TO_APPLICATION.hex" \
186 -c "resume; reset; exit"
DMCUBootApp.ld93 * Reset_Handler : Entry of reset handler
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM0P/GCC_ARM/
Dcy8c6xxa_cm0plus.ld92 * Reset_Handler : Entry of reset handler
/mcuboot-latest/boot/cypress/BlinkyApp/linker/
DBlinkyApp_template.ld96 * Reset_Handler : Entry of reset handler
/mcuboot-latest/boot/cypress/platforms/PSOC_062_2M/CM4/GCC_ARM/
Dcy8c6xxa_cm4_dual.ld95 * Reset_Handler : Entry of reset handler
/mcuboot-latest/sim/src/
Dimage.rs1564 for reset in &mut resets { in try_random_fails()
1573 *reset = reset_counter; in try_random_fails()