Home
last modified time | relevance | path

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

123

/Zephyr-Core-3.7.0/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt_state.c522 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
532 rc = boot_set_next(fa, slot == active_slot, confirm); in img_mgmt_set_next_boot_slot_common()
537 rc, slot, active_slot, confirm); in img_mgmt_set_next_boot_slot_common()
553 if (rc == 0 && slot == active_slot && confirm) { in img_mgmt_set_next_boot_slot_common()
567 int img_mgmt_set_next_boot_slot(int slot, bool confirm) in img_mgmt_set_next_boot_slot() argument
578 LOG_DBG("(%d, %s)", slot, confirm ? "confirm" : "test"); in img_mgmt_set_next_boot_slot()
589 if (confirm && image != img_mgmt_active_image() && in img_mgmt_set_next_boot_slot()
598 if (!confirm && slot == active_slot) { in img_mgmt_set_next_boot_slot()
604 if (!confirm && slot == next_boot_slot) { in img_mgmt_set_next_boot_slot()
614 if (confirm && slot == next_boot_slot) { in img_mgmt_set_next_boot_slot()
[all …]
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/tests_scripts/dfu/
Ddfu_mixed_fail.sh11 fail-confirm=1
16 fail-confirm=1
/Zephyr-Core-3.7.0/scripts/west_commands/runners/
Dcanopen_program.py58 program_number=DEFAULT_PROGRAM_NUMBER, confirm=True, argument
70 self.confirm = confirm
119 parser.set_defaults(confirm=True)
126 confirm=args.confirm,
180 if self.confirm:
/Zephyr-Core-3.7.0/scripts/west_commands/tests/
Dtest_canopen_program.py47 …node_id, context, program_number, confirm, confirm_only, timeout, sdo_retries, sdo_timeout, block_…
54 if not confirm:
118 if confirm:
/Zephyr-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/samples/sensor/mcux_lpcmp/
DREADME.rst14 check the reference manual to confirm where this reference voltage comes
18 manual and board schematic to confirm which specific port is used and can
/Zephyr-Core-3.7.0/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-Core-3.7.0/subsys/usb/device/class/dfu/
DKconfig61 WARNING: This bypasses Mcuboot's test-confirm mechanism!
/Zephyr-Core-3.7.0/subsys/dfu/boot/
Dmcuboot_shell.c242 SHELL_CMD_ARG(confirm, NULL, "confirm", cmd_mcuboot_confirm, 1, 0),
/Zephyr-Core-3.7.0/samples/subsys/modbus/tcp_server/
DREADME.rst55 Client should confirm successful communication and LED0 should light.
/Zephyr-Core-3.7.0/samples/bluetooth/encrypted_advertising/
DREADME.rst46 button on both boards to confirm the pairing request.
/Zephyr-Core-3.7.0/samples/boards/mimxrt595_evk/system_off/
DREADME.rst62 In this default state, one can confirm the RTC is waking the MCU from
78 fuses, it is best to write the OTP shadow registers first and confirm
/Zephyr-Core-3.7.0/subsys/dfu/
DKconfig41 allows to perform such operations as: confirm, erase and request
/Zephyr-Core-3.7.0/samples/subsys/modbus/tcp_gateway/
DREADME.rst59 Client should confirm successful communication and LED0 should light.
/Zephyr-Core-3.7.0/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-Core-3.7.0/samples/sensor/fxos8700/
DREADME.rst127 Please confirm the FXOS8700CQ(U6) is populated on your board.
/Zephyr-Core-3.7.0/doc/services/device_mgmt/smp_groups/
Dsmp_group_1.rst238 (str)"confirm" : (bool)
241 If "confirm" is false or not provided, an image with the "hash" will be set for
244 In case when "confirm" is true, the "hash" is optional as the currently running
/Zephyr-Core-3.7.0/samples/subsys/modbus/rtu_server/
DREADME.rst90 Client should confirm successful communication and LED0 should light.
/Zephyr-Core-3.7.0/boards/cdns/xt-sim/doc/
Dindex.rst162 7. Hit ``Exit`` and confirm saving the changes.
/Zephyr-Core-3.7.0/cmake/
Dmcuboot.cmake180 ${west_sign} ${confirmed_args} ${imgtool_args} --pad --confirm)
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/mesh/
Ddfu_srv.rst123 The Distributor will read out the firmware image table to confirm that the transfer was successfully

123