/Zephyr-latest/samples/subsys/zbus/confirmed_channel/ |
D | README.rst | 1 .. 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/ |
D | mcuboot.cmake | 153 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/ |
D | main.c | 37 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/ |
D | img_gr_stub.c | 130 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()
|
D | main.c | 192 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/ |
D | img_mgmt_client.h | 34 bool confirmed: 1; member
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/ |
D | Kconfig.lorawan | 31 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/ |
D | README.rst | 59 Passkey confirmed. 70 Passkey confirmed.
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/ |
D | img_mgmt_client.c | 54 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/ |
D | dfu_cli.h | 166 void (*confirmed)(struct bt_mesh_dfu_cli *cli); member
|
/Zephyr-latest/modules/ |
D | Kconfig.mcuboot | 123 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/ |
D | dfu_cli.c | 415 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()
|
D | dfd_srv.c | 883 .confirmed = dfu_confirmed,
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | ota.rst | 32 TLS/DTLS, and the signed firmware binary is confirmed by MCUboot before the
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/ |
D | Kconfig | 89 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/ |
D | README.rst | 106 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/ |
D | smp_group_1.rst | 121 (str,opt)"confirmed" : (bool) 187 | "confirmed" | true if image has been confirmed; this field does not have to be |
|
/Zephyr-latest/doc/build/signing/ |
D | index.rst | 44 - :kconfig:option:`CONFIG_MCUBOOT_GENERATE_CONFIRMED_IMAGE`: also generate a confirmed image,
|
/Zephyr-latest/doc/project/ |
D | working_groups.rst | 85 report of any results, decisions of a working group are considered confirmed
|
D | tsc.rst | 124 - Existing TSC members who were elected before May 2024 shall be re-confirmed
|
/Zephyr-latest/share/sysbuild/images/bootloader/ |
D | Kconfig | 95 version will not get confirmed.
|
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/ |
D | README.rst | 281 reset unless the image is confirmed. Confirm the image using the tool of your choice.
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | dfu.c | 57 .confirmed = dfu_cli_confirmed,
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | sar_cfg.rst | 169 an acknowledgment with already confirmed segments was received. Use the Kconfig option
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_dfu.c | 935 .confirmed = dfu_cli_confirmed,
|