Home
last modified time | relevance | path

Searched refs:confirmed (Results 1 – 25 of 33) sorted by relevance

12

/Zephyr-latest/samples/subsys/zbus/confirmed_channel/
DREADME.rst1 .. zephyr:code-sample:: zbus-confirmed-channel
5 Use confirmed zbus channels to ensure all subscribers consume a message.
9 This sample implements a simple way of using confirmed channels in zbus.
10 The confirmed channel can only be published when all the subscribers consume the message.
/Zephyr-latest/cmake/
Dmcuboot.cmake153 list(APPEND byproducts ${output}.signed.confirmed.bin)
154 set(BYPRODUCT_KERNEL_SIGNED_CONFIRMED_BIN_NAME "${output}.signed.confirmed.bin"
155 CACHE FILEPATH "Signed and confirmed kernel bin file" FORCE
159 ${output}.signed.confirmed.bin)
179 list(APPEND byproducts ${output}.slot1.signed.confirmed.bin)
182 ${output}.slot1.signed.confirmed.bin)
205 list(APPEND byproducts ${output}.signed.confirmed.hex)
206 set(BYPRODUCT_KERNEL_SIGNED_CONFIRMED_HEX_NAME "${output}.signed.confirmed.hex"
207 CACHE FILEPATH "Signed and confirmed kernel hex file" FORCE
211 ${output}.signed.confirmed.hex)
[all …]
/Zephyr-latest/tests/subsys/dfu/mcuboot_multi/src/
Dmain.c37 static void _test_request_upgrade_n(uint8_t fa_id, int img_index, int confirmed) in _test_request_upgrade_n() argument
56 ret = (confirmed) ? BOOT_UPGRADE_PERMANENT : BOOT_UPGRADE_TEST; in _test_request_upgrade_n()
64 if (confirmed) { in _test_request_upgrade_n()
/Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/
Dimg_gr_stub.c130 ZCBOR_ENCODE_FLAG(zse, "confirmed", image_dummy_info[i].flags.confirmed) && in img_read_response()
214 image_dummy_info[0].flags.confirmed = true; in img_state_write_verify()
299 image_dummy_info[i].flags.confirmed = false; in img_gr_stub_data_init()
302 image_dummy_info[i].flags.confirmed = true; in img_gr_stub_data_init()
Dmain.c192 image_info[0].flags.confirmed = false; in ZTEST()
198 zassert_equal(true, image_info[0].flags.confirmed, "Expected to receive %d response %d", in ZTEST()
199 true, image_info[0].flags.confirmed); in ZTEST()
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt_client.h34 bool confirmed: 1; member
/Zephyr-latest/subsys/mgmt/mcumgr/transport/
DKconfig.lorawan31 bool "Use confirmed packets for uplinks"
34 Will use confirmed uplink packets for responses if enabled, otherwise will use
/Zephyr-latest/samples/bluetooth/encrypted_advertising/
DREADME.rst59 Passkey confirmed.
70 Passkey confirmed.
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/
Dimg_mgmt_client.c54 bool bootable, pending, confirmed, active, permanent, ok; in image_state_res_fn() local
65 ZCBOR_MAP_DECODE_KEY_DECODER("confirmed", zcbor_bool_decode, &confirmed), in image_state_res_fn()
109 confirmed = false; in image_state_res_fn()
156 image_info->image_list[image_info->image_list_length].flags.confirmed = in image_state_res_fn()
157 confirmed; in image_state_res_fn()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu_cli.h166 void (*confirmed)(struct bt_mesh_dfu_cli *cli); member
/Zephyr-latest/modules/
DKconfig.mcuboot123 bool "Also generate a padded, confirmed image"
125 The signed, padded, and confirmed binaries are placed in the build
126 directory at zephyr/zephyr.signed.confirmed.bin and
127 zephyr/zephyr.signed.confirmed.hex.
230 if application with higher version will not get confirmed.
/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_cli.c415 static void confirmed(struct bt_mesh_blob_cli *b);
615 .next = confirmed, in confirm()
629 static void confirmed(struct bt_mesh_blob_cli *b) in confirmed() function
667 if (cli->cb && cli->cb->confirmed) { in confirmed()
668 cli->cb->confirmed(cli); in confirmed()
Ddfd_srv.c883 .confirmed = dfu_confirmed,
/Zephyr-latest/doc/services/device_mgmt/
Dota.rst32 TLS/DTLS, and the signed firmware binary is confirmed by MCUboot before the
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/
DKconfig89 Allows erasing secondary slot which is marked for test or confirmed; this allows
166 confirmed images, if support for that is required then this feature should be left as
/Zephyr-latest/samples/subsys/mgmt/hawkbit/
DREADME.rst106 Upload the :file:`zephyr.signed.confirmed.bin` file to image slot-0
111 west flash --bin-file build/zephyr/zephyr.signed.confirmed.bin
/Zephyr-latest/doc/services/device_mgmt/smp_groups/
Dsmp_group_1.rst121 (str,opt)"confirmed" : (bool)
187 | "confirmed" | true if image has been confirmed; this field does not have to be |
/Zephyr-latest/doc/build/signing/
Dindex.rst44 - :kconfig:option:`CONFIG_MCUBOOT_GENERATE_CONFIRMED_IMAGE`: also generate a confirmed image,
/Zephyr-latest/doc/project/
Dworking_groups.rst85 report of any results, decisions of a working group are considered confirmed
Dtsc.rst124 - Existing TSC members who were elected before May 2024 shall be re-confirmed
/Zephyr-latest/share/sysbuild/images/bootloader/
DKconfig95 version will not get confirmed.
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/
DREADME.rst281 reset unless the image is confirmed. Confirm the image using the tool of your choice.
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfu.c57 .confirmed = dfu_cli_confirmed,
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dsar_cfg.rst169 an acknowledgment with already confirmed segments was received. Use the Kconfig option
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c935 .confirmed = dfu_cli_confirmed,

12