Home
last modified time | relevance | path

Searched refs:blobs (Results 1 – 25 of 107) sorted by relevance

12345

/Zephyr-latest/scripts/west_commands/
Dblobs.py81 blobs = []
97 blobs += zephyr_module.process_blobs(module.project, module.meta)
99 return blobs
102 blobs = self.get_blobs(args)
104 for blob in blobs:
148 blobs = self.get_blobs(args)
149 for blob in blobs:
163 blobs = self.get_blobs(args)
164 for blob in blobs:
/Zephyr-latest/doc/contribute/
Dbin_blobs.rst1 .. _bin-blobs:
8 help of executable code distributed in binary form. Binary blobs (or blobs for
12 Zephyr supports downloading and using third-party binary blobs via its built-in
18 the support for binary blobs in forks or third-party distributions of Zephyr. In
19 fact, Zephyr’s build system supports arbitrary use cases related to blobs. This
22 blobs if they cannot meet the requirements described in this page.
27 Most binary blobs are distributed under proprietary licenses which vary
30 click-through or other EULA-like workflow when users fetch and install blobs.
39 The Zephyr Project does not host binary blobs in its Git repositories or
42 Fetching blobs
[all …]
Dindex.rst99 :ref:`bin-blobs`
102 blobs <blobs-process>` to the project.
/Zephyr-latest/doc/develop/west/
Dzephyr-cmds.rst148 .. _west-blobs:
150 Working with binary blobs: ``west blobs``
153 The ``blobs`` command allows users to interact with :ref:`binary blobs
154 <bin-blobs>` declared in one or more :ref:`modules <modules>` via their
157 The ``blobs`` command has three sub-commands, used to list, fetch or clean (i.e.
158 delete) the binary blobs themselves.
160 You can list binary blobs while specifying the format of the output::
162 west blobs list -f '{module}: {type} {path}'
165 ``west blobs -h``.
167 Fetching blobs works in a similar manner::
[all …]
Dwithout-west.rst74 Similarly, if your application requires binary blobs and you are not using
75 west, you will need to download and place those blobs in the right places
76 instead of using ``west blobs``. See :ref:`bin-blobs` for more details.
/Zephyr-latest/scripts/
Dzephyr_module.py335 blobs = []
338 return blobs
345 blobs.append(blob)
347 return blobs
350 def kconfig_module_opts(name_sanitized, blobs, taint_blobs): argument
358 if blobs:
367 def kconfig_snippet(meta, path, kconfig_file=None, blobs=False, taint_blobs=False, sysbuild=False): argument
377 snippet += kconfig_module_opts(name_sanitized, blobs, taint_blobs)
385 blobs = process_blobs(module, meta)
386 taint_blobs = any(b['status'] != BLOB_NOT_PRESENT for b in blobs)
[all …]
/Zephyr-latest/modules/hal_infineon/cat1cm0p/
DCMakeLists.txt7 set(hal_blobs_dir ${hal_dir}/zephyr/blobs/img/cat1cm0p/COMPONENT_CM0P_SLEEP)
36 message(WARNING "Can't find CM0+ binaries, please execute: \'west blobs fetch hal_infineon\' ")
/Zephyr-latest/boards/nxp/frdm_rw612/doc/
Dindex.rst161 To support Bluetooth or Wi-Fi, frdm_rw612 requires fetching binary blobs, which can be
166 west blobs fetch hal_nxp
171 BLE functionality requires to fetch binary blobs, so make sure to follow
175 ``<zephyr workspace>/modules/hal/nxp/zephyr/blobs/rw61x_sb_ble_a2.bin`` will be linked
181 Wi-Fi functionality requires to fetch binary blobs, so make sure to follow
185 ``<zephyr workspace>/modules/hal/nxp/zephyr/blobs/rw61x_sb_wifi_a2.bin`` will be linked
/Zephyr-latest/modules/hal_infineon/bless/
DCMakeLists.txt6 set(bless_blobs_dir ${ZEPHYR_HAL_INFINEON_MODULE_DIR}/zephyr/blobs/img/bluetooth/firmware)
/Zephyr-latest/modules/hal_nxp/bt_controller/
DCMakeLists.txt8 set(hal_nxp_blobs_dir ${hal_nxp_dir}/zephyr/blobs)
/Zephyr-latest/drivers/wifi/
DCMakeLists.txt9 Building only the Wi-Fi driver without binary blobs and patches.
/Zephyr-latest/boards/nxp/rd_rw612_bga/doc/
Dindex.rst141 To support Bluetooth or Wi-Fi, rd_rw612_bga requires fetching binary blobs, which can be
146 west blobs fetch hal_nxp
212 BLE functionality requires to fetch binary blobs, so make sure to follow
216 ``<zephyr workspace>/modules/hal/nxp/zephyr/blobs/rw61x_sb_ble_a2.bin`` will be linked
222 Wi-Fi functionality requires to fetch binary blobs, so make sure to follow
226 ``<zephyr workspace>/modules/hal/nxp/zephyr/blobs/rw61x_sb_wifi_a2.bin`` will be linked
/Zephyr-latest/boards/kincony/kincony_kc868_a32/doc/
Dindex.rst29 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
34 west blobs fetch hal_espressif
/Zephyr-latest/modules/
DKconfig7 Exclude firmware blobs from the build. This will produce a
9 blobs to be built for testing purposes. Primarily intended
16 This option is selected when binary blobs are present locally at
/Zephyr-latest/boards/silabs/radio_boards/xg29_rb4412a/doc/
Dindex.rst69 blobs from the SiLabs HAL repository.
73 west blobs fetch hal_silabs
/Zephyr-latest/boards/wemos/esp32s2_lolin_mini/doc/
Dindex.rst36 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
41 west blobs fetch hal_espressif
/Zephyr-latest/boards/m5stack/m5stack_atoms3/doc/
Dindex.rst35 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
40 west blobs fetch hal_espressif
/Zephyr-latest/boards/m5stack/m5stack_atoms3_lite/doc/
Dindex.rst33 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
38 west blobs fetch hal_espressif
/Zephyr-latest/boards/m5stack/m5stack_atom_lite/doc/
Dindex.rst33 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
38 west blobs fetch hal_espressif
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.fish182 "blobs" "work with binary blobs" \
367 …ephyr_west_seen_subcommand_from list; and not __fish_seen_subcommand_from blobs" -ra "(__zephyr_we…
368 …ephyr_west_seen_subcommand_from list; and not __fish_seen_subcommand_from blobs" -o a -l all -d "i…
369 …ephyr_west_seen_subcommand_from list; and not __fish_seen_subcommand_from blobs" -l manifest-path-…
370 …ephyr_west_seen_subcommand_from list; and not __fish_seen_subcommand_from blobs" -o f -l format -d…
500 # blobs
501 …west_use_subcommand; and __zephyr_west_check_if_in_workspace" -ra blobs -d "work with binary blobs"
502blobs; and not __fish_seen_subcommand_from list fetch clean" -ra "list\t'list binary blobs' fetch\…
503 complete -c west -n "__zephyr_west_seen_subcommand_from blobs; and __fish_seen_subcommand_from list…
504 complete -c west -n "__zephyr_west_seen_subcommand_from blobs; and not __fish_seen_subcommand_from …
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D008_bin-blobs.md2 name: Binary blobs
/Zephyr-latest/boards/shields/nrf7002eb/doc/
Dindex.rst33 the nRF70 driver requires firmware binary blobs for Wi-Fi operation. Run the command
39 west blobs fetch hal_nordic
/Zephyr-latest/boards/shields/nrf7002ek/doc/
Dindex.rst33 the nRF70 driver requires firmware binary blobs for Wi-Fi operation. Run the command
39 west blobs fetch hal_nordic
/Zephyr-latest/drivers/bluetooth/hci/
DCMakeLists.txt6 Building only the Bluetooth driver without binary blobs and patches.
/Zephyr-latest/boards/silabs/dev_kits/xg24_ek2703a/doc/
Dindex.rst110 blobs from the SiLabs HAL repository.
114 west blobs fetch hal_silabs

12345