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

nimble: add sysconfig for enabling additional PHYs #1646

Merged
merged 2 commits into from
Oct 23, 2023

Commits on Oct 23, 2023

  1. nimble: add sysconfig for enabling additional PHYs

    Three new configs are introduced: BLE_ADDITIONAL_PHY that enables
    additional PHY and two configs that specify what additional PHY shall be
    enabled (2M or CODED)
    KKopyscinski committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    745b6e2 View commit details
    Browse the repository at this point in the history
  2. nimble/ll: add BLE_LL_PHY config

    This config infers value from PHY flags and replaces BLE_LL_BT5_PHY_SUPPORTED
    define.
    KKopyscinski committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ec19ec7 View commit details
    Browse the repository at this point in the history