/Zephyr-latest/samples/subsys/mgmt/updatehub/ |
D | README.rst | 2 :name: UpdateHub embedded Firmware Over-The-Air (FOTA) update 11 update all your embedded devices. It handles all aspects related to sending 16 This sample shows how to use UpdateHub in both a polling and manual update 23 an available update, also requires the user to decide if it is appropriate to 24 update now or later. 133 When using UpdateHub Cloud server it is necessary update your own 371 If everything is alright, it will print on the screen ``No update available``. 389 in step 9. With that, the update is published, and the server is ready to 390 accept update requests. 393 Step 12: Run the update [all …]
|
/Zephyr-latest/scripts/ |
D | gen_gcov_files.py | 37 extracted_coverage_info.update({file_name: hex_dump})
|
D | zephyr_module.py | 327 m.update(f.read()) 642 meta.update({'west': {'manifest': west_projs['manifest_path'], 644 meta['workspace'].update({'off': workspace_off}) 665 meta['workspace'].update({'dirty': workspace_dirty, 676 zephyr_project.update({'revision': zephyr_revision}) 686 manifest_project.update({'revision': manifest_revision})
|
/Zephyr-latest/drivers/stepper/step_dir/ |
D | step_dir_stepper_work_timing.c | 74 .update = step_work_timing_source_update,
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit_priv.h | 123 const char *update; member
|
/Zephyr-latest/drivers/crypto/ |
D | crypto_npcx_sha.c | 43 enum ncl_status (*update)(void *ctx, const uint8_t *data, uint32_t Len); member 115 ret = NPCX_NCL_SHA->update(npcx_ctx->handle, pkt->in_buf, pkt->in_len); in npcx_sha_compute()
|
/Zephyr-latest/boards/nxp/mimxrt700_evk/ |
D | CMakeLists.txt | 17 "update your flash configuration block data")
|
/Zephyr-latest/boards/nxp/mimxrt685_evk/ |
D | CMakeLists.txt | 16 "update your flash configuration block data")
|
/Zephyr-latest/samples/modules/compression/lz4/ |
D | README.rst | 20 west update
|
/Zephyr-latest/doc/develop/west/ |
D | troubleshooting.rst | 8 ``west update`` fetching failures 11 One good way to troubleshoot fetching issues is to run ``west update`` in 16 west -v update 42 update`` without entering your password in that same shell. 94 $ west update 187 (choose from 'init', 'update', 'list', 'manifest', 'diff',
|
D | release-notes.rst | 151 example, you must now specify ``west update --keep-descendants`` instead of 152 using an abbreviation like ``west update --keep-d``. This is part of a change 161 - ``west update``: new ``--submodule-init-config`` option. 364 - ``west update --fetch=smart`` (``smart`` is the default) now correctly skips 395 - ``west update`` now supports ``--narrow``, ``--name-cache``, and 396 ``--path-cache`` options. These can be influenced by the ``update.narrow``, 397 ``update.name-cache``, and ``update.path-cache`` :ref:`west-config` options. 398 These can be used to optimize the speed of the update. 399 - ``west update`` now supports a ``--fetch-opt`` option that will be passed to 405 - ``west update`` now synchronizes Git submodules in projects by default. This [all …]
|
/Zephyr-latest/doc/security/ |
D | sensor-threat.rst | 14 to send configuration data to the device, as well as software update 54 b. When an authorized replacement image is available, the update 55 shall be done in a timely manner [th-timely-update]_. 57 c. The image update shall be seen as atomic, meaning that when the 58 image is run, the flash shall contain either the update image in 60 [th-atomic-update]_. 80 periodically, which will require a way to update the client secret. 82 this update to proceed while the old key is used. 153 the update image when an update is needed. 155 The bootloader shall verify the signature of the update image [all …]
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | dfu_srv.h | 197 } update; member
|
/Zephyr-latest/boards/nxp/mimxrt1180_evk/ |
D | CMakeLists.txt | 15 "update your flash configuration or device configuration data blocks")
|
/Zephyr-latest/boards/nxp/mimxrt595_evk/ |
D | CMakeLists.txt | 17 "update your flash configuration block data")
|
/Zephyr-latest/cmake/linker/ |
D | linker_libraries_native.cmake | 16 # order as this allows to update libraries in use elsewhere.
|
/Zephyr-latest/share/sysbuild/ |
D | CMakeLists.txt | 11 # This will update the APP_DIR cache variable to PATH type and apply a comment.
|
/Zephyr-latest/subsys/mgmt/updatehub/ |
D | Kconfig | 24 remotely update all your embedded devices in the field. It 35 Set the interval that the UpdateHub update server will be polled. 96 before abort a current update.
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_ds3231.c | 45 struct rtc_ds3231_update update; member 652 data->update = (struct rtc_ds3231_update){NULL, NULL}; in rtc_ds3231_init_update() 660 data->update = (struct rtc_ds3231_update){cb, user_data}; in rtc_ds3231_update_set_callback() 667 if (data->update.cb) { in rtc_ds3231_update_callback() 668 data->update.cb(dev, data->update.user_data); in rtc_ds3231_update_callback()
|
/Zephyr-latest/scripts/dts/ |
D | gen_edt.py | 42 vendor_prefixes.update(edtlib.load_vendor_prefixes_txt(prefixes_file))
|
/Zephyr-latest/boards/nxp/mimxrt1010_evk/ |
D | CMakeLists.txt | 14 "update your flash configuration data blocks")
|
/Zephyr-latest/boards/nxp/mimxrt1015_evk/ |
D | CMakeLists.txt | 13 "update your flash configuration data blocks")
|
/Zephyr-latest/drivers/modem/ |
D | Kconfig.hl7800 | 18 bool "Firmware update" 21 Enable the ability to update the HL7800 via XMODEM 22 by providing an update file to the update API. 230 Requested extended periodic TAU (tracking area update) value (T3412)
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_dfu.c | 1570 ASSERT_EQUAL(expected_stop_phase, dfu_srv.update.phase); in test_target_dfu_stop() 1580 ASSERT_EQUAL(BT_MESH_DFU_PHASE_TRANSFER_ERR, dfu_srv.update.phase); in test_target_dfu_stop() 1584 ASSERT_EQUAL(BT_MESH_DFU_PHASE_VERIFY, dfu_srv.update.phase); in test_target_dfu_stop() 1587 ASSERT_EQUAL(BT_MESH_DFU_PHASE_VERIFY, dfu_srv.update.phase); in test_target_dfu_stop() 1589 ASSERT_EQUAL(BT_MESH_DFU_PHASE_VERIFY_OK, dfu_srv.update.phase); in test_target_dfu_stop() 1592 ASSERT_EQUAL(BT_MESH_DFU_PHASE_VERIFY_FAIL, dfu_srv.update.phase); in test_target_dfu_stop() 1596 ASSERT_EQUAL(BT_MESH_DFU_PHASE_APPLYING, dfu_srv.update.phase); in test_target_dfu_stop() 1599 ASSERT_EQUAL(BT_MESH_DFU_PHASE_APPLYING, dfu_srv.update.phase); in test_target_dfu_stop() 1601 ASSERT_EQUAL(BT_MESH_DFU_PHASE_IDLE, dfu_srv.update.phase); in test_target_dfu_stop() 1608 ASSERT_EQUAL(0, dfu_srv.update.idx); in test_target_dfu_stop()
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.fish | 161 "update" "update projects described in west manifest" \ 353 # update 354 complete -c west -n __zephyr_west_use_subcommand -ra update -d "update projects described in west m… 355 complete -c west -n "__zephyr_west_seen_subcommand_from update" -ra "(__zephyr_west_complete_projec… 356 complete -c west -n "__zephyr_west_seen_subcommand_from update" -l stats -d "print performance stat… 357 complete -c west -n "__zephyr_west_seen_subcommand_from update" -l name-cache -ra "(__zephyr_west_c… 358 complete -c west -n "__zephyr_west_seen_subcommand_from update" -l path-cache -ra "(__zephyr_west_c… 359 complete -c west -n "__zephyr_west_seen_subcommand_from update" -o f -l fetch -ra "always smart" -d… 360 complete -c west -n "__zephyr_west_seen_subcommand_from update" -o o -l fetch-opt -d "fetch options" 361 complete -c west -n "__zephyr_west_seen_subcommand_from update" -o n -l narrow -d "narrow fetch" [all …]
|