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

Sync csa branch with main #282

Merged
merged 17 commits into from
Feb 14, 2025
Merged

Sync csa branch with main #282

merged 17 commits into from
Feb 14, 2025

Conversation

github-actions[bot]
Copy link

This PR syncs the csa branch with the main branch.

PR MUST BE MERGED WITH MERGE COMMIT - ADMIN MUST ENABLE THE OPTION

jtung-apple and others added 9 commits February 13, 2025 01:03
…… (#37533)

* For thread devices throttle the response to BlockQuery by an interval specified in kBdxThrottleIntervalInMsecs so that we don't overload the network with frequent BDX messages

* Restyle

* Apply suggestions from code review

Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>

* Add user defaults support to allow the BDX throttle interval for thread device to be configurable

- Address review comments

---------

Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
Log the state of a controller that gets notified about browse results (so we
can tell whether it's suspended or not, for example).
Throttle by rounding up to the nearest multiple of our throttle interval, not by
just comparing to that interval.  This matches the old "poll at 50ms" behavior
we had.
* Unify D-Bus interface include files naming

* Update code after D-Bus namespace change

* Optimize OpenThread D-Bus API stub by removing non-used props

This optimization saves:
.text -> 16980 bytes
.data -> 4720 bytes

* Simplify namespace for wpa_supplicant D-Bus codegen API

* Optimize D-Bus API stub for wpa_supplicant

This optimization saves:
.text -> 69969 bytes
.data -> 16384 bytes

* Restyled by clang-format

---------

Co-authored-by: Restyled.io <commits@restyled.io>
This is an initial cut from the current Device Library(excluding Scenes Mgmt).
A future addendum might include slight modifications to the composition.
This makes it easier to edit platform code from within Xcode
Copy link
Author

The check for sl-require-admin-action label CI failure for this job is normal. An admin must do the merge.

swan-amazon and others added 2 commits February 14, 2025 02:00
Add explicit CloseSession calls in TC_CGEN_2_8 and TC_CGEN_2_9 to ensure
proper cleanup of commissioner library resources. This fixes an issue where
subsequent commissioner sessions could not be established due to lingering
resources from previous test runs.

Bug: Commissioner session establishment failures in subsequent test runs
Fix: Add explicit session cleanup after commissioning operations

Testing:
- Set PICS_USER_PROMPT=1 for manual intervention testing
- Verified with terms-and-conditions-app test harness
- Confirmed proper cleanup by:
  1. Running initial commissioning
  2. Performing factory reset (process kill + KVS cleanup)
  3. Successfully re-establishing commissioner session
- Test passes with manual intervention at factory reset and commissioning prompts
Alami-Amine and others added 5 commits February 14, 2025 15:10
* Adding missing ExitContainer calls and adding GetLength Checks

* Adding Symbolic TLV Tags

* Integrating Comments
This fixes some copy & paste typos from temporary development
of size scripts. Also fixes the display of images for the tool
examples (the gh pages upload did not have the corresponding png).

Co-authored-by: Andrei Litvin <andreilitvin@google.com>
* PICS documentation: Initial draft

NOTE: some sections have not yet been filled, and will be addressed
after the 1.4.1 SVE.

* spelling

* add some fixes and clarifications based on feedback from Yinyi

* spelling
* Implement WifiSleepManager

* Add missing nogncheck to icd configuration include

* Restyled by clang-format

* Apply suggestions from code review

Co-authored-by: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Ricardo Casallas <77841255+rcasallas-silabs@users.noreply.github.com>

---------

Co-authored-by: Restyled.io <commits@restyled.io>
Co-authored-by: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com>
Co-authored-by: Ricardo Casallas <77841255+rcasallas-silabs@users.noreply.github.com>
* Make coverage seemingly work: set per test output raw profile, add scripting logic

* Adding scripts and fixes

* Restyle

* use llvm cov to merge things

* Attempt for better coverage merging. -object seems to do the trick

* make lcov work on my machine as well

* Restyled by gn

---------

Co-authored-by: Restyled.io <commits@restyled.io>
@mkardous-silabs mkardous-silabs merged commit e8145ef into main Feb 14, 2025
58 of 59 checks passed
@mkardous-silabs mkardous-silabs deleted the automation/update_main branch February 14, 2025 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.