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

[nrf fromtree] bluetooth: samples: Add samples showing basic channel … #2276

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

Commits on Nov 18, 2024

  1. [nrf fromtree] bluetooth: samples: Add samples showing basic channel …

    …sounding features
    
    These samples demonstrate how to use the bluetooth 6.0 channel
    sounding APIs. A basic distance estimation algorithm is included.
    
    Signed-off-by: Olivier Lesage <[email protected]>
    (cherry picked from commit fc8d9425c1e44df03903026e4e7f92dbbdf5b4f7)
    
    Signed-off-by: Sean Madigan <[email protected]>
    olivier-le-sage authored and sean-madigan committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1440cfe View commit details
    Browse the repository at this point in the history
  2. [nrf fromtree] Bluetooth: Deprecate adv auto-resume

    The host-based adv auto-resume function has both a problematic
    implementation and disagreement in the community around how it should
    behave. See the issue linked resolved below for details.
    
    This patch makes the deprecation visible to the user. The user will be
    better served by a auto-resume tailored their applications use case,
    based on more primitive host API like `conn_cb.recycled`, which has
    obvious behavior that is unlikely to change.
    
    Resolves: zephyrproject-rtos/zephyr#72567
    
    Signed-off-by: Aleksander Wasaznik <[email protected]>
    (cherry picked from commit 8cfad44)
    
    Signed-off-by: Sean Madigan <[email protected]>
    alwa-nordic authored and sean-madigan committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    4fb66b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. [nrf fromtree] samples: doc: convert philosophers sample to code-samp…

    …le directive
    
    Adopt zephyr:code-sample directive to describe the Dining
    Philosophers sample and update reference accordingly.
    
    Signed-off-by: Benjamin Cabé <[email protected]>
    (cherry picked from commit a5b7349)
    
    Signed-off-by: Sean Madigan <[email protected]>
    kartben authored and sean-madigan committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    8c95b72 View commit details
    Browse the repository at this point in the history
  2. [nrf fromtree] doc: extensions: move Zephyr domain extension to dedic…

    …ated package
    
    move domain.py to domain/ to make it easier to keep things organized
    and e.g. add dedicated css/js resources, etc.
    
    Signed-off-by: Benjamin Cabé <[email protected]>
    (cherry picked from commit 3d7bb30)
    
    Signed-off-by: Sean Madigan <[email protected]>
    kartben authored and sean-madigan committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    d39e8b5 View commit details
    Browse the repository at this point in the history
  3. [nrf fromtree] doc: extensions: samples: Introduce code sample catego…

    …ries
    
    This commit adds support for categorizing code samples in the
    documentation.
    
    It introduces two new directives:
    
    - `zephyr:code-sample-category::` to create a category and associated
      brief description, that implicitly acts as a toctree too.
    
    - `zephyr:code-sample-listing::` to allow dumping a list of samples
      corresponding to a category anywhere in the documentation.
    
    Fixes #62453.
    
    Signed-off-by: Benjamin Cabé <[email protected]>
    (cherry picked from commit 793c70d)
    
    Signed-off-by: Sean Madigan <[email protected]>
    kartben authored and sean-madigan committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    5824f13 View commit details
    Browse the repository at this point in the history
  4. [nrf fromtree] doc: samples: Adopt code-sample-category across tree

    This commit uses the new .. zephyr:code-sample-category directive to
    categorize code samples across the tree.
    Updates existing legacy references to manually defined targets to now
    use :zephyr:code-sample-category: role instead.
    
    Signed-off-by: Benjamin Cabé <[email protected]>
    (cherry picked from commit 1db9b00)
    
    Signed-off-by: Sean Madigan <[email protected]>
    kartben authored and sean-madigan committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    4e1daab View commit details
    Browse the repository at this point in the history