Home
last modified time | relevance | path

Searched full:download (Results 1 – 25 of 313) sorted by relevance

12345678910>>...13

/Zephyr-latest/dts/bindings/bluetooth/
Dnxp,bt-hci-uart.yaml30 fw-download-primary-speed:
33 HCI UART primary baudrate for FW download operation.
36 fw-download-primary-flowcontrol:
41 fw-download-secondary-speed:
44 HCI UART secondary baudrate for FW download operation.
47 fw-download-secondary-flowcontrol:
Dinfineon,cyw43xxx-bt-hci.yaml29 fw-download-speed = <3000000>;
36 NOTE2: Use fw-download-speed and hci-operation-speed properties to configure UART
37 speeds for firmware download (fw-download-speed) and HCI operation
39 If hci-operation-speed or fw-download-speed are not defined in bt-hci node,
74 fw-download-speed:
77 HCI UART boudrate for FW download operation. If not defined
/Zephyr-latest/samples/net/sockets/big_http_download/
DKconfig9 string "Download URL"
12 URL to download.
15 int "Maximum length of the download URL"
22 Number of download iterations (0 - unlimited).
/Zephyr-latest/.github/workflows/
Ddoc-publish-pr.yml23 - name: Download artifacts
24 id: download-artifacts
25 uses: dawidd6/action-download-artifact@v6
32 if: steps.download-artifacts.outputs.found_artifact == 'true'
41 if: steps.download-artifacts.outputs.found_artifact == 'true'
50 steps.download-artifacts.outputs.found_artifact == 'true' &&
57 if: steps.download-artifacts.outputs.found_artifact == 'true'
65 if: steps.download-artifacts.outputs.found_artifact == 'true'
73 if: steps.download-artifacts.outputs.found_artifact == 'true'
Dtwister-publish.yaml28 - name: Download Artifacts
29 id: download-artifacts
30 uses: dawidd6/action-download-artifact@v6
38 if: steps.download-artifacts.outputs.found_artifact == 'true'
Dbsim-tests-publish.yaml15 - name: Download artifacts
16 uses: dawidd6/action-download-artifact@v6
/Zephyr-latest/samples/net/sockets/coap_download/
DREADME.rst1 .. zephyr:code-sample:: coap-download
2 :name: CoAP download
5 Use the CoAP client API to download data via a GET request
25 Build the CoAP download sample application like this:
38 Download a CoAP server application, for example `aiocoap`_ (Python), or
81 [00:00:00.110,000] <inf> coap_download: Starting CoAP download using IPv4
83 [00:00:00.180,000] <inf> coap_download: CoAP download done, got 100 bytes in 70 ms
84 [00:00:00.180,000] <inf> coap_download: Starting CoAP download using IPv6
86 [00:00:00.300,000] <inf> coap_download: CoAP download done, got 100 bytes in 120 ms
DKconfig4 mainmenu "CoAP Download Sample Application"
13 string "The CoAP resource path to download"
17 the application should download.
/Zephyr-latest/subsys/mgmt/updatehub/
DKconfig91 int "Maximum retries attempts to download a packet"
95 Set the maximum number of retries attempts to download a packet
119 bool "SHA-256 on download"
127 simultaneously, enable "Both download and flash verifications"
138 To check if the download data stream matches the SHA simultaneously,
139 enable "Both download and flash verifications" option.
142 bool "SHA-256 from both download and flash"
/Zephyr-latest/scripts/west_commands/tests/
Dtest_stm32cubeprogrammer.py81 "--download",
105 "--download",
130 "--download",
154 "--download",
178 "--download",
202 "--download",
226 "--download",
250 "--download",
275 "--download",
300 "--download",
[all …]
/Zephyr-latest/subsys/usb/device/class/dfu/
DKconfig51 bool "Reboot after download"
54 When enabled the device will automatically reboot after a download
58 bool "Mark slot 1 as permanent after download"
/Zephyr-latest/boards/intel/niosv_g/doc/
Dindex.rst33 In order to create the Nios® V/g processor inside the FPGA device, please download the generated .s…
46 Download Zephyr elf file and run application
49 To download the Zephyr Executable and Linkable Format .elf file, please use the niosv-download comm…
53 niosv-download -g <elf file>
/Zephyr-latest/boards/intel/niosv_m/doc/
Dindex.rst33 In order to create the Nios® V/m processor inside the FPGA device, please download the generated .s…
46 Download Zephyr elf file and run application
49 To download the Zephyr Executable and Linkable Format .elf file, please use the niosv-download comm…
53 niosv-download -g <elf file>
/Zephyr-latest/boards/intel/socfpga_std/cyclonev_socdk/support/
Ddownload_all.gdb4 # Download preloader and .elf using GDB commands
9 #Download and Run preloader
/Zephyr-latest/samples/subsys/usb/dfu/
DREADME.rst75 dfu-util --alt 1 --download build-hello_world/zephyr/zephyr.signed.bin
111 Permanent download and automatic reboot
114 There are some symbols that can be used to enable a hands free download:
116 To mark SLOT-1 as permanent after the download completes,
119 To automatically reboot after the download completes,
124 Make sure there is another way to download firmware.
127 Both symbols can be enabled with the :file:`overlay-permanent-download.conf` overlay. For example:
133 -DEXTRA_CONF_FILE=overlay-permanent-download.conf
Dsample.yaml36 sample.usb.dfu.permanent.download:
38 extra_args: EXTRA_CONF_FILE=overlay-permanent-download.conf
/Zephyr-latest/scripts/west_commands/runners/
Dcanopen_program.py5 '''Runner for performing program download over CANopen (DSP 302-3).'''
26 # Program download buffer size in bytes
107 help='confirm only, no program download (default: no)')
115 parser.add_argument('--download-buffer-size', type=int,
117 help=f'''Program download buffer size in bytes
145 '''Download program to flash over CANopen'''
167 raise ValueError('Cannot download program; bin_file is missing')
172 self.downloader.download(self.bin_file)
176 raise ValueError('Program download failed: '
278 def download(self, bin_file): member in CANopenProgramDownloader
[all …]
/Zephyr-latest/boards/shields/mikroe_ble_tiny_click/doc/
Dindex.rst38 The `Renesas SmartBond Flash Programmer`_ tool can be used to download a
42 for download as follows:
48 Selecting the DA14531 HCI Binary File for Download
88 …https://download.mikroe.com/documents/add-on-boards/click/ble_tiny_click/BLE_TINY_click_v102_Schem…
/Zephyr-latest/modules/canopennode/
Dcanopennode.h100 * @brief Attach CANopen object dictionary program download handlers.
102 * Attach CANopen program download functions to object dictionary
139 * @brief Indicate CANopen program download in progress
141 * Indicate that a CANopen program download is in progress.
143 * @param in_progress true if program download is in progress, false otherwise
/Zephyr-latest/subsys/mgmt/mcumgr/grp/fs_mgmt/
DKconfig62 This value affects how much of data will fit into download buffer,
69 bool "Setting custom size of download file chunk"
157 and download commands.
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/infineon/cy8cproto_062_4343w/
Dcy8cproto_062_4343w.dts69 /* Configuration UART speeds for firmware download (fw-download-speed)
71 * If hci-operation-speed or fw-download-speed are not defined in
75 fw-download-speed = <3000000>;
/Zephyr-latest/boards/shields/renesas_us159_da14531evz/doc/
Dindex.rst29 The `Renesas SmartBond Flash Programmer`_ tool can be used to download a
33 for download as follows:
39 Selecting the DA14531 HCI Binary File for Download
/Zephyr-latest/doc/connectivity/networking/api/
Dzperf.rst73 If Zephyr is acting as a server, set the download mode as follows for UDP:
77 zperf udp download 5001
84 zperf tcp download 5001
/Zephyr-latest/boards/panasonic/pan1783/doc/
Dindex.rst47 available in the `download section PAN1783`_ / `download section PAN1783A`_ / `download section PAN…
/Zephyr-latest/boards/nxp/mimxrt1170_evk/
Dmimxrt1170_evk_mimxrt1176_cm7_B.overlay94 fw-download-primary-speed = <115200>;
95 fw-download-secondary-speed = <3000000>;
96 fw-download-secondary-flowcontrol;

12345678910>>...13