Skip to content

intercreate/zephyr-hci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zephyr HCI

CI build repository for assorted Zephyr HCI firmware.

Development Environment Setup (local)

  1. Make sure this repo is cloned as a child of your workspace, e.g.:

    zephyr-hci-workspace/
    └── zephyr-hci
    
  2. Setup west environment:

    pipx install west
    west init -l .
    west update
    python -m venv ../.venv
    source ../.venv/bin/activate
    pip install -r ../zephyr/scripts/requirements.txt
    west packages pip --install
    west sdk install -t arm-zephyr-eabi
    

About

Various builds of Zephyr Bluetooth Host Controller Interface HCI Firmware

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors