| /Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/ |
| D | img_mgmt_state.c | 548 static int img_mgmt_set_next_boot_slot_common(int slot, int active_slot, bool confirm) in img_mgmt_set_next_boot_slot_common() argument 558 rc = boot_set_next(fa, slot == active_slot, confirm); in img_mgmt_set_next_boot_slot_common() 563 rc, slot, active_slot, confirm); in img_mgmt_set_next_boot_slot_common() 579 if (rc == 0 && slot == active_slot && confirm) { in img_mgmt_set_next_boot_slot_common() 596 int img_mgmt_set_next_boot_slot(int slot, bool confirm) in img_mgmt_set_next_boot_slot() argument 607 LOG_DBG("(%d, %s)", slot, confirm ? "confirm" : "test"); in img_mgmt_set_next_boot_slot() 618 if (confirm && image != img_mgmt_active_image() && in img_mgmt_set_next_boot_slot() 627 if (!confirm && slot == active_slot) { in img_mgmt_set_next_boot_slot() 633 if (!confirm && slot == next_boot_slot) { in img_mgmt_set_next_boot_slot() 643 if (confirm && slot == next_boot_slot) { in img_mgmt_set_next_boot_slot() [all …]
|
| /Zephyr-latest/tests/bsim/bluetooth/mesh/tests_scripts/dfu/ |
| D | dfu_mixed_fail.sh | 11 fail-confirm=1 16 fail-confirm=1
|
| /Zephyr-latest/scripts/west_commands/runners/ |
| D | canopen_program.py | 55 program_number=DEFAULT_PROGRAM_NUMBER, confirm=True, argument 67 self.confirm = confirm 122 parser.set_defaults(confirm=True) 129 confirm=args.confirm, 184 if self.confirm:
|
| /Zephyr-latest/scripts/west_commands/tests/ |
| D | test_canopen_program.py | 48 …node_id, context, program_number, confirm, confirm_only, timeout, sdo_retries, sdo_timeout, downlo… 55 if not confirm: 123 if confirm:
|
| /Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/ |
| D | img_gr_stub.c | 177 bool confirm; in img_state_write_verify() local 180 ZCBOR_MAP_DECODE_KEY_DECODER("confirm", zcbor_bool_decode, &confirm), in img_state_write_verify() 189 confirm = false; in img_state_write_verify() 201 if (confirm) { in img_state_write_verify() 213 if (confirm) { in img_state_write_verify()
|
| /Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/support/ |
| D | download_all.gdb | 6 set confirm off
|
| D | appli_debug_cmd.gdb | 7 set confirm off
|
| D | appli_dl_cmd.gdb | 7 set confirm off
|
| /Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/ |
| D | Kconfig | 66 bool "Allow to confirm secondary slot of non-active image" 69 Allows to confirm secondary (non-active) slot of non-active image. 70 Normally it should not be allowed to confirm any slots of non-active 73 have means to test and confirm the image. 76 bool "Allow to confirm slots of non-active image" 79 Allows to confirm any slot of non-active image. 80 Normally it should not be allowed to confirm any slots of non-active 83 have means to test and confirm the image.
|
| /Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/ |
| D | img_mgmt_client.h | 170 int img_mgmt_client_state_write(struct img_mgmt_client *client, char *hash, bool confirm,
|
| /Zephyr-latest/samples/sensor/mcux_lpcmp/ |
| D | README.rst | 15 check the reference manual to confirm where this reference voltage comes 19 manual and board schematic to confirm which specific port is used and can
|
| /Zephyr-latest/cmake/ |
| D | mcuboot.cmake | 145 ${imgtool_sign} ${imgtool_args} --pad --confirm ${output}.bin 168 ${imgtool_sign} ${imgtool_args_alt_slot} --pad --confirm ${output}.bin 207 ${imgtool_sign} ${imgtool_args} --pad --confirm ${output}.hex 230 ${imgtool_sign} ${imgtool_args_alt_slot} --pad --confirm ${output}.hex
|
| /Zephyr-latest/subsys/usb/device/class/dfu/ |
| D | Kconfig | 61 WARNING: This bypasses Mcuboot's test-confirm mechanism!
|
| /Zephyr-latest/subsys/dfu/boot/ |
| D | mcuboot_shell.c | 242 SHELL_CMD_ARG(confirm, NULL, "confirm", cmd_mcuboot_confirm, 1, 0),
|
| /Zephyr-latest/samples/bluetooth/encrypted_advertising/ |
| D | README.rst | 47 button on both boards to confirm the pairing request.
|
| /Zephyr-latest/samples/subsys/modbus/tcp_server/ |
| D | README.rst | 55 Client should confirm successful communication and LED0 should light.
|
| /Zephyr-latest/samples/boards/nxp/mimxrt595_evk/system_off/ |
| D | README.rst | 63 In this default state, one can confirm the RTC is waking the MCU from 79 fuses, it is best to write the OTP shadow registers first and confirm
|
| /Zephyr-latest/subsys/dfu/ |
| D | Kconfig | 42 allows to perform such operations as: confirm, erase and request
|
| /Zephyr-latest/doc/connectivity/bluetooth/ |
| D | bluetooth-shell.rst | 48 message is printed to confirm Bluetooth has been initialized.
|
| /Zephyr-latest/samples/subsys/modbus/tcp_gateway/ |
| D | README.rst | 59 Client should confirm successful communication and LED0 should light.
|
| /Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/ |
| D | img_mgmt_client.c | 452 int img_mgmt_client_state_write(struct img_mgmt_client *client, char *hash, bool confirm, in img_mgmt_client_state_write() argument 484 zcbor_bool_put(zse, confirm); in img_mgmt_client_state_write()
|
| /Zephyr-latest/samples/subsys/modbus/rtu_server/ |
| D | README.rst | 90 Client should confirm successful communication and LED0 should light.
|
| /Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
| D | smp_group_1.rst | 240 (str)"confirm" : (bool) 243 If "confirm" is false or not provided, an image with the "hash" will be set for 246 In case when "confirm" is true, the "hash" is optional as the currently running
|
| /Zephyr-latest/boards/cdns/xt-sim/doc/ |
| D | index.rst | 153 7. Hit ``Exit`` and confirm saving the changes.
|
| /Zephyr-latest/share/sysbuild/images/bootloader/ |
| D | Kconfig | 103 marked for test it needs to confirm itself, on the first boot, or it will be removed and
|