-
Notifications
You must be signed in to change notification settings - Fork 10
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 #365
Open
github-actions
wants to merge
20
commits into
main
Choose a base branch
from
automation/update_main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* [Tizen] Modify dnssd resolve operation process Signed-off-by: hyunuk.tak <hyunuk.tak@samsung.com> * Restyled by clang-format * Modify the return method * Restyled by clang-format * Fix a segfault * Readability improvement * Add ScheduleWork for HandleResolveTask * Check to lock before calling context invoke sync function * Restyled by clang-format * Replace gsource idle with scheduleWork * Restyled by clang-format * Replace scheduleWork with scheduleLambda * Restyled by clang-format * Use CHIP_ERROR_FORMAT * Restyled by clang-format --------- Signed-off-by: hyunuk.tak <hyunuk.tak@samsung.com> Co-authored-by: Restyled.io <commits@restyled.io>
* [Telink] Update Docker image (Zephyr update) * [Telink] Update Docker image (Zephyr update)
* Adds `GetSupportedWiFiBandsMask` API * Refactor WiFi band mask methods for consistency in naming * Fix WiFi band enum reference in GetSupportedWiFiBandsMask implementation * Adds support for WiFi band scan results (#326) * Add `WiFiBandEnum` to scan callback struct * Fix typo in variable name for scanned SSID length in BackgroundScanCallback * Add WiFiBandEnum usage to WiFi interface implementations * Add WiFi band information to scan response in SlWiFiDriver * Refactor WiFiBandEnum usage to fully qualify the namespace in WifiInterface.h --------- Co-authored-by: brosahay <3526930+brosahay@users.noreply.github.com> --------- Co-authored-by: brosahay <3526930+brosahay@users.noreply.github.com>
…7997) * devcontainers: Reduce maintenance workload, optimize docker build - optimize $AMEBA_PATH ownership and mode adjustment - drop duplicated $ANDROID_HOME path - autodetect current version number in build.sh removing the need for explicit bumps Signed-off-by: Maciej Grela <m.grela@samsung.com> * Restyled by shfmt * trigger rebuild, darwin job failure Signed-off-by: Maciej Grela <m.grela@samsung.com> * devcontainer: Do not rely on git rev-parse for CHIP_ROOT detection Signed-off-by: Maciej Grela <m.grela@samsung.com> --------- Signed-off-by: Maciej Grela <m.grela@samsung.com> Co-authored-by: Restyled.io <commits@restyled.io>
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 45 to 46. - [Release notes](https://github.com/tj-actions/changed-files/releases) - [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md) - [Commits](tj-actions/changed-files@v45...v46) --- updated-dependencies: - dependency-name: tj-actions/changed-files dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* [Telink] Add OTA resume support * Restyled by whitespace * Restyled by clang-format --------- Co-authored-by: Restyled.io <commits@restyled.io>
* Generate IlluminanceMeasurement cluster using Alchemy * Regenerate files with new Alchemy version
* Generate files for LaundryDryerControl using Alchemy * Resolve conflict and run latest Alchemy
* Add arm64 target * Refactor install.sh * Restyled by shellharden * Restyled by shfmt * Refactor files * Dedup downloads * Update integrations/docker/images/stage-2/chip-build-tizen/tizen-sdk-installer/install.sh Co-authored-by: Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com> * Merge download sections --------- Co-authored-by: Restyled.io <commits@restyled.io> Co-authored-by: Arkadiusz Bokowy <arkadiusz.bokowy@gmail.com> Co-authored-by: Andrei Litvin <andy314@gmail.com>
…le (#37639) * initial decouple * update imports * isort * add decorators.py to BUILD.gn * use correct class * use conditional import and add missing aliases * rely on duck typing * add docstrings * add missing types * resolve review comments * fix restyled issue
The check for |
* Updated xml to spec with Alchemy * zap_regen_all on with new xml * Removed the LastConfiguredBy attribute in the cpp code * Updated the zap files for the LastConfiguredBy removal * Update of the Yaml tests, removed tests on LastConfiguredBy * Update the unit tests * Revert the renumbering of scenes management attributes
* [Realtek] First porting Bee4 * [Realtek] Fix spelling error * [Realtek] Update zap file * [Realtek] Modify zap & code-lints error * [Realtek] Update zap file * [Realtek] Remove some files * [Realtek] Remove commented out lines * [Realtek] Update README * [Realtek] Remove pigweed-app & restyle file * [Realtek] Remove no use code * [Realtek] Add build target for realtek examples * [Realtek] Restyle some files * [Realtek] Update zap * [Realtek] Fix compile error * [Realtek] Fix commission issue * [Realtek] Add realtek targets into testdata * [Realtek] Fix conflict * [Realtek] Fix conflict * [Realtek] fix confict * [Realtek] Optimize build flow * [Realtek] Fix some review errors * [Realtek] Remove include ember internals * [Realtek] Update .matter files * [Realtek] Update zap files * [Realtek] Restyle file * [Realtek] remove os.envir & update ot-realtek * [Realtek] Optimize build script * [Realtek] Support dry-run * [Realtek] Update zap files * [Realtek] Add output log
…#37923) * Refactor WifiSleepManager dependecies to enable unit-tests on the manager * Update the wf200 and rs9116 header * Address review comments * Uncomment remove high performance req in configuration * Disable gn logs when using all platform tests * Remove unused inlude * Add missing define guards
…072) * update chef force check-in command with shutdown all subs * update * address comments * add unit test * Restyled by clang-format --------- Co-authored-by: Restyled.io <commits@restyled.io>
…h (#37448) * Moving the light switch app to dimmer switch app * adding the btn to light switch to control the level via switch * restyling the PR * restyling the PR with new line * fixing the build * restyling the PR * restyling the PR
…7929) * Use a reference to the context on ServerClusterInterface::Startup This is to make it clear that the input value is never null. * Restyled by clang-format --------- Co-authored-by: Andrei Litvin <andreilitvin@google.com> Co-authored-by: Restyled.io <commits@restyled.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR syncs the csa branch with the main branch.
PR MUST BE MERGED WITH MERGE COMMIT - ADMIN MUST ENABLE THE OPTION