/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfd_srv.c | 85 return bt_mesh_blob_srv_is_busy(&srv->upload.blob) || in upload_is_busy() 86 srv->upload.phase == BT_MESH_DFD_UPLOAD_PHASE_TRANSFER_ACTIVE; in upload_is_busy() 350 net_buf_simple_add_u8(&rsp, srv->upload.phase); in upload_status_rsp_with_progress() 352 if (srv->upload.phase == BT_MESH_DFD_UPLOAD_PHASE_IDLE || in upload_status_rsp_with_progress() 353 !srv->upload.slot) { in upload_status_rsp_with_progress() 359 if (srv->upload.is_oob) { in upload_status_rsp_with_progress() 361 net_buf_simple_add_mem(&rsp, srv->upload.oob.current_fwid, in upload_status_rsp_with_progress() 362 srv->upload.oob.current_fwid_len); in upload_status_rsp_with_progress() 367 net_buf_simple_add_mem(&rsp, srv->upload.slot->fwid, in upload_status_rsp_with_progress() 368 srv->upload.slot->fwid_len); in upload_status_rsp_with_progress() [all …]
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/src/ |
D | img_mgmt_client.c | 213 active_client->upload.offset = image_upload_buf->image_upload_offset; in image_upload_res_fn() 310 client->upload.image_size = image_size; in img_mgmt_client_upload_init() 311 client->upload.offset = 0; in img_mgmt_client_upload_init() 312 client->upload.image_num = image_num; in img_mgmt_client_upload_init() 314 memcpy(client->upload.sha256, image_hash, IMG_MGMT_DATA_SHA_LEN); in img_mgmt_client_upload_init() 315 client->upload.hash_initialized = true; in img_mgmt_client_upload_init() 317 client->upload.hash_initialized = false; in img_mgmt_client_upload_init() 321 client->upload.upload_header_size = upload_message_header_size(&client->upload); in img_mgmt_client_upload_init() 322 if (client->upload.upload_header_size) { in img_mgmt_client_upload_init() 352 (active_client->upload.upload_header_size + MGMT_HDR_SIZE + 2U + 2U); in img_mgmt_client_upload() [all …]
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | dfd_srv.h | 58 .upload = { \ 78 .upload = { \ 91 BT_MESH_MODEL_BLOB_SRV(&(_srv)->upload.blob), \ 240 } upload; member
|
/Zephyr-latest/scripts/ci/es_upload/ |
D | README.md | 6 JSON reports upload. 17 For other command line options and more details run the upload script with `--help`, 21 in the current Twister report format and in the upload script itself. 24 It is recommended to try the upload script with `--dry-run` option first 25 to check the resulting data without its actual upload. 28 to connect with your server running the upload script. 33 Execute the upload script once for the first time to create your index at the ElasticSearch 44 The upload script has several command line options to change `twister.json` data: 60 Only one testsuite property object can be flattened this way per index upload.
|
/Zephyr-latest/doc/services/device_mgmt/smp_groups/ |
D | smp_group_1.rst | 16 | ``1`` | Image upload | 254 Image upload 257 The image upload command allows to update application image. 259 Image upload request argument 262 The image upload request is sent for each chunk of image that is uploaded, until 265 Image upload request header fields: 302 | "sha" | SHA256 hash of an upload; this is used to identify an upload session (e.g. to | 305 | | or not included if the hash is not available (in which case, upload session | 313 | | upload will be rejected. Zephyr compares major, minor and revision (x.y.z) by | 325 It is possible that a server will respond to an upload with "off" of 0, this [all …]
|
D | smp_group_8.rst | 6 The file management group provides commands that allow to upload and download files 17 | ``0`` | File download/upload | 46 By default, all file upload/download requests are unconditionally allowed. 159 File upload 162 Allows to upload a file to a specified location. Command will automatically overwrite 164 The protocol supports stateless upload where each requests carries different chunk 165 of a file and it is client side responsibility to track progress of upload. 178 single upload context, holding information on ongoing upload, that consists 179 of bool flag indicating in-progress upload, last successfully uploaded offset 184 By default, all file upload/download requests are unconditionally allowed. [all …]
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt_client/ |
D | Kconfig | 24 int "MCUmgr upload data alignment size" 30 int "MCUmgr reset or upload command timeout"
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/ |
D | Kconfig | 33 Use heap to allocate flash image upload context, otherwise a static variable will 95 bool "Allow direct image upload" 101 target for upload, and more than two may be used (4 at this time). 102 NOTE: When direct upload is used the image numbers are shifted by + 1, and the default 103 behaviour is, when image is not selected, to upload to image that represents secondary 110 encoded into .bin file header with use of imgtool, on upload and will 135 This will enable the upload check hook which will send image upload requests to 136 registered callbacks to check with the user application if an upload should be accepted 144 uploads. Note that these are status checking only, to allow inspecting of a file upload
|
/Zephyr-latest/samples/subsys/mgmt/mcumgr/smp_svr/ |
D | README.rst | 182 Direct image upload and Image mapping to MCUboot slot 185 Currently MCUmgr supports, for direct upload, 4 target images, of which first two are mapped 205 upload ``image`` ID to use to update that slot, see :ref:`mcumgr_smp_group_1_slot_info` for 211 To upload the signed image, refer to the documentation for your chosen tool, select the new 212 firmware file to upload and begin the upload. 216 At the beginning of the upload process, the target might start erasing the image slot, taking 235 Some tools may allow for listing the hash of an image without needing to upload them. 282 Download files from/upload files to file system
|
/Zephyr-latest/samples/subsys/usb/dfu-next/ |
D | README.rst | 17 :ref:`disk_access_api` and RAM-disk to download/upload the image. 31 `dfu-util`_ tool can be used to download or upload the images. There are two 40 Use the following command to upload the ``ramdisk0`` image to the host: 44 dfu-util --alt 0 --upload ramdisk0_backup.bin 61 An additional interface will be available in DFU mode to upload/download the
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | dfd_srv.rst | 19 distribution and upload. 30 The slots are managed remotely by a Firmware Distribution Client, which can both upload new slots
|
/Zephyr-latest/subsys/usb/device/class/dfu/ |
D | Kconfig | 45 Enabling this option allows to upload firmware image to the host. 46 Be aware that upload capability can be a security risk because
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | Kconfig.dfu | 65 This option enables download or upload for the slot-0 partition, if 71 This option enables download or upload for the slot-1 partition, if
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/ |
D | img_mgmt_client.h | 106 struct img_gr_upload upload; member
|
/Zephyr-latest/boards/microchip/m2gl025_miv/doc/ |
D | index.rst | 27 In order to upload the application to the device, you'll need OpenOCD and GDB 44 Leave it running, and in a different terminal, use GDB to upload the binary to
|
/Zephyr-latest/boards/st/steval_stwinbx1/ |
D | board.cmake | 4 # By default stm32cubeprogrammer configured to use DFU upload method.
|
/Zephyr-latest/boards/microchip/mpfs_icicle/doc/ |
D | index.rst | 32 In order to upload the application to the device, you'll need OpenOCD and GDB 49 Leave it running, and in a different terminal, use GDB to upload the binary to
|
/Zephyr-latest/boards/waveshare/nrf51_ble400/doc/ |
D | index.rst | 217 .. _User manual: https://www.waveshare.com/w/upload/b/b7/NRF51822-Eval-Kit-UserManual-EN.pdf 218 .. _Schematic: https://www.waveshare.com/w/upload/1/1b/BLE400-Schematic.pdf 219 .. _Code samples: https://www.waveshare.com/w/upload/5/53/NRF51822-Code.7z 220 .. _Core board schematics: https://www.waveshare.com/w/upload/5/57/Core51822-Schematic.pdf
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | zperf.rst | 48 zperf udp upload 2001:db8::2 5001 10 1K 1M 55 zperf tcp upload 2001:db8::2 5001 10 1K 1M
|
/Zephyr-latest/boards/ite/it8xxx2_evb/doc/ |
D | index.rst | 45 https://www.ite.com.tw/upload/2024_01_15/6_20240115100309cgdjgcLzX3.pdf 50 In order to upload the application to the device, 168 https://www.ite.com.tw/upload/2024_01_23/6_20240123162336wu55j1Rjm4.bz2
|
/Zephyr-latest/drivers/sensor/grow_r502a/ |
D | Kconfig | 20 Template data packet size for upload and download
|
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/ |
D | Kconfig | 156 of this size gets allocated on the stack during handling of file upload 176 upload/download command is used. If unable to acquire the semaphore, 187 Time (in ms) for a file upload/download to be declared aborted and
|
/Zephyr-latest/boards/digilent/zybo/doc/ |
D | index.rst | 86 Next, upload and run the Zephyr application: 125 Next, upload and debug the Zephyr application:
|
/Zephyr-latest/boards/shields/waveshare_ups/doc/ |
D | index.rst | 141 https://www.waveshare.com/w/upload/3/3f/ETA6003.pdf
|
/Zephyr-latest/.github/ISSUE_TEMPLATE/ |
D | 001_bug_report.md | 56 e.g Wireshark capture or Logic analyzer capture (upload in zip archive).
|