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

bluetooth: espressif: add TX power level option #80712

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 31, 2024

  1. drivers: bt: add additional TX power values

    Adds additional custom TX power levels available in
    Espressif's chips.
    
    Signed-off-by: Sylvio Alves <[email protected]>
    sylvioalves committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    1229012 View commit details
    Browse the repository at this point in the history
  2. soc: espressif: enable custom bluetooth options

    In order to allow Espressif boards to change BLE TX power,
    BT_CTRL needs to be enabled.
    
    Signed-off-by: Sylvio Alves <[email protected]>
    sylvioalves committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    4e293e5 View commit details
    Browse the repository at this point in the history
  3. west.yml: update hal_espressif for custom ble options

    Add TX power value in Bluetooth initialization code.
    
    Signed-off-by: Sylvio Alves <[email protected]>
    sylvioalves committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    e7410e5 View commit details
    Browse the repository at this point in the history