Aggregate registry of all Intercreate prebuilt Zephyr HCI firmware (v4.4.0)
Project description
zephyr_4.4.0_hci
Typed access to every Intercreate-prebuilt Zephyr HCI firmware variant for Zephyr v4.4.0.
pip install zephyr_4.4.0_hci pulls in every sibling firmware package as a hard dependency.
The umbrella exposes firmware: Firmware — a NamedTuple whose fields are the sibling modules themselves,
so attribute access gives you full IDE autocomplete and static typing.
from zephyr_4_4_0_hci import firmware
# Direct typed access (no string keys, IDE autocompletes the variant name):
hex_path = firmware.nrf52840dk_default.HEX_PATH
data = firmware.nrf5340dk_acl_502.read_firmware_bytes()
# Iterate every variant (NamedTuple is a tuple):
for fw in firmware:
print(fw.BOARD, fw.OPTIONS, fw.HEX_PATH)
# Or with field names:
for name, fw in firmware._asdict().items():
print(name, fw.HEX_PATH)
Shell CLI — python -m zephyr_4_4_0_hci --help lists every variant:
HEX=$(python -m zephyr_4_4_0_hci nrf52840dk_default) && nrfjprog --program "$HEX"
python -m zephyr_4_4_0_hci # tab-separated: <app>\t<board>\t<options>\t<hex_path>\t<hex_sha256>
Built and published from https://github.com/intercreate/zephyr-hci.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zephyr_4_4_0_hci-0.1.2-py3-none-any.whl.
File metadata
- Download URL: zephyr_4_4_0_hci-0.1.2-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b8d4eeef9d643db6ba48621f6100e93b24692d4497a9d20b49e2cac54711f9a9
|
|
| MD5 |
c5a31c0af63b2832a8c644dfb7482817
|
|
| BLAKE2b-256 |
251a2174268c01194f5711e0444cc6068ca9334bc0a861b95cdf11565b7c501b
|
Provenance
The following attestation bundles were made for zephyr_4_4_0_hci-0.1.2-py3-none-any.whl:
Publisher:
ci.yaml on intercreate/zephyr-hci
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zephyr_4_4_0_hci-0.1.2-py3-none-any.whl -
Subject digest:
b8d4eeef9d643db6ba48621f6100e93b24692d4497a9d20b49e2cac54711f9a9 - Sigstore transparency entry: 1635557077
- Sigstore integration time:
-
Permalink:
intercreate/zephyr-hci@fea3f3683e28d6a110e722d884aa5d6f1391c3cf -
Branch / Tag:
refs/tags/0.1.2 - Owner: https://github.com/intercreate
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci.yaml@fea3f3683e28d6a110e722d884aa5d6f1391c3cf -
Trigger Event:
push
-
Statement type: