-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
extmod/modopenamp: Implement MIMXRT port and log handler fixes. #14120
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #14120 +/- ##
=======================================
Coverage 98.39% 98.39%
=======================================
Files 161 161
Lines 21200 21200
=======================================
Hits 20860 20860
Misses 340 340 ☔ View full report in Codecov by Sentry. |
Code size report:
|
@iabdalkader Is this streaming interface important for your use of the |
No not at all, it's just something @jimmo asked for in the reviews. However you may want to look at the log issue, second commit. |
I had a look at this and see the problem. Can we fix that by using the proper logging interface, and calling |
Yes, I'll send it in a different PR.
Note the only blocker right now is #14082 |
603fb6c
to
1c9fe2f
Compare
1c9fe2f
to
858259f
Compare
b2e8bdc
to
e9725de
Compare
I see that this now has mimxrt support, which is good, but it means that will be blocked on the streaming part of the API. If you want to get the logging and/or mimxrt support merged faster then please put them in a separate PR. |
e9725de
to
f6f8607
Compare
I kept them here in this PR and sent a new one for endpoint streaming #14181 |
There are some remaining |
f6f8607
to
d82fe96
Compare
I removed them all, as well as some |
Use the existing metal log handling mechanism instead of overriding the metal_log, which causes build issues when logging is enabled. Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
d82fe96
to
87d821a
Compare
mimxrt
and tested with IMXRT1176 custom board. A test firmware for M4 can be found here https://github.com/iabdalkader/openamp_vuart (build withmake PORT=mimxrt
).