-
Notifications
You must be signed in to change notification settings - Fork 3k
CMake: Address review comment from PR#13566 #13870
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
CMake: Address review comment from PR#13566 #13870
Conversation
@rajkan01, thank you for your changes. |
@rajkan01 Please fill in the template above (patch, tests, etc). |
@@ -109,7 +105,11 @@ add_subdirectory(cmsis/device/rtos EXCLUDE_FROM_ALL) | |||
# Configures the application | |||
# | |||
function(mbed_configure_app_target target) | |||
mbed_set_language_standard(${target}) | |||
target_compile_features(${target} |
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.
shouldn't this be in our toolchain file (related to toolchain set up, although for an app)
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.
I reverted the changes and keep the mbed_set_language_standard
funcion and moved target_compile_feature
inside of it, please re-review
f2d559f
to
cf3e86d
Compare
connectivity/drivers/mbedtls/FEATURE_CRYPTOCELL310/TARGET_MCU_NRF52840/CMakeLists.txt
Show resolved
Hide resolved
connectivity/drivers/mbedtls/FEATURE_CRYPTOCELL310/TARGET_MCU_NRF52840/CMakeLists.txt
Outdated
Show resolved
Hide resolved
connectivity/drivers/mbedtls/FEATURE_CRYPTOCELL310/binaries/CMakeLists.txt
Show resolved
Hide resolved
connectivity/drivers/mbedtls/FEATURE_CRYPTOCELL310/binaries/CMakeLists.txt
Show resolved
Hide resolved
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
73a9c03
to
073ae1d
Compare
cf3e86d
to
3d35701
Compare
@rajkan01 please update your PR header.
|
ee57dcd
to
ecc5709
Compare
0f0157a
to
4c05ce8
Compare
Preceding PR# ARMmbed/mbed-os-example-ble#342 |
- Added absolute path as cmake failed to find linker file from relative path - Added the missing MBED_CONF_CRYPTOCELL310_PRESENT - Added the dependency library to BLE Cordio stack
890b6b2
to
438994d
Compare
@0xc0170 I moved the changes from BLE_Advertising example into the mbed-os side, please re-review |
@0xc0170 |
Jenkins CI Test : ❌ FAILEDBuild Number: 3 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
both failures are not related to this PR, we will restart once fixed. |
connectivity/drivers/mbedtls/FEATURE_CRYPTOCELL310/TARGET_MCU_NRF52840/CMakeLists.txt
Show resolved
Hide resolved
CI restarted |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 4 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Addressed review comments from @rwalton-arm in the PRhttps://github.com//pull/13566
Impact of changes
None.
Migration actions required
None.
Documentation
None.
Pull request type
Test results
Manula testing:
Successful compilation of the blinky example based on CMake.
Reviewers
@0xc0170 @hugueskamba @rwalton-arm