/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfu_srv.c | 30 bt_mesh_model_data_store(srv->mod, false, NULL, &srv->update, in store_state() 31 sizeof(srv->update)); in store_state() 42 srv->update.idx >= srv->img_count) { in xfer_failed() 49 srv->cb->end(srv, &srv->imgs[srv->update.idx], false); in xfer_failed() 82 srv->update.phase = BT_MESH_DFU_PHASE_VERIFY_OK; in apply_rsp_sent() 89 if (!srv->cb->apply || srv->update.idx == UPDATE_IDX_NONE) { in apply_rsp_sent() 90 srv->update.phase = BT_MESH_DFU_PHASE_IDLE; in apply_rsp_sent() 98 err = srv->cb->apply(srv, &srv->imgs[srv->update.idx]); in apply_rsp_sent() 100 srv->update.phase = BT_MESH_DFU_PHASE_IDLE; in apply_rsp_sent() 115 srv->update.phase = BT_MESH_DFU_PHASE_VERIFY; in verify() [all …]
|
D | cdb.c | 74 bool update; member 202 if (net.iv.update) { in cdb_net_set() 579 struct node_update *update = &cdb_node_updates[i]; in cdb_node_update_find() local 581 if (update->addr == BT_MESH_ADDR_UNASSIGNED) { in cdb_node_update_find() 582 *free_slot = update; in cdb_node_update_find() 586 if (update->addr == addr) { in cdb_node_update_find() 587 match = update; in cdb_node_update_find() 597 struct node_update *update, *free_slot; in update_cdb_node_settings() local 601 update = cdb_node_update_find(node->addr, &free_slot); in update_cdb_node_settings() 602 if (update) { in update_cdb_node_settings() [all …]
|
D | app_keys.c | 133 struct app_key_update *update = &app_key_updates[i]; in app_key_update_find() local 135 if (!update->valid) { in app_key_update_find() 136 *free_slot = update; in app_key_update_find() 140 if (update->key_idx == key_idx) { in app_key_update_find() 141 match = update; in app_key_update_find() 150 struct app_key_update *update, *free_slot; in update_app_key_settings() local 155 update = app_key_update_find(app_idx, &free_slot); in update_app_key_settings() 156 if (update) { in update_app_key_settings() 157 update->clear = clear; in update_app_key_settings() 709 struct app_key_update *update = &app_key_updates[i]; in bt_mesh_app_key_pending_store() local [all …]
|
D | subnet.c | 131 struct net_key_update *update = &net_key_updates[i]; in net_key_update_find() local 133 if (!update->valid) { in net_key_update_find() 134 *free_slot = update; in net_key_update_find() 138 if (update->key_idx == key_idx) { in net_key_update_find() 139 match = update; in net_key_update_find() 163 struct net_key_update *update, *free_slot; in update_subnet_settings() local 168 update = net_key_update_find(net_idx, &free_slot); in update_subnet_settings() 169 if (update) { in update_subnet_settings() 170 update->clear = clear; in update_subnet_settings() 1005 struct net_key_update *update = &net_key_updates[i]; in bt_mesh_subnet_pending_store() local [all …]
|
/Zephyr-latest/scripts/utils/ |
D | twister_to_list.py | 33 update = False 42 update = True 44 return update 57 update = False 61 update |= process(common) 64 update |= process(spec) 66 if update:
|
D | migrate_sys_init.py | 47 update = False 59 update = True 75 if update:
|
/Zephyr-latest/scripts/west_commands/zspdx/ |
D | util.py | 28 hSHA1.update(buf) 29 hSHA256.update(buf) 30 hMD5.update(buf)
|
/Zephyr-latest/doc/develop/west/ |
D | built-in.rst | 78 Just be sure to run ``west update`` afterwards to update your workspace to 81 .. _west-update: 83 west update 88 west update [-f {always,smart}] [-k] [-r] 103 **Project update procedure:** 119 To avoid unnecessary fetches, ``west update`` will not fetch project 124 or set the ``update.fetch`` :ref:`configuration option <west-config>` to 129 if the project is tracking a branch), ``west update`` always fetches, 130 regardless of ``-f`` and ``update.fetch``. 136 For safety, ``west update`` uses ``git checkout --detach`` to check out a [all …]
|
D | alias.rst | 33 west config alias.update "update -o=--depth=1 -n" 57 Override ``west update`` to check a local cache: 61 west config alias.update "update --path-cache $HOME/.cache/zephyrproject"
|
D | basics.rst | 14 repository>`, while the ``west update`` command initially clones, and later updates, the 88 You use the :ref:`west update <west-update-basics>` command to update the 117 west init and west update 121 update``. 152 Your workspace is now almost ready to use; you just need to run ``west update`` 157 .. _west-update-basics: 159 ``west update`` basics argument 168 should run ``west update`` to make sure your workspace contains the 171 The ``west update`` command reads the manifest file's contents by: 186 For more details, see :ref:`west-update`.
|
D | config.rst | 77 Doing the above means that commands like ``west update`` will look for the 90 -- and thus the behavior of commands like ``west update`` -- using: 171 to the manifest repository used by ``west update`` and other commands 230 * - ``update.fetch`` 233 :ref:`west-update` command will skip fetching 237 * - ``update.name-cache`` 238 - String. If non-empty, ``west update`` will use its value as the 240 * - ``update.narrow`` 241 - Boolean. If ``true``, ``west update`` behaves as if ``--narrow`` was 243 * - ``update.path-cache`` [all …]
|
/Zephyr-latest/scripts/ci/ |
D | version_mgr.py | 108 def update(git_tree, is_weekly=False): function 141 if args.update: 142 update(args.update, args.weekly)
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | ota.rst | 14 when an update is available. Security is a concern with OTA updates; firmware 42 `Eclipse hawkBit`_ |trade| is an update server framework that uses polling on a 43 REST api to detect firmware updates. When a new update is detected, the binary 54 be manually triggered or monitored via polling. When a new update is detected, 64 A Simple Management Protocol (SMP) server can be used to update firmware via 75 The :ref:`lwm2m_interface` protocol includes support for firmware update via 78 available but it does not demonstrate the firmware update feature.
|
/Zephyr-latest/doc/develop/manifest/ |
D | index.rst | 15 call :command:`west update`. Many of the projects or modules listed below are 23 west update 33 call :command:`west update`. You can add any of the projects or modules listed below 40 west update
|
/Zephyr-latest/scripts/checkpatch/ |
D | check_known_checkpatch_issues.sh | 21 declare update=n 50 u) update=y ;; 138 if [ ${update} = y ]; then
|
/Zephyr-latest/submanifests/ |
D | example.yaml.sample | 6 # Then change the 'name' and 'url' below and run 'west update'. 9 # every time you run 'west update'.
|
/Zephyr-latest/samples/subsys/mgmt/hawkbit/ |
D | Kconfig | 24 there is an available update, also requires the user to decide if 25 it is appropriate to update now or later.
|
D | README.rst | 10 The Eclipse hawkBit update server provides REST resources which are consumed by the 11 device to retrieve software update tasks. This API is based on HTTP standards 15 update mode. 22 an available update, it will install the update. You can access the sample 70 sudo docker run -p 8080:8080 hawkbit/hawkbit-update-server:latest \ 116 upload a firmware binary to the server, and update it using this UI. 136 Step 7: Run the update 147 updates, and then download the update you've just created. If everything goes 163 cd hawkbit/hawkbit-runtime/hawkbit-update-server/src/main/resources 254 java -jar ./hawkbit-runtime/hawkbit-update-server/target/ \ [all …]
|
/Zephyr-latest/samples/subsys/mgmt/updatehub/ |
D | Kconfig | 10 there is an available update, also requires the user to decide if 11 it is appropriate to update now or later.
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | Kconfig | 34 Set the interval that the hawkbit update server will be polled. 43 Activate autohandler to handle the update process automatically. 165 prompt "Reboot mode after update" 169 bool "Warm reboot after update" 171 Do a warm reboot after the update. 174 bool "Cold reboot after update" 176 Do a cold reboot after the update.
|
/Zephyr-latest/tests/lib/acpi/boards/ |
D | qemu_x86_64.overlay | 7 /* TODO: This overlay file need to update once mc146818 driver eneable for acpi support.
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.dw_axi_dmac | 45 update this flag to change the axi master interface data width 51 update this config to set maximum value of block size
|
/Zephyr-latest/boards/microchip/mec172xevb_assy6906/support/ |
D | mec172x_remote_flasher.py | 71 sha256.update(spi_data) 76 sha256.update(now.encode("utf-8"))
|
/Zephyr-latest/doc/_extensions/zephyr/ |
D | doxybridge.py | 149 cache.setdefault(kind, {}).update(data) 176 cache.setdefault(kind, {}).update(data) 193 app.env.doxybridge_cache.setdefault(kind, {}).update(data) 194 app.env.doxybridge_group_titles.update(group_titles)
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/tests_scripts/ |
D | ll.set2.llcp.test_list | 9 #LL/CON/PER/BV-77-C # Needs testcase implementation update 10 #LL/CON/PER/BV-78-C # Needs testcase implementation update 11 #LL/CON/PER/BV-80-C # Needs testcase implementation update 12 #LL/CON/PER/BV-81-C # Needs testcase implementation update
|