-
Notifications
You must be signed in to change notification settings - Fork 21
!feat/async and !feat/interrupts (breaking changes) #41
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
base: master
Are you sure you want to change the base?
Conversation
…-and-interupts Signed-off-by: Lachezar Lechev <[email protected]>
feat: add 9DOF & 6DOF methods chore: move Accelerometer Gyroscope interrupt config structs to own file Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
|
@elpiel Hi there! This PR is so cool and useful. Thanks for doing this. Do you intend to finish it? Do you recall why the CI was failing (the log is no longer accessible as it has expired)? |
Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
| - name: Fuzz (nightly only) | ||
| if: ${{ matrix.rust == 'nightly' }} | ||
| env: | ||
| RUSTFLAGS: "-C target-feature=-crt-static" | ||
| run: | | ||
| cargo +nightly fuzz run init -- -max_total_time=900 | ||
| cargo +nightly fuzz run calibrate -- -max_total_time=1800 |
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.
For musl targets the cargo fuzz fails:
Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
chore: rename `defmt-03` feature to `defmt` docs: README - add missing features Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
Signed-off-by: Lachezar Lechev <[email protected]>
|
@eupn Do you think you'd have time to review this PR and roll out a release after it's merged, in the near future? :) |
I guess not. :( @elpiel I wonder if this is now an unmaintained crate, given that the last commit in the repo was from a year ago and some of your PRs haven't gotten any comments for more than half a year now. |
I was not able to make the interrupt pin trigger despite double-checking all settings, making sure register values are correct.
I've tested with 2 different boards but no interrupt pin nor interrupt register is ever raised.
async/blockingfeatures (blockingenabled by default to keep aligned with current version)