-
Notifications
You must be signed in to change notification settings - Fork 624
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
base: main
Are you sure you want to change the base?
Commits on Nov 18, 2024
-
[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]>
Configuration menu - View commit details
-
Copy full SHA for 1440cfe - Browse repository at this point
Copy the full SHA 1440cfeView commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for 4fb66b8 - Browse repository at this point
Copy the full SHA 4fb66b8View commit details
Commits on Nov 19, 2024
-
[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]>
Configuration menu - View commit details
-
Copy full SHA for 8c95b72 - Browse repository at this point
Copy the full SHA 8c95b72View commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for d39e8b5 - Browse repository at this point
Copy the full SHA d39e8b5View commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for 5824f13 - Browse repository at this point
Copy the full SHA 5824f13View commit details -
[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]>
Configuration menu - View commit details
-
Copy full SHA for 4e1daab - Browse repository at this point
Copy the full SHA 4e1daabView commit details