-
Notifications
You must be signed in to change notification settings - Fork 3k
CMake: Fix the listing of system_clock.c for STM32F413xH #14104
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: Fix the listing of system_clock.c for STM32F413xH #14104
Conversation
I am addressing Travis failures with py3.5 in a separate PR. I've noticed it started failing just recently. |
d041758
to
dd2729a
Compare
dd2729a
to
4393017
Compare
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F413xH/CMakeLists.txt
Outdated
Show resolved
Hide resolved
4393017
to
0679e22
Compare
travis fix is on master. Please rebase all your PRs, it should fix it |
9c2c367
to
aaa133a
Compare
Done. |
It's unfortunate but the move triggered astyle error, it is trivial to fix. Can you please? |
aaa133a
to
0840419
Compare
Done. |
astyle still reports one (blank space on the line?) |
0840419
to
6131481
Compare
Done. |
Travis can't compile events:
please review |
Each variant now has its own system_clock.c file. Therefore ensure the correct one is added for each variant. Also reduce the number of CMakeLists.txt file as each variant does not have significant number of files.
6131481
to
1a90deb
Compare
This force-push moves |
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Each variant now has its own system_clock.c file.
Therefore ensure the correct one is added for each variant.
Also reduce the number of CMakeLists.txt file as each
variant does not have significant number of files.
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers