Home
last modified time | relevance | path

Searched refs:permanent (Results 1 – 10 of 10) sorted by relevance

/subsys/dfu/boot/
A Dmcuboot_shell.c135 int permanent = 0; in cmd_mcuboot_request_upgrade() local
140 permanent = 1; in cmd_mcuboot_request_upgrade()
147 err = boot_request_upgrade(permanent); in cmd_mcuboot_request_upgrade()
A Dmcuboot.c326 int boot_request_upgrade(int permanent) in boot_request_upgrade() argument
331 rc = boot_set_pending(permanent); in boot_request_upgrade()
339 int boot_request_upgrade_multi(int image_index, int permanent) in boot_request_upgrade_multi() argument
343 rc = boot_set_pending_multi(image_index, permanent); in boot_request_upgrade_multi()
/subsys/usb/device/class/dfu/
A DKconfig58 bool "Mark slot 1 as permanent after download"
60 When enabled the image written to slot 1 will be marked as permanent.
/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/
A Dimg_mgmt_client.c54 bool bootable, pending, confirmed, active, permanent, ok; in image_state_res_fn() local
67 ZCBOR_MAP_DECODE_KEY_DECODER("permanent", zcbor_bool_decode, &permanent) in image_state_res_fn()
111 permanent = false; in image_state_res_fn()
159 image_info->image_list[image_info->image_list_length].flags.permanent = in image_state_res_fn()
160 permanent; in image_state_res_fn()
/subsys/mgmt/mcumgr/grp/img_mgmt/include/mgmt/mcumgr/grp/img_mgmt/
A Dimg_mgmt_priv.h41 int img_mgmt_write_pending(int slot, bool permanent);
/subsys/mgmt/osdp/src/
A Dosdp_pd.c371 cmd.led.permanent.control_code = buf[pos++]; in pd_decode_command()
372 cmd.led.permanent.on_count = buf[pos++]; in pd_decode_command()
373 cmd.led.permanent.off_count = buf[pos++]; in pd_decode_command()
374 cmd.led.permanent.on_color = buf[pos++]; in pd_decode_command()
375 cmd.led.permanent.off_color = buf[pos++]; in pd_decode_command()
A Dosdp_cp.c221 buf[len++] = cmd->led.permanent.control_code; in cp_build_command()
222 buf[len++] = cmd->led.permanent.on_count; in cp_build_command()
223 buf[len++] = cmd->led.permanent.off_count; in cp_build_command()
224 buf[len++] = cmd->led.permanent.on_color; in cp_build_command()
225 buf[len++] = cmd->led.permanent.off_color; in cp_build_command()
/subsys/mgmt/mcumgr/grp/img_mgmt/src/
A Dimg_mgmt_state.c376 img_mgmt_state_set_pending(int slot, int permanent) in img_mgmt_state_set_pending() argument
391 rc = img_mgmt_write_pending(slot, permanent); in img_mgmt_state_set_pending()
A Dzephyr_img_mgmt.c317 int img_mgmt_write_pending(int slot, bool permanent) in img_mgmt_write_pending() argument
325 rc = boot_request_upgrade_multi(img_mgmt_slot_to_image(slot), permanent); in img_mgmt_write_pending()
/subsys/mgmt/updatehub/
A DKconfig126 To check if the data written to permanent storage matches the SHA

Completed in 33 milliseconds