-
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
dynamic tv apps #12125
dynamic tv apps #12125
Conversation
Need a generated file from ZAP to define these!connectedhomeip/examples/tv-app/linux/AppPlatform.cpp Lines 281 to 291 in c1d23e0
This comment was generated by todo based on a
|
add missing attributes once schema is updatedconnectedhomeip/examples/tv-app/linux/AppPlatform.cpp Lines 300 to 310 in c1d23e0
This comment was generated by todo based on a
|
the definition of DYNAMIC_ENDPOINT_COUNT needs find a common home!connectedhomeip/examples/tv-app/linux/BUILD.gn Lines 69 to 78 in c1d23e0
This comment was generated by todo based on a
|
the definition of DYNAMIC_ENDPOINT_COUNT needs find a common home!connectedhomeip/examples/tv-app/tv-common/BUILD.gn Lines 26 to 29 in c1d23e0
This comment was generated by todo based on a
|
PR #12125: Size comparison from 2e16d32 to c1d23e0 Full report (30 builds for efr32, esp32, k32w, mbed, nrfconnect, p6, qpg, telink)
|
PR #12125: Size comparison from 972406e to c3a53d9 Increases above 0.2%:
Increases (2 builds for linux)
Full report (15 builds for esp32, linux, mbed)
|
PR #12125: Size comparison from 2e85d48 to 251f64e Full report (9 builds for efr32, esp32, p6, telink)
|
Fix hardcoded app endpoints 3-5, fix test casesconnectedhomeip/examples/tv-app/linux/include/application-basic/ApplicationBasicManager.cpp Lines 167 to 176 in 4b7acc6
This comment was generated by todo based on a
|
PR #12125: Size comparison from 8bfdc13 to 4b7acc6 Increases above 0.2%:
Increases (4 builds for linux)
Full report (20 builds for efr32, linux, mbed, qpg)
|
PR #12125: Size comparison from 1315dec to 2dacaf4 Full report (12 builds for esp32, k32w, mbed, p6)
|
Fast tracking this, given it's been in review for a while. |
PR #12125: Size comparison from 7cba51d to e41100b Increases above 0.2%:
Increases (11 builds for k32w, linux)
Full report (11 builds for k32w, linux)
|
Problem
Change overview
Testing
From the tv-app shell, to set a pin for a given app:
From the tv-app shell, to initiate commissioning for UDC table index 0 using app with matching vid to get the pin:
Here is the complete test:
start tv-app:
tv-app shell>./out/host/chip-tv-app --secured-device-port 5640
start tv-casting-app:
tv-casting-app shell>./out/host/chip-tv-casting-app
trigger UDC from tv-casting-app
tv-casting-app shell>0
commission from tv-app using pin code obtained from app corresponding to tv-casting-app vid (usually 9050)
tv-casting-app shell>app commission 0
TODOs for next PR: