Home
last modified time | relevance | path

Searched refs:confirm (Results 1 – 25 of 51) sorted by relevance

123

/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt_state.c548 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/
Ddfu_mixed_fail.sh11 fail-confirm=1
16 fail-confirm=1
/Zephyr-latest/scripts/west_commands/runners/
Dcanopen_program.py55 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/
Dtest_canopen_program.py48 …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/
Dimg_gr_stub.c177 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/
Ddownload_all.gdb6 set confirm off
Dappli_debug_cmd.gdb7 set confirm off
Dappli_dl_cmd.gdb7 set confirm off
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/
DKconfig66 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/
Dimg_mgmt_client.h170 int img_mgmt_client_state_write(struct img_mgmt_client *client, char *hash, bool confirm,
/Zephyr-latest/samples/sensor/mcux_lpcmp/
DREADME.rst15 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/
Dmcuboot.cmake145 ${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/
DKconfig61 WARNING: This bypasses Mcuboot's test-confirm mechanism!
/Zephyr-latest/subsys/dfu/boot/
Dmcuboot_shell.c242 SHELL_CMD_ARG(confirm, NULL, "confirm", cmd_mcuboot_confirm, 1, 0),
/Zephyr-latest/samples/bluetooth/encrypted_advertising/
DREADME.rst47 button on both boards to confirm the pairing request.
/Zephyr-latest/samples/subsys/modbus/tcp_server/
DREADME.rst55 Client should confirm successful communication and LED0 should light.
/Zephyr-latest/samples/boards/nxp/mimxrt595_evk/system_off/
DREADME.rst63 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/
DKconfig42 allows to perform such operations as: confirm, erase and request
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-shell.rst48 message is printed to confirm Bluetooth has been initialized.
/Zephyr-latest/samples/subsys/modbus/tcp_gateway/
DREADME.rst59 Client should confirm successful communication and LED0 should light.
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/
Dimg_mgmt_client.c452 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/
DREADME.rst90 Client should confirm successful communication and LED0 should light.
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_1.rst240 (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/
Dindex.rst153 7. Hit ``Exit`` and confirm saving the changes.
/Zephyr-latest/share/sysbuild/images/bootloader/
DKconfig103 marked for test it needs to confirm itself, on the first boot, or it will be removed and

123