-
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
Add CC13x4 Example Application support #26576
Add CC13x4 Example Application support #26576
Conversation
Upgrade lock-app to utilize latest UART driver isntances Update README's with clearer CHIP CLI instructions
@adabreuti The darwin failure is definitely a random failure; I retriggered that job. But this also needs review from some non-Apple reviewer (PRs need two reviews from different companies). |
PR #26576: Size comparison from 25a9275 to b387e36 Increases (11 builds for bl602, bl702, k32w, psoc6, telink)
Decreases (9 builds for efr32, esp32, psoc6, qpg, telink)
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
PR #26576: Size comparison from bfa0580 to 2619236 Increases (14 builds for bl602, bl702, psoc6, telink)
Decreases (7 builds for cc32xx, efr32, esp32, k32w, telink)
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
2619236
to
1c0062e
Compare
PR #26576: Size comparison from bfa0580 to 1c0062e Increases (7 builds for bl602, bl702, cc32xx, telink)
Decreases (12 builds for cyw30739, efr32, esp32, k32w, psoc6, qpg, telink)
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
This reverts commit 7b86ecc.
PR #26576: Size comparison from 2b43a1b to 35d8b2b Increases (4 builds for bl602, cc32xx, psoc6)
Decreases (4 builds for bl702, efr32, psoc6, qpg)
Full report (40 builds for bl602, bl702, cc32xx, cyw30739, efr32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
|
PR #26576: Size comparison from 235093e to 09a186c Decreases (2 builds for cc32xx, qpg)
Full report (7 builds for cc32xx, mbed, nrfconnect, qpg)
|
PR #26576: Size comparison from c24294a to 2ef2ac3 Increases (8 builds for bl602, esp32, psoc6, telink)
Decreases (16 builds for bl602, bl702, cyw30739, efr32, nrfconnect, psoc6, qpg, telink)
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
|
@andy31415 Is this PR good to go, or is it required to be up-to-date with master? Given how long the CI checks take to run, it's a bit tricky keeping this PR up-to-date. |
@adabreuti For future reference: the requirement is that the merge to master not fail. Being up-to-date is not viable, as you note; we have too many commits happening for that. |
Add initial CC13x4 Application support
Upgrade lock-app to utilize latest UART driver instances
Update README's with clearer CHIP CLI instructions