-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add MAX32660EVSYS #15109
Add MAX32660EVSYS #15109
Conversation
@ozersa, thank you for your changes. |
Please review failures, related to the changes (missing CMakeLists for instance). |
Added CMakeLists files. |
5b6e15c
to
e9dbe5f
Compare
@ozersa there are two failures in the tests. These should be fixed before we start a review. Thanks! |
e9dbe5f
to
623b51c
Compare
- Add SDK files (updated to match mbed system) - Implement mbed API files - Update mbed related configuration (CMakefiles, .json files...) - Add gcc and arm related files (linker, scatter, startup...) - Tested with ARM and GCC_ARM toolchain - GreenTea tests have been executed Signed-off-by: Sadik.Ozer <[email protected]>
623b51c
to
9c029bf
Compare
@ozersa Once you update the pull request, it's nice to add a message what has changed. I assume the failures were addressed and this is ready for CI |
Yes it is ready for CI. Thank you for reminder. I had informed @MarceloSalazar over email. Sorry to not updated here too. |
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.
Otherwise looks good to me.
MXC_WDT_EnableReset(MXC_WDT0); | ||
|
||
//NVIC_SetVector(WDT0_IRQn, WDT0_IRQHandler); | ||
//NVIC_EnableIRQ(WDT0_IRQn); |
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.
dead code should be removed
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.
Done
Signed-off-by: Sadik.Ozer <[email protected]>
Ci started |
Jenkins CI Test : ❌ FAILEDBuild Number: 4 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
New only armclang failure, it can't find a file (cmake test job). |
@0xc0170 could you take a look to this issue, Over MBED studio I got different configuration related errors.... |
@MarceloSalazar FYI. |
I found an error,
startup_max32660
|
Signed-off-by: Sadik.Ozer <[email protected]>
Thank you, l looked there ~10 times but not see these capital case. |
CI restarted |
Jenkins CI Test : ❌ FAILEDBuild Number: 5 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Signed-off-by: Sadik.Ozer <[email protected]>
Added watchdog_api.c file in CMakelist.txt, |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 6 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
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.
Looks good to me
@0xc0170 Will it be merged into master before next MBED release (v6.16) ? |
This PR does not contain release version label after merging. |
MAX32660EVSYS_TestResult_20210930_ARM.txt
MAX32660EVSYS_TestResult_20210930_GCC_ARM.txt
Signed-off-by: Sadik.Ozer [email protected]
Summary of changes
Impact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers