-
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 Linux door-lock app #12907
Add Linux door-lock app #12907
Conversation
@dustin-crossman please also fix restyle issues (e.g. by running |
30903d2
to
d83d2b5
Compare
@andy31415 Is there an alternative to running restyle? Running ./scripts/helpers/restyle-diff.sh isn't working for me (some connection error with Docker. Not sure what's wrong). |
8405ffd
to
9bc8e29
Compare
7740ece
to
7669372
Compare
@dustin-crossman Need to pick up restyle changes? |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
PR #12907: Size comparison from 83b2f46 to 958cd30 Increases above 0.2%:
Increases (8 builds for k32w, mbed, nrfconnect, p6, qpg)
Decreases (1 build for qpg)
Full report (29 builds for efr32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
PR #12907: Size comparison from eab67b3 to 3e901ef Increases above 0.2%:
Increases (4 builds for k32w, p6, qpg)
Full report (14 builds for efr32, k32w, linux, p6, qpg, telink)
|
PR #12907: Size comparison from eab67b3 to 673e18f Increases above 0.2%:
Increases (8 builds for k32w, mbed, nrfconnect, p6, qpg)
Full report (29 builds for efr32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
PR #12907: Size comparison from eab67b3 to ef7b9cd Increases above 0.2%:
Increases (8 builds for k32w, mbed, nrfconnect, p6, qpg)
Full report (29 builds for efr32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
PR #12907: Size comparison from eab67b3 to 9488a34 Increases above 0.2%:
Increases (4 builds for esp32, mbed, p6)
Full report (31 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
/rebase |
* Add linux lock app stub. * Add LockManager to linux lock app * Add linux door-lock app to github workflows. * Add door lock cluster to door lock app zap. * Regen auto-generated stuff. * Working on door-lock implementation. * Update a couple auto-generated files. Remove deleted include file. Updating lock-app.zap with more commands and regen files. * More door-lock fixes/improvements. * Cleaning up lock app a bit. * Add linux lock app to build_examples.py script and use it in github workflows. * Addressing review feedback. * Fixup some auto-generated files. * Ran through clang-format. * Regen files. * More review feedback. * Restyle gn files. * Added weak definitions for Lock/Unlock commands. * Addressing review feedback. * Restyle * Quick fix. * Fix format strings in Door Lock cluster * Add Door Lock Cluster to an mbedOS build * Fix format strings and parameter usage * Add placeholder README.md * Make lock-app to build on Darwin * Fix Linux Build tests by adding appropriate targets * Fix formatting in README for linux lock app * Use proper path for Linux lock app in CI * Fix build errors on ESP32 * Update auto-generated files * Fix ESP32 build lock-app build * Move door lock app to the separate example * Fix styling issues Co-authored-by: Morozov-5F <[email protected]>
Problem
What is being fixed? Examples:
Change overview
Testing