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

Allow Selection of _bleio by Board, Fixup CIRCUITPY_BLEIO Flags #9878

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

eightycc
Copy link

@eightycc eightycc commented Dec 7, 2024

Allows selection of _bleio impementation by board within a port. Makes explicit HCI device inclusion by replacing use of vpath.

Changes meanings of CIRCUITPY_BLEIO* flags as follows:

  • CIRCUITPY_BLEIO: Any _bleio implementation is part of this build. Automatically set.
  • CIRCUITPY_BLEIO_NATIVE: Selects the port's native _bleio implementation.
  • CIRCUITPY_BLEIO_HCI: Selects the serial HCI implementation.

@eightycc
Copy link
Author

eightycc commented Dec 7, 2024

Marked as work in progress. Using CI to verify correct builds for all ports/boards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant