Metadata-Version: 2.4
Name: zephyr_4.4.0_hci_usb_nrf52840dk_legacy
Version: 0.1.1
Summary: Prebuilt Zephyr hci_usb firmware for nrf52840dk (legacy) -- Zephyr v4.4.0
Project-URL: Homepage, https://github.com/intercreate/zephyr-hci
Project-URL: Source firmware, https://github.com/intercreate/zephyr-hci/releases
Project-URL: zephyr-revision, https://github.com/zephyrproject-rtos/zephyr/releases/tag/v4.4.0
Project-URL: firmware-manifest, https://github.com/intercreate/zephyr-hci/blob/main/pypi/firmware/manifest.toml
Author-email: "Intercreate, Inc." <jp@intercreate.io>
License-Expression: Apache-2.0
Keywords: ble,bluetooth,bumble,firmware,hci,nrf52840dk,zephyr
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Hardware
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# zephyr_4.4.0_hci_usb_nrf52840dk_legacy

Prebuilt Zephyr `hci_usb` firmware for `nrf52840dk` (`legacy`) built from Zephyr `v4.4.0`.

```python
import zephyr_4_4_0_hci_usb_nrf52840dk_legacy as fw

print(fw.HEX_PATH) # Path to firmware.hex on disk
print(fw.HEX_SHA256) # expected SHA-256
print(fw.ZEPHYR_REVISION) # "v4.4.0"

data = fw.read_firmware_bytes() # raises ValueError if the file has been tampered with
```

Built and published from <https://github.com/intercreate/zephyr-hci>.
