-
Notifications
You must be signed in to change notification settings - Fork 28
config: move mbed config cmake mbed_config.cmake
file from root to build directory
#189
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #189 +/- ##
==========================================
- Coverage 96.56% 96.56% -0.01%
==========================================
Files 94 94
Lines 2619 2617 -2
==========================================
- Hits 2529 2527 -2
Misses 90 90
|
Patater
reviewed
Feb 12, 2021
6fa1f32
to
13d3bdf
Compare
Remove comments not valid anymore from docstring.
The `MbedProgramFiles` contains list of files related to an Mbed program. When a new Mbed program gets created then `MbedProgramFiles` is instantiated. However, location of mbed config cmake file `mbed_config.cmake` is not known at this stage. Therefore, move `mbed_config.cmake` to config component where it'll be first used.
The location of Mbed config cmake file `mbed_config.cmake` is moved from root to build directory. App CMakeLists.txt template is updated to reflect the same.
76c08cf
to
8f9efd5
Compare
urutva
added a commit
to urutva/mbed-os-example-blinky
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
urutva
added a commit
to urutva/mbed-os-example-blinky-baremetal
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
urutva
added a commit
to urutva/mbed-os-example-tls
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
urutva
added a commit
to urutva/mbed-os-example-ble
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
urutva
added a commit
to urutva/mbed-os-example-sockets
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
urutva
added a commit
to urutva/mbed-os-example-cellular
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
urutva
added a commit
to urutva/mbed-os-example-lorawan
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
urutva
added a commit
to urutva/mbed-os-example-devicekey
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
urutva
added a commit
to urutva/mbed-os-example-thread-statistics
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
urutva
added a commit
to urutva/mbed-os-example-sys-info
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
urutva
added a commit
to urutva/mbed-os-example-cpu-stats
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
urutva
added a commit
to urutva/mbed-os-example-error-handling
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
urutva
added a commit
to urutva/mbed-os-example-filesystem
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
urutva
added a commit
to urutva/mbed-os-example-mesh-minimal
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
urutva
added a commit
to urutva/mbed-os-example-mbed-crypto
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
urutva
added a commit
to urutva/mbed-os-example-nfc
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
urutva
added a commit
to urutva/mbed-os-example-blockdevice
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
urutva
added a commit
to urutva/mbed-os-example-kvstore
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
urutva
added a commit
to urutva/mbed-os-example-crash-reporting
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
urutva
added a commit
to urutva/mbed-os-example-sd-driver
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
urutva
added a commit
to urutva/mbed-os-example-attestation
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
Patater
approved these changes
Feb 15, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
0xc0170
pushed a commit
to ARMmbed/mbed-os-example-devicekey
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
0xc0170
pushed a commit
to ARMmbed/mbed-os-example-sockets
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
0xc0170
pushed a commit
to ARMmbed/mbed-os-example-blinky
that referenced
this pull request
Feb 15, 2021
Mbed OS tools now generates Mbed OS cmake config file in build folder instead of root folder (ARMmbed/mbed-tools#189). Update `CMakeLists.txt` to use build folder to locate Mbed OS cmake config file.
The mbed-os commit ARMmbed/mbed-os@39ab9c8 updated the naming conventions of mbed targets. Travis test data is updated to match the new naming convention.
8f9efd5
to
4ff5453
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
The
MbedProgramFiles
contains list of files related to an Mbed program. When a new Mbed program gets created thenMbedProgramFiles
is instantiated. However, location of mbed config cmake filembed_config.cmake
is not known at this stage. Therefore, movembed_config.cmake
to config component where it'll be first used.Test Coverage