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

[nrfconnect] Refactored configuration for the nrfconnect examples #63

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Apr 1, 2022

  1. [nrfconnect] Refactored configuration for the nrfconnect examples

    nrfconnect platform uses Kconfig overlays and defaults in a way
    that is not consistent with the nRF Connect SDK recommendations
    
    * Created Kconfig.defaults that set default configs common
    for all examples (replaced sample-defaults.conf)
    * Created Kconfig.features that allows to configure set
    of options within single feature using single option
    * Replaced approach of adding overlays in example cmake file
    with the pattern of placing prj.conf files in a
    configuration/build-target/ location that allows adding config
    files to the build automatically by the toolchain.
    * Created debug and release configuration variants for several
    examples.
    kkasperczyk-no committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    91f88e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    882fb4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9e8650 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8e49b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f9b0ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4f9adbe View commit details
    Browse the repository at this point in the history
  7. Fixed failing builds

    kkasperczyk-no committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    e7da2bc View commit details
    Browse the repository at this point in the history
  8. Fixed rpc build

    kkasperczyk-no committed Apr 1, 2022
    Configuration menu
    Copy the full SHA
    161e32e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    92c68d7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    002da8a View commit details
    Browse the repository at this point in the history