Skip to content
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 embedded & standalone examples to GN build + misc cleanups #1525

Merged
merged 18 commits into from
Jul 10, 2020

Conversation

mspang
Copy link
Contributor

@mspang mspang commented Jul 9, 2020

Flesh out GN build more:

  • Add linux device layer & github workflow
  • Clean up & fix example builds, add nordic lighting sample, add github workflows for examples
  • Misc cleanups

fixes #1511
fixes #1517

mspang added 11 commits July 9, 2020 02:52
This separates platform default args from app specific args.
This file includes common definitions for the device layer, so move
it there.
- Move build_overrides and symlink it so we can share it between examples
- Remove build_overrides/nrf5_lock_app.gni; the samples can use relative
  paths to their own files and $chip_root to reference chip files.
- Remove the split args file and instead put the 2 special args directly
  in .gn
Simplify some code copy pasted from pigweed & remove dead code.
Define a new toolchain for config/standalone to build these examples.
@woody-apple
Copy link
Contributor

@mspang merge conflict here!

@mspang
Copy link
Contributor Author

mspang commented Jul 10, 2020

@mspang merge conflict here!

@woody-apple done

@BroderickCarlin BroderickCarlin merged commit 8d085b3 into project-chip:master Jul 10, 2020
@mspang mspang deleted the build/gn branch August 14, 2020 20:17
jmartinez-silabs added a commit to SiliconLabs/matter that referenced this pull request Feb 15, 2024
…ReaderConfig and ClearAliroReaderConfig commands (project-chip#31700)

Merge in WMN_TOOLS/matter from cherry-pick/dl_aliro to RC_2.3.0-1.3

Squashed commit of the following:

commit 471bcc1d95bc35bb13a7e02e481d81ec9e4f00d7
Author: Nivi Sarkar <55898241+nivi-apple@users.noreply.github.com>
Date:   Tue Jan 30 16:37:46 2024 -0800

    Add handling for SetAliroReaderConfig and ClearAliroReaderConfig commands (project-chip#31700)

    * Add handling for SetAliroReaderConfig and ClearAliroReaderConfig commands

    Add a delegate for the door lock to provide the attribute data for the aliro attributes

    * Apply suggestions from code review

    Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>

    * Address review comments

    * Apply suggestions from code review

    Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>

    * Addressed more review comments

    * Apply suggestions from code review

    Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>

    * Add an AttributeNullabilityType enum instead of boolean to indicate if an attribute is nullable or not

    * Restyled by clang-format

    * Make AttributeNullabilityType enum private

    ---------

    Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
    Co-authored-by: Restyled.io <commits@restyled.io>
rcasallas-silabs pushed a commit to rcasallas-silabs/connectedhomeip that referenced this pull request Jun 20, 2024
…ReaderConfig and ClearAliroReaderConfig commands (project-chip#31700)

Merge in WMN_TOOLS/matter from cherry-pick/dl_aliro to RC_2.3.0-1.3

Squashed commit of the following:

commit 471bcc1d95bc35bb13a7e02e481d81ec9e4f00d7
Author: Nivi Sarkar <55898241+nivi-apple@users.noreply.github.com>
Date:   Tue Jan 30 16:37:46 2024 -0800

    Add handling for SetAliroReaderConfig and ClearAliroReaderConfig commands (project-chip#31700)

    * Add handling for SetAliroReaderConfig and ClearAliroReaderConfig commands

    Add a delegate for the door lock to provide the attribute data for the aliro attributes

    * Apply suggestions from code review

    Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>

    * Address review comments

    * Apply suggestions from code review

    Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>

    * Addressed more review comments

    * Apply suggestions from code review

    Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>

    * Add an AttributeNullabilityType enum instead of boolean to indicate if an attribute is nullable or not

    * Restyled by clang-format

    * Make AttributeNullabilityType enum private

    ---------

    Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
    Co-authored-by: Restyled.io <commits@restyled.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GN build parity: lighting sample GN build parity: linux-embedded platform
4 participants