Home
last modified time | relevance | path

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

12

/Zephyr-Core-3.5.0/scripts/west_commands/
Dblobs.py82 blobs = []
90 blobs += zephyr_module.process_blobs(module.project, module.meta)
92 return blobs
95 blobs = self.get_blobs(args)
97 for blob in blobs:
115 blobs = self.get_blobs(args)
116 for blob in blobs:
124 blobs = self.get_blobs(args)
125 for blob in blobs:
/Zephyr-Core-3.5.0/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.rst86 :ref:`bin-blobs`
89 blobs <blobs-process>` to the project.
/Zephyr-Core-3.5.0/doc/develop/west/
Dzephyr-cmds.rst143 .. _west-blobs:
145 Working with binary blobs: ``west blobs``
148 The ``blobs`` command allows users to interact with :ref:`binary blobs
149 <bin-blobs>` declared in one or more :ref:`modules <modules>` via their
152 The ``blobs`` command has three sub-commands, used to list, fetch or clean (i.e.
153 delete) the binary blobs themselves.
155 You can list binary blobs while specifying the format of the output::
157 west blobs list -f '{module}: {type} {path}'
160 ``west blobs -h``.
162 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-Core-3.5.0/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-Core-3.5.0/scripts/
Dzephyr_module.py299 blobs = []
302 return blobs
309 blobs.append(blob)
311 return blobs
314 def kconfig_snippet(meta, path, kconfig_file=None, blobs=False, sysbuild=False): argument
327 if blobs:
333 blobs = process_blobs(module, meta)
334 taint_blobs = len(tuple(filter(lambda b: b['status'] != 'D', blobs))) != 0
340 return kconfig_snippet(meta, module_path, blobs=taint_blobs)
351 blobs=taint_blobs)
/Zephyr-Core-3.5.0/modules/hal_infineon/bless/
DCMakeLists.txt6 set(bless_blobs_dir ${ZEPHYR_HAL_INFINEON_MODULE_DIR}/zephyr/blobs/img/bluetooth/firmware)
/Zephyr-Core-3.5.0/scripts/west_commands/completion/
Dwest-completion.fish182 "blobs" "work with binary blobs"
237 …ephyr_west_seen_subcommand_from list; and not __fish_seen_subcommand_from blobs" -ra "(__zephyr_we…
238 …ephyr_west_seen_subcommand_from list; and not __fish_seen_subcommand_from blobs" -o a -l all -d "i…
239 …ephyr_west_seen_subcommand_from list; and not __fish_seen_subcommand_from blobs" -l manifest-path-…
240 …ephyr_west_seen_subcommand_from list; and not __fish_seen_subcommand_from blobs" -o f -l format -d…
367 # blobs
368 …west_use_subcommand; and __zephyr_west_check_if_in_workspace" -ra blobs -d "work with binary blobs"
369blobs; and not __fish_seen_subcommand_from list fetch clean" -ra "list\t'list binary blobs' fetch\…
370 complete -c west -n "__zephyr_west_seen_subcommand_from blobs; and __fish_seen_subcommand_from list…
371 complete -c west -n "__zephyr_west_seen_subcommand_from blobs; and not __fish_seen_subcommand_from …
Dwest-completion.zsh36 'blobs[work with binary blobs]'
312 'list[list binary blobs]'
313 'fetch[fetch binary blobs]'
314 'clean[clean working tree of binary blobs]'
Dwest-completion.bash910 blobs)
958 blobs
/Zephyr-Core-3.5.0/.github/ISSUE_TEMPLATE/
D008_bin-blobs.md2 name: Binary blobs
/Zephyr-Core-3.5.0/modules/hal_infineon/btstack-integration/
DCMakeLists.txt7 set(hal_blobs_dir ${hal_dir}/zephyr/blobs/img/bluetooth/firmware)
/Zephyr-Core-3.5.0/boards/arm/efr32xg24_dk2601b/doc/
Dindex.rst157 blobs from the SiLabs HAL repository.
161 west blobs fetch silabs
/Zephyr-Core-3.5.0/boards/xtensa/esp32s2_franzininho/doc/
Dindex.rst43 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
48 west blobs fetch hal_espressif
/Zephyr-Core-3.5.0/boards/xtensa/esp32_devkitc_wroom/doc/
Dindex.rst100 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
105 west blobs fetch hal_espressif
/Zephyr-Core-3.5.0/boards/riscv/stamp_c3/doc/
Dindex.rst45 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
50 west blobs fetch hal_espressif
/Zephyr-Core-3.5.0/boards/xtensa/esp32_net/doc/
Dindex.rst19 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
24 west blobs fetch hal_espressif
/Zephyr-Core-3.5.0/boards/xtensa/odroid_go/doc/
Dindex.rst87 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
92 west blobs fetch hal_espressif
/Zephyr-Core-3.5.0/boards/riscv/xiao_esp32c3/doc/
Dindex.rst69 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
74 west blobs fetch hal_espressif
/Zephyr-Core-3.5.0/boards/xtensa/heltec_wifi_lora32_v2/doc/
Dindex.rst31 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
36 west blobs fetch hal_espressif
/Zephyr-Core-3.5.0/boards/xtensa/xiao_esp32s3/doc/
Dindex.rst85 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
90 west blobs fetch hal_espressif
/Zephyr-Core-3.5.0/boards/arm/efr32_thunderboard/doc/
Dbrd4184.rst187 blobs from the SiLabs HAL repository.
191 west blobs fetch silabs
/Zephyr-Core-3.5.0/boards/xtensa/esp32s2_saola/doc/
Dindex.rst77 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
82 west blobs fetch hal_espressif
/Zephyr-Core-3.5.0/boards/xtensa/m5stack_core2/doc/
Dindex.rst133 Espressif HAL requires WiFi and Bluetooth binary blobs in order work. Run the command
138 west blobs fetch hal_espressif

12