Home
last modified time | relevance | path

Searched full:confirm (Results 1 – 25 of 146) sorted by relevance

123456

/Zephyr-Core-3.7.0/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dimg_mgmt_state.c183 * confirm itself or it will be reverted. in img_mgmt_get_next_boot_slot()
359 * argument is specified, the system doesn't require a confirm after the swap
399 /* Confirm disallowed if a test is pending. */ in img_mgmt_state_confirm()
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()
536 " with active slot %d and confirm %d", 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()
557 /* Confirm event is only sent for active slot */ 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
[all …]
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/tests_scripts/dfu/
Ddfu_mixed_fail.sh7 # Test that confirm step fails with all variants of firmware effect
11 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
103 parser.add_argument('--confirm', '--no-confirm',
104 dest='confirm', nargs=0,
106 help='confirm after starting? (default: yes)')
107 parser.add_argument('--confirm-only', default=False, action='store_true',
108 help='confirm only, no program download (default: no)')
119 parser.set_defaults(confirm=True)
126 confirm=args.confirm,
180 if self.confirm:
[all …]
Dblackmagicprobe.py172 ['-ex', "set confirm off",
194 ['-ex', "set confirm off",
202 ['-ex', "set confirm off",
215 ['-ex', "set confirm off",
/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/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:
55 args.append('--no-confirm')
57 args.append('--confirm-only')
118 if confirm:
/Zephyr-Core-3.7.0/scripts/pylib/pytest-twister-harness/tests/fixtures/
Dmcumgr_fixture_test.py37 patched_run_command.assert_called_with('image confirm ABCD')
87 # take first hash to confirm
89 mcumgr.run_command.assert_called_with('image confirm 1111')
/Zephyr-Core-3.7.0/tests/drivers/watchdog/wdt_error_cases/src/
Dmain.c113 * Confirm that wdt_disable() returns
137 * Confirm that wdt_setup() returns error value or ASSERTION FAIL
157 * Confirm that wdt_feed() returns error value
177 * Confirm that wdt_install_timeout() returns
205 * Confirm that wdt_install_timeout() returns
233 * Confirm that wdt_install_timeout() returns
261 * Confirm that wdt_install_timeout() returns
310 * Confirm that wdt_install_timeout() returns
345 * Confirm that wdt_install_timeout() returns ASSERTION FAIL or
379 * Confirm that wdt_setup() returns
[all …]
/Zephyr-Core-3.7.0/tests/subsys/mgmt/mcumgr/mcumgr_client/src/
Dimg_gr_stub.c173 /* Parse CBOR data: hash and confirm */ in img_state_write_verify()
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()
222 /* Parse CBOR data: hash and confirm */ in img_upload_init_verify()
/Zephyr-Core-3.7.0/subsys/net/lib/dhcpv6/
Ddhcpv6_internal.h57 #define DHCPV6_CNF_MAX_DELAY 1000 /* Max delay of first Confirm, milliseconds */
58 #define DHCPV6_CNF_TIMEOUT 1000 /* Initial Confirm timeout, milliseconds */
59 #define DHCPV6_CNF_MAX_RT 4000 /* Max Confirm timeout, milliseconds */
60 #define DHCPV6_CNF_MAX_RD 10000 /* Max Confirm duration, milliseconds */
/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/samples/bluetooth/encrypted_advertising/
DREADME.rst46 button on both boards to confirm the pairing request.
57 Confirm passkey by pressing button at gpio@50000000 pin 11...
68 Confirm passkey by pressing button at gpio@50000000 pin 11...
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/
Dtest_op_agg.c235 /* Confirm status messages for sequence */ in test_tester_model_coex()
238 /* Confirm incoming sequence messages from server */ in test_tester_model_coex()
249 /* Wait and confirm incoming sequence messages from cli device */ in test_dut_model_coex()
255 /* Confirm status messages for sequence */ in test_dut_model_coex()
269 /* Confirm incoming sequence messages */ in test_dut_model_coex_loopback()
272 /* Confirm status messages for sequence */ in test_dut_model_coex_loopback()
/Zephyr-Core-3.7.0/tests/arch/arm/arm_irq_advanced_features/src/
Darm_dynamic_direct_interrupts.c60 /* Confirm test flag is set by the dynamic direct ISR handler. */ in ZTEST()
84 /* Confirm test flag is set by the dynamic direct ISR handler. */ in ZTEST()
/Zephyr-Core-3.7.0/boards/intel/socfpga_std/cyclonev_socdk/support/
Dappli_debug_cmd.gdb7 set confirm off
Dappli_dl_cmd.gdb7 set confirm off
Ddownload_all.gdb6 set confirm off
/Zephyr-Core-3.7.0/tests/boards/nrf/qdec/src/
Dmain.c136 * Confirm trigger happens after set and stops after being disabled
179 * Confirm trigger happens after set
210 * Confirm setting trigger with invalid data does not work
252 * Confirm getting empty reading from QDEC
285 * Confirm getting readings from QDEC
333 * Confirm getting readings from QDEC with invalid channel
358 * Confirm fetching work with QDEC specific channel - rotation
/Zephyr-Core-3.7.0/dts/bindings/power-domain/
Dintel,adsp-power-domain.yaml17 read_address (PWRSTS) to set power active or confirm power active
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/
Dlll_df.h13 /* Confirm if there is `count` of free IQ report node rx available and return
/Zephyr-Core-3.7.0/tests/drivers/regulator/fixed/dts/bindings/
Dtest-regulator-fixed.yaml16 regulator enable-gpios property. This is used to confirm that signal's
/Zephyr-Core-3.7.0/tests/drivers/fuel_gauge/sbs_gauge/src/
Dtest_cutoff_disabled.c26 /* We confirm there was no cutoff */ in ZTEST_F()
/Zephyr-Core-3.7.0/samples/bluetooth/encrypted_advertising/peripheral/src/
Dmain.c52 printk("Confirm passkey by pressing button at %s pin %d...\n", button.port->name, in get_passkey_confirmation()
59 LOG_DBG("Failed to confirm passkey."); in get_passkey_confirmation()
/Zephyr-Core-3.7.0/samples/bluetooth/encrypted_advertising/central/src/
Dmain.c58 printk("Confirm passkey by pressing button at %s pin %d...\n", button.port->name, in get_passkey_confirmation()
65 LOG_DBG("Failed to confirm passkey."); in get_passkey_confirmation()
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/security/ccc_update/src/
Dperipheral.c184 /* confirm to good client that the subscribtion has been well registered */ in connect_pair_check_subscribtion()
203 /* confirm to bad client that the subscribtion had not been restored */ in connect_wait_unsubscribtion()
213 /* confirm to bad client that unsubscribtion request has been well registered */ in connect_wait_unsubscribtion()
234 /* confirm to good client that the subscribtion has been well restored */ in connect_restore_sec_check_subscribtion()

123456