!feat/async and !feat/interrupts (breaking changes)#41
Open
elpiel wants to merge 31 commits intoeupn:masterfrom
Open
!feat/async and !feat/interrupts (breaking changes)#41elpiel wants to merge 31 commits intoeupn:masterfrom
elpiel wants to merge 31 commits intoeupn:masterfrom
Conversation
…-and-interupts Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
feat: add 9DOF & 6DOF methods chore: move Accelerometer Gyroscope interrupt config structs to own file Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
Signed-off-by: Lachezar Lechev <elpiel93@gmail.com>
Signed-off-by: Lachezar Lechev <lachezar@lechev.space>
Signed-off-by: Lachezar Lechev <lachezar@lechev.space>
Signed-off-by: Lachezar Lechev <lachezar@lechev.space>
Signed-off-by: Lachezar Lechev <lachezar@lechev.space>
Signed-off-by: Lachezar Lechev <lachezar@lechev.space>
Signed-off-by: Lachezar Lechev <lachezar@lechev.space>
|
@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 <lachezar@lechev.space>
Signed-off-by: Lachezar Lechev <lachezar@lechev.space>
Signed-off-by: Lachezar Lechev <lachezar@lechev.space>
Signed-off-by: Lachezar Lechev <lachezar@lechev.space>
Signed-off-by: Lachezar Lechev <lachezar@lechev.space>
elpiel
commented
Nov 20, 2025
Comment on lines
68
to
74
| - 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 |
Contributor
Author
There was a problem hiding this comment.
For musl targets the cargo fuzz fails:
Signed-off-by: Lachezar Lechev <lachezar@lechev.space>
Signed-off-by: Lachezar Lechev <lachezar@lechev.space>
Signed-off-by: Lachezar Lechev <lachezar@lechev.space>
chore: rename `defmt-03` feature to `defmt` docs: README - add missing features Signed-off-by: Lachezar Lechev <lachezar@lechev.space>
Signed-off-by: Lachezar Lechev <lachezar@lechev.space>
Signed-off-by: Lachezar Lechev <lachezar@lechev.space>
Signed-off-by: Lachezar Lechev <lachezar@lechev.space>
Signed-off-by: Lachezar Lechev <lachezar@lechev.space>
|
@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. |
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.
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)