Home
last modified time | relevance | path

Searched refs:boot_serial_uploaded_hook (Results 1 – 3 of 3) sorted by relevance

/mcuboot-latest/boot/zephyr/
Dhooks_sample.c86 int boot_serial_uploaded_hook(int img_index, const struct flash_area *area, in boot_serial_uploaded_hook() function
/mcuboot-latest/boot/bootutil/include/bootutil/
Dboot_hooks.h177 int boot_serial_uploaded_hook(int img_index, const struct flash_area *area,
/mcuboot-latest/boot/boot_serial/src/
Dboot_serial.c1161 rc = BOOT_HOOK_CALL(boot_serial_uploaded_hook, 0, img_num, fap, in bs_upload()