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

Commits on Jul 9, 2020

  1. Move nrf5 platform args to src/platform

    This separates platform default args from app specific args.
    mspang committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    0cba436 View commit details
    Browse the repository at this point in the history
  2. Move device.gni to src/platform

    This file includes common definitions for the device layer, so move
    it there.
    mspang committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    adf67d1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ca3fa1f View commit details
    Browse the repository at this point in the history
  4. Clean up nRF5 lock app superproject build

    - 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
    mspang committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    0b3151b View commit details
    Browse the repository at this point in the history
  5. Clean up toolchain definitions

    Simplify some code copy pasted from pigweed & remove dead code.
    mspang committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    2505eff View commit details
    Browse the repository at this point in the history
  6. Fix standalone examples building without their project configs

    Define a new toolchain for config/standalone to build these examples.
    mspang committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    e6470d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06cf7da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    354902a View commit details
    Browse the repository at this point in the history
  9. Add nRF5 lighting app

    mspang committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    a68cc42 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bba2c34 View commit details
    Browse the repository at this point in the history
  11. Add GN examples workflow

    mspang committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    b6bd05b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2020

  1. Configuration menu
    Copy the full SHA
    3213319 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5606f3b View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary conjunction

    mspang committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    02c129d View commit details
    Browse the repository at this point in the history
  4. Fix typo in version generation

    mspang committed Jul 10, 2020
    Configuration menu
    Copy the full SHA
    40f5990 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    672b570 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b45fbf1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d27bbb8 View commit details
    Browse the repository at this point in the history