-
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 target support for XDOT_MAX32670 #15458
Conversation
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.
Note: I noticed scancode is failing silently, I should look at how to fix it
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.
Additional request: Please share the test results as part of the pull request (attached logs)
Otherwise looks good to me
|
||
SystemCoreClock = base_freq >> div; | ||
|
||
// base_freq1 = base_freq; |
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've missed this one , please remove dead code
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 removed and pushed.
For test results, what type of logs are you looking for? We built our bootloader code and AT application code for our new LoRaWAN endpoint. We run this combination of code through and extensive series of automated and manual tests. That includes full coverage of our AT commands, LoRaWAN communication and certification, low power modes and firmware updates. This exercises all the onboard hardware of our modules as well as off board SPI and GPIOs.
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.
Most of the time we get logs from greentea test run (executing all the tests for a new target). To answer: how was this tested, are all tests green, any known issues?
CI started |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
This PR does not contain release version label after merging. |
Summary of changes
Add support for target XDOT_MAX32670
Impact of changes
Migration actions required
Documentation
None
Pull request type
Test results
Built and tested bootloader and application code for target device.
Reviewers