Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zephyr_4_4_0_hci-0.1.3.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

zephyr_4_4_0_hci-0.1.3-py3-none-any.whl (3.6 kB view details)

Uploaded Python 3

File details

Details for the file zephyr_4_4_0_hci-0.1.3.tar.gz.

File metadata

  • Download URL: zephyr_4_4_0_hci-0.1.3.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zephyr_4_4_0_hci-0.1.3.tar.gz
Algorithm Hash digest
SHA256 c8c3ec954774b045e61c746456bd6e376c3e6a83f6e8e6379b17d6df289276e1
MD5 6a2786315ab05f9a37c1839670cdaf76
BLAKE2b-256 c93a027079c10bbe6aec8aa5bcb172479600e0e2179b92a21c9c4f71b45bea87

See more details on using hashes here.

Provenance

The following attestation bundles were made for zephyr_4_4_0_hci-0.1.3.tar.gz:

Publisher: ci.yaml on intercreate/zephyr-hci

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file zephyr_4_4_0_hci-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for zephyr_4_4_0_hci-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 91dbf35d94f22f72f65c36445c1672e54e598f0f01507c5b4415d955a9ff5070
MD5 27948a9f482906e678d3b2b5a780ab14
BLAKE2b-256 8b075d808921fcbf40e41234368a6c28b2271e208b0cfb293565d23271160a3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for zephyr_4_4_0_hci-0.1.3-py3-none-any.whl:

Publisher: ci.yaml on intercreate/zephyr-hci

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page