-
Notifications
You must be signed in to change notification settings - Fork 3k
Ambiq Micro: refactor CMake targets #14242
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
Conversation
@rwalton-arm just FYI, one of the first, we will do more this week |
@0xc0170, thank you for your changes. |
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
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.
The CMake targets should be renamed to follow the convention used in Mbed OS CMake files.
COMPONENT_lis2dh12/lis2dh12/lis2dh12_platform_apollo3.c | ||
COMPONENT_lis2dh12/lis2dh12/lis2dh12_reg.c |
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.
COMPONENT_lis2dh12/lis2dh12/lis2dh12_platform_apollo3.c | |
COMPONENT_lis2dh12/lis2dh12/lis2dh12_reg.c | |
lis2dh12_platform_apollo3.c | |
lis2dh12_reg.c |
@@ -0,0 +1,17 @@ | |||
# Copyright (c) 2020 ARM Limited. All rights reserved. |
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.
# Copyright (c) 2020 ARM Limited. All rights reserved. | |
# Copyright (c) 2021 ARM Limited. All rights reserved. |
@@ -0,0 +1,16 @@ | |||
# Copyright (c) 2020 ARM Limited. All rights reserved. |
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.
File name should be CMakeLists.txt
@@ -0,0 +1,17 @@ | |||
# Copyright (c) 2020 ARM Limited. All rights reserved. |
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.
File name should be CMakeLists.txt
@@ -0,0 +1,18 @@ | |||
# Copyright (c) 2020 ARM Limited. All rights reserved. |
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.
File name should be CMakeLists.txt
@@ -0,0 +1,18 @@ | |||
# Copyright (c) 2020 ARM Limited. All rights reserved. |
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.
File name should be CMakeLists.txt
@@ -0,0 +1,18 @@ | |||
# Copyright (c) 2020 ARM Limited. All rights reserved. |
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.
File name should be CMakeLists.txt
@@ -0,0 +1,18 @@ | |||
# Copyright (c) 2020 ARM Limited. All rights reserved. |
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.
File name should be CMakeLists.txt
@@ -0,0 +1,18 @@ | |||
# Copyright (c) 2020 ARM Limited. All rights reserved. |
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.
File name should be CMakeLists.txt
@@ -0,0 +1,18 @@ | |||
# Copyright (c) 2020 ARM Limited. All rights reserved. |
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.
File name should be CMakeLists.txt
@@ -0,0 +1,18 @@ | |||
# Copyright (c) 2020 ARM Limited. All rights reserved. |
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.
File name should be CMakeLists.txt
@@ -0,0 +1,18 @@ | |||
# Copyright (c) 2020 ARM Limited. All rights reserved. |
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.
File name should be CMakeLists.txt
Follow what we did for ST, to create separate CMake targets for each Mbed target.
fce0a82
to
b4f0be1
Compare
Pull request has been modified.
Fixed the names and also the copyright year |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Follow what we did for ST, to create separate CMake targets for each Mbed target.
I tested locally 2-3 targets for different toolchains.
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers