/Zephyr-Core-3.7.0/subsys/mgmt/mcumgr/grp/img_mgmt/src/ |
D | img_mgmt_state.c | 183 * 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/ |
D | dfu_mixed_fail.sh | 7 # 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/ |
D | canopen_program.py | 58 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 …]
|
D | blackmagicprobe.py | 172 ['-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/ |
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/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: 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/ |
D | mcumgr_fixture_test.py | 37 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/ |
D | main.c | 113 * 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/ |
D | img_gr_stub.c | 173 /* 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/ |
D | dhcpv6_internal.h | 57 #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/ |
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/samples/bluetooth/encrypted_advertising/ |
D | README.rst | 46 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/ |
D | test_op_agg.c | 235 /* 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/ |
D | arm_dynamic_direct_interrupts.c | 60 /* 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/ |
D | appli_debug_cmd.gdb | 7 set confirm off
|
D | appli_dl_cmd.gdb | 7 set confirm off
|
D | download_all.gdb | 6 set confirm off
|
/Zephyr-Core-3.7.0/tests/boards/nrf/qdec/src/ |
D | main.c | 136 * 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/ |
D | intel,adsp-power-domain.yaml | 17 read_address (PWRSTS) to set power active or confirm power active
|
/Zephyr-Core-3.7.0/subsys/bluetooth/controller/ll_sw/ |
D | lll_df.h | 13 /* 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/ |
D | test-regulator-fixed.yaml | 16 regulator enable-gpios property. This is used to confirm that signal's
|
/Zephyr-Core-3.7.0/tests/drivers/fuel_gauge/sbs_gauge/src/ |
D | test_cutoff_disabled.c | 26 /* We confirm there was no cutoff */ in ZTEST_F()
|
/Zephyr-Core-3.7.0/samples/bluetooth/encrypted_advertising/peripheral/src/ |
D | main.c | 52 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/ |
D | main.c | 58 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/ |
D | peripheral.c | 184 /* 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()
|