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

driver: bt: add BT_BUILD_ONLY_MODE to allow CI tests #80786

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

Commits on Nov 28, 2024

  1. driver: bt: add BT_BUILD_ONLY_MODE to allow CI tests

    Adds an option to enable CI tests without binary blobs.
    Same as existing "WIFI_BUILD_ONLY_MODE" option.
    
    Signed-off-by: Sylvio Alves <[email protected]>
    sylvioalves committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    162e554 View commit details
    Browse the repository at this point in the history
  2. samples: bluetooth: allow espressif platform testing

    Adds extra configuration for at least central and peripheral test
    cases so that espressif SoC can be properly tested.
    
    Signed-off-by: Sylvio Alves <[email protected]>
    sylvioalves committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    4181dc3 View commit details
    Browse the repository at this point in the history
  3. boards: esp32-based: remove bluetooth ignore tag

    Remove bluetooth ignore tag so it can run CI tests whenever
    platform is filtered.
    
    Signed-off-by: Sylvio Alves <[email protected]>
    sylvioalves committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    b81a41a View commit details
    Browse the repository at this point in the history