-
Notifications
You must be signed in to change notification settings - Fork 48
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
CI #92
CI #92
Conversation
I might have resolved those remaining warnings somewhere in my messy branch with too many changes. Will try to take a look later.. |
Seems like log-itm's println requires a logger as parameter.
None of the examples are made with that in mind. Any advice on how to proceed? |
Btw, https://github.com/DoumanAsh/cortex-m-log seems to be not so active. Not sure how many users use that vs rtt or semihosting |
As I see it, we have atleast two options:
@no111u3 do you have any suggestions? :) |
It was possible to work around the issue by making println use log::info which does not need a logger instance (assuming logger::init has been called. So now CI passes! This PR should now be ready for review :) |
Add g491 and 4a1 to ci, check examples, check with different feature sets
Remove unused feature embedded-can-03
Remove feature unstable-defmt from ci
Add clippy to ci
Fix warning