Skip to content

Commit cff1472

Browse files
committed
module: Remove Wi-Fi binary blobs
Those are no longer attached to this Zephyr module. Signed-off-by: Carles Cufi <[email protected]>
1 parent 5fbccc3 commit cff1472

File tree

3 files changed

+2
-41
lines changed

3 files changed

+2
-41
lines changed

utils/module.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Auto-generated file, do not edit, use update_wifi_fw.py to update
1+
# Auto-generated file, do not edit, use update_blobs.py to update
22
name: hal_nordic
33
build:
44
cmake-ext: True

utils/update_blobs.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
from typing import Dict, Any, List
1919
from collections import namedtuple
2020

21-
WIFI_FW_BIN_NAME: str = "nrf70.bin"
22-
2321
# Paths are relative to the sdk-nrfxlib repository
2422
BlobInfo = namedtuple(
2523
"BlobInfo", ["name", "description", "version", "rpath", "lpath", "docpath"]

zephyr/module.yml

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,9 @@
1-
# Auto-generated file, do not edit, use update_wifi_fw.py to update
1+
# Auto-generated file, do not edit, use update_blobs.py to update
22
name: hal_nordic
33
build:
44
cmake-ext: True
55
kconfig-ext: True
66
blobs:
7-
8-
- path: wifi_fw_bins/default/nrf70.bin
9-
sha256: fa7f8d3e83937cf754dc24516e667f9c00205b8c75724031c0b2e0435902757d
10-
type: img
11-
version: '1.0.0'
12-
license-path: ./LICENSE.txt
13-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/ba6c7b5e90f927e25bf1038635c2f047a506123f/nrf_wifi/bin/zephyr/default/nrf70.bin
14-
description: nRF70 Wi-Fi firmware for default mode
15-
doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/ba6c7b5e90f927e25bf1038635c2f047a506123f/nrf_wifi/doc
16-
17-
- path: wifi_fw_bins/scan_only/nrf70.bin
18-
sha256: 9c7c9a698c4bf91713b4bc3c720a70c63473cd564d6a9b6b51c913da26471a7b
19-
type: img
20-
version: '1.0.0'
21-
license-path: ./LICENSE.txt
22-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/ba6c7b5e90f927e25bf1038635c2f047a506123f/nrf_wifi/bin/zephyr/scan_only/nrf70.bin
23-
description: nRF70 Wi-Fi firmware for scan_only mode
24-
doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/ba6c7b5e90f927e25bf1038635c2f047a506123f/nrf_wifi/doc
25-
26-
- path: wifi_fw_bins/radio_test/nrf70.bin
27-
sha256: 8af58f235acc1e9c8cd29afa2d47464b9a0d2fb05456a89cd23db1ef1e235a0f
28-
type: img
29-
version: '1.0.0'
30-
license-path: ./LICENSE.txt
31-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/ba6c7b5e90f927e25bf1038635c2f047a506123f/nrf_wifi/bin/zephyr/radio_test/nrf70.bin
32-
description: nRF70 Wi-Fi firmware for radio_test mode
33-
doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/ba6c7b5e90f927e25bf1038635c2f047a506123f/nrf_wifi/doc
34-
35-
- path: wifi_fw_bins/system_with_raw/nrf70.bin
36-
sha256: 6e86b9f9e97449cd232a9d997495c81b39ac0a579d79b595a11cc7de8f8dfdeb
37-
type: img
38-
version: '1.0.0'
39-
license-path: ./LICENSE.txt
40-
url: https://github.com/nrfconnect/sdk-nrfxlib/raw/ba6c7b5e90f927e25bf1038635c2f047a506123f/nrf_wifi/bin/zephyr/system_with_raw/nrf70.bin
41-
description: nRF70 Wi-Fi firmware for system_with_raw mode
42-
doc-url: https://github.com/nrfconnect/sdk-nrfxlib/raw/ba6c7b5e90f927e25bf1038635c2f047a506123f/nrf_wifi/doc
43-
447
- path: suit/bin/suit_manifest_starter.hex
458
sha256: b0291b69fd841d5ea1f5f8d0391813b83a667f17b70ffbfd59f96f8e38d860a1
469
type: img

0 commit comments

Comments
 (0)