[Draft] update factory data guide with extended rd_uid info#124
Open
markaj-nordic wants to merge 15 commits into
Open
[Draft] update factory data guide with extended rd_uid info#124markaj-nordic wants to merge 15 commits into
markaj-nordic wants to merge 15 commits into
Conversation
…roject-chip#27156) * Fix method return type (strict python noticed we return None here) * Fix typo * Fix a typo * Revert unintended repo change --------- Co-authored-by: Andrei Litvin <andreilitvin@google.com>
3.5.3 sparse checkout support seems to break in our CI. See actions/checkout#1378
A merge conflict between project-chip#26882 and project-chip#27152 led to it not building.
…was not updated to latest (project-chip#27182) Co-authored-by: Andrei Litvin <andreilitvin@google.com>
LuDuda
reviewed
Jun 12, 2023
| "type": "integer", | ||
| "minimum": 0, | ||
| "maximum": 255 | ||
| "maximum": 65535 |
greg-fer
requested changes
Jun 12, 2023
…Nullable type (project-chip#27045) * Added a CheckConstraint Min and Max function where the expected is a Nullable type * Reversed the null check as it was wrong way around. Fixed new parameter to reference and const * Fixed return parameters Co-authored-by: Boris Zbarsky <bzbarsky@apple.com> * Fixed return parameters Co-authored-by: Boris Zbarsky <bzbarsky@apple.com> * Removed enable_if_t from new template functions --------- Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
Fix the redundant assignment equals sign, which causes compilation to fail.
* refact platform code * use common ConnectivityManagerImpl.cpp * fix compile error after merged * update readme * fix overflow issue * add common PlatformManagerImpl.cpp * fix restyle
…ip#27195) Bumps [third_party/pigweed/repo](https://github.com/google/pigweed) from `7c87569` to `d8e4b80`. - [Commits](pigweed-project/pigweed@7c87569...d8e4b80) --- updated-dependencies: - dependency-name: third_party/pigweed/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…-chip#27196) Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `b200c96` to `9b99fbf`. - [Release notes](https://github.com/openthread/openthread/releases) - [Commits](openthread/openthread@b200c96...9b99fbf) --- updated-dependencies: - dependency-name: third_party/openthread/repo dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1e2ccde to
9a0540c
Compare
greg-fer
approved these changes
Jun 13, 2023
9a0540c to
06e45f2
Compare
Recently the otasoftwareupdaterequestor attributes' and commands' names have been slightly modified in chip-tool but it looks like the correlated documentation has not been synced. Also fixed spell checker errors. Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
Also aligned the related json schema with the docs. Signed-off-by: Marcin Kajor <marcin.kajor@nordicsemi.no>
06e45f2 to
650439d
Compare
This file contains hidden or 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
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.
Also updated docs describing interaction with chip-tool otasoftwareupdaterequestor
because the naming has been changed recently.