-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Ameba] Support BLE & IP commissioning functions #10841
Conversation
Initialize the Chip Addressing and Routing Module.connectedhomeip/src/platform/Ameba/ConnectivityManagerImpl.cpp Lines 351 to 361 in 9b3d01e
This comment was generated by todo based on a
|
Invoke WARM to perform actions that occur when the WiFi station interface comes up.connectedhomeip/src/platform/Ameba/ConnectivityManagerImpl.cpp Lines 551 to 561 in 9b3d01e
This comment was generated by todo based on a
|
Invoke WARM to perform actions that occur when the WiFi station interface goes down.connectedhomeip/src/platform/Ameba/ConnectivityManagerImpl.cpp Lines 564 to 574 in 9b3d01e
This comment was generated by todo based on a
|
change the code to using IPv6 addressconnectedhomeip/src/platform/Ameba/ConnectivityManagerImpl.cpp Lines 642 to 652 in 9b3d01e
This comment was generated by todo based on a
|
PR #10841: Size comparison from 0c16976 to 85f9070 20 builds (for efr32, k32w, linux, p6, qpg, telink)
|
/rebase |
2b0461f
to
277280e
Compare
PR #10841: Size comparison from 3249310 to ced48fc Full report (36 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
@pankore still some conflicts (we have high change rate just before TE branch) |
PR #10841: Size comparison from 73bd219 to cc6ee34 Decreases (1 build for esp32)
Full report (36 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
Dear reviewers @anush-apple, @austinh0, @balducci-apple, @bzbarsky-apple, @carol-apple, @chrisdecenzo, @chulspro, @Damian-Nordic, @emargolis, @franck-apple, @hawk248, @holbrookt, @jelderton, @jepenven-silabs, @jmartinez-silabs, @kpschoedel, @LuDuda, @mlepage-google, @mrjerryjohns, @msandstedt, @pan-apple, @robszewczyk, @sagar-apple, @saurabhst, @tcarmelveilleux, @vivien-apple, @wbschiller, @yunhanw-google, |
Dear reviewers, |
* Support commissioning over BLE * Revise files * Update files to match B1021 * Fix restyled errors * Remove outdated comments * Update README.md and wordlist * Rename mDNS abstract layer to DNS-SD for Ameba * Minor fixes on the typos * Update for the review questions
* Support commissioning over BLE * Revise files * Update files to match B1021 * Fix restyled errors * Remove outdated comments * Update README.md and wordlist * Rename mDNS abstract layer to DNS-SD for Ameba * Minor fixes on the typos * Update for the review questions
* Support commissioning over BLE * Revise files * Update files to match B1021 * Fix restyled errors * Remove outdated comments * Update README.md and wordlist * Rename mDNS abstract layer to DNS-SD for Ameba * Minor fixes on the typos * Update for the review questions
Problem
Change overview
Testing