Skip to content

Tags: alexwang815/connectedhomeip

Tags

v2021_02_10-alpha

Toggle v2021_02_10-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Start a script-friendly CHIP REPL for python (project-chip#4696)

* Define a chip-repl script that is intended to provide an interactive console against the python interfaces that chip provides

* Make GetAdapters work on chip repl

* Restyle fixes

v2021_02_02-alpha

Toggle v2021_02_02-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Send current IP address during network provisioning (project-chip#4591)

v2021_01_27-alpha

Toggle v2021_01_27-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[nrfconnect] Fix compilation warnings and turn on -Werror for examples (

project-chip#4528)

Rename BIT/BYTE_x macros from the ember code to fix the BIT
macro redeclaration (the same macro is provided by Zephyr).