-
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
RPC: Add RPC target for esp32 lighting app #22070
Conversation
PR #22070: Size comparison from 9713e10 to b501fd5 Increases (6 builds for cc13x2_26x2, psoc6, telink)
Decreases (3 builds for bl602, cc13x2_26x2)
Full report (32 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
|
Add an RPC target for the DevC Esp32 Lighting app.
b501fd5
to
7a6a5c9
Compare
PR #22070: Size comparison from 48f87f3 to 7a6a5c9 Increases (5 builds for bl602, nrfconnect, psoc6)
Decreases (2 builds for cyw30739, esp32)
Full report (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
|
1.0 justification seems to be: this enhances ability to test things. is this correct @rgoliver ? Could we add this justification to the summary (with any additional reasoning/wording as needed)? |
Done |
@rgoliver - needs conflict resolution |
PR #22070: Size comparison from b2358dd to 142ba76 Increases (6 builds for bl602, cc13x2_26x2, psoc6, telink)
Decreases (8 builds for bl602, cc13x2_26x2, efr32, esp32, nrfconnect, psoc6, telink)
Full report (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
|
Add an RPC target for the DevC Esp32 Lighting app.
Add an RPC target for the DevC Esp32 Lighting app.
Problem
ESP32 lighting app doesn't currently have an RPC target which is used for automated testing.
Change overview
Add an RPC target for the DevC board (Also works on m5).
Testing
Built and flashed the rpc build, tested using chip-console.
1.0 Justification
this enhances ability to test things. - Testers wish to include this sample app in automated testing, which requires an RPC variant. This change is low-risk, as it just adds this other target, and doesn't touch anything else.