alif: update DFP library to 2.1.0#19191
Draft
dpgeorge wants to merge 5 commits into
Draft
Conversation
Signed-off-by: Damien George <damien@micropython.org>
Signed-off-by: Damien George <damien@micropython.org>
Signed-off-by: Damien George <damien@micropython.org>
It's replaced by the new `dcd_ensemble.c` code. Signed-off-by: Damien George <damien@micropython.org>
Member
Author
|
@iabdalkader @kwagyeman FYI, this still needs some effort to get USB and power management working again. If you have any insights/comments, that would be appreciated! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #19191 +/- ##
=======================================
Coverage 98.46% 98.46%
=======================================
Files 176 176
Lines 22811 22811
=======================================
Hits 22460 22460
Misses 351 351 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Damien George <damien@micropython.org>
|
Code size report: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR updates the alif port to use the latest DFP 2.1.0 release.
There are many changes and some thing do not yet work:
pm.csource file alifsemi/alif_ensemble-cmsis-dfp#50Testing
Built and ran the test suite on ALIF_ENSEMBLE. Apart from the issues above, there are no other regressions (tests include Pin, ADC, PWM, I2CTarget, UART).
Trade-offs and Alternatives
There's not much choice here but to keep up to date with the latest DFP code.
The definitions M55_HP/M55_HE have changed to RTSS_HP/RTSS_HE which might have some flow-on effects, eg for OpenMV.
Generative AI
I did not use generative AI tools when creating this PR.