Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hci: refactor to separate HCI transport implementation from interface #270

Merged
merged 2 commits into from
Jun 7, 2024

Commits on May 17, 2024

  1. hci: refactor to separate HCI transport implementation from interface…

    … to not always assume UART.
    
    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed May 17, 2024
    Configuration menu
    Copy the full SHA
    73b4e5f View commit details
    Browse the repository at this point in the history
  2. test: add hci_uart based implementation to smoke tests

    Signed-off-by: deadprogram <[email protected]>
    deadprogram committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8ba3b0e View commit details
    Browse the repository at this point in the history