Searched refs:permanent (Results 1 – 10 of 10) sorted by relevance
| /subsys/dfu/boot/ |
| A D | mcuboot_shell.c | 135 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 D | mcuboot.c | 326 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 D | Kconfig | 58 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 D | img_mgmt_client.c | 54 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 D | img_mgmt_priv.h | 41 int img_mgmt_write_pending(int slot, bool permanent);
|
| /subsys/mgmt/osdp/src/ |
| A D | osdp_pd.c | 371 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 D | osdp_cp.c | 221 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 D | img_mgmt_state.c | 376 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 D | zephyr_img_mgmt.c | 317 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 D | Kconfig | 126 To check if the data written to permanent storage matches the SHA
|
Completed in 33 milliseconds