/Zephyr-Core-3.7.0/subsys/mgmt/mcumgr/grp/img_mgmt/src/ |
D | img_mgmt_state.c | 522 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/ |
D | dfu_mixed_fail.sh | 11 fail-confirm=1 16 fail-confirm=1
|
/Zephyr-Core-3.7.0/scripts/west_commands/runners/ |
D | canopen_program.py | 58 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/ |
D | test_canopen_program.py | 47 …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/ |
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-Core-3.7.0/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-Core-3.7.0/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-Core-3.7.0/samples/sensor/mcux_lpcmp/ |
D | README.rst | 14 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/ |
D | img_mgmt_client.h | 170 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/ |
D | Kconfig | 61 WARNING: This bypasses Mcuboot's test-confirm mechanism!
|
/Zephyr-Core-3.7.0/subsys/dfu/boot/ |
D | mcuboot_shell.c | 242 SHELL_CMD_ARG(confirm, NULL, "confirm", cmd_mcuboot_confirm, 1, 0),
|
/Zephyr-Core-3.7.0/samples/subsys/modbus/tcp_server/ |
D | README.rst | 55 Client should confirm successful communication and LED0 should light.
|
/Zephyr-Core-3.7.0/samples/bluetooth/encrypted_advertising/ |
D | README.rst | 46 button on both boards to confirm the pairing request.
|
/Zephyr-Core-3.7.0/samples/boards/mimxrt595_evk/system_off/ |
D | README.rst | 62 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/ |
D | Kconfig | 41 allows to perform such operations as: confirm, erase and request
|
/Zephyr-Core-3.7.0/samples/subsys/modbus/tcp_gateway/ |
D | README.rst | 59 Client should confirm successful communication and LED0 should light.
|
/Zephyr-Core-3.7.0/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-Core-3.7.0/samples/sensor/fxos8700/ |
D | README.rst | 127 Please confirm the FXOS8700CQ(U6) is populated on your board.
|
/Zephyr-Core-3.7.0/doc/services/device_mgmt/smp_groups/ |
D | smp_group_1.rst | 238 (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/ |
D | README.rst | 90 Client should confirm successful communication and LED0 should light.
|
/Zephyr-Core-3.7.0/boards/cdns/xt-sim/doc/ |
D | index.rst | 162 7. Hit ``Exit`` and confirm saving the changes.
|
/Zephyr-Core-3.7.0/cmake/ |
D | mcuboot.cmake | 180 ${west_sign} ${confirmed_args} ${imgtool_args} --pad --confirm)
|
/Zephyr-Core-3.7.0/doc/connectivity/bluetooth/api/mesh/ |
D | dfu_srv.rst | 123 The Distributor will read out the firmware image table to confirm that the transfer was successfully
|