Skip to content

Conversation

@noahp
Copy link
Contributor

@noahp noahp commented Nov 14, 2025

Enable filtering the blobs selected by west blobs list and west blobs clean with a regex pattern, just like west blobs fetch.

Support this when checking for blob existence in drivers/wifi for esp32, so now it's possible to build for a selected esp32 family SOC (for example esp32c6) with only the blobs for that chip downloaded:

west blobs clean hal_espressif # delete all hal_espressif blobs west blobs fetch hal_espressif --allow-regex '.esp32c6.' west build -b esp32c6_devkitc/esp32c6/hpcore zephyr/samples/net/wifi/shell

Enable filtering the blobs selected by `west blobs list` and `west blobs clean` with a regex pattern, just like `west blobs fetch`. Support this when checking for blob existence in `drivers/wifi` for esp32, so now it's possible to build for a selected esp32 family SOC (for example `esp32c6`) with only the blobs for that chip downloaded: west blobs clean hal_espressif # delete all hal_espressif blobs west blobs fetch hal_espressif --allow-regex '.*esp32c6.*' west build -b esp32c6_devkitc/esp32c6/hpcore zephyr/samples/net/wifi/shell Signed-off-by: Noah Pendleton <noah.pendleton@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant