-
Notifications
You must be signed in to change notification settings - Fork 167
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
Synchronous gyro interrupts on flyingpi #1765
base: next
Are you sure you want to change the base?
Conversation
Can you rebase please? Should make it easier to see what actually belongs to this branch too. 😁 |
Rebased :) thanks for merges, etc. I am not sure why it needed rebase as the actual rebase was conflict free. |
Note that... this should sit at least a short time while we get a better handle on what @glowtape's doing... it's quite possible we need something more "interrupt-like" for sim and shouldn't be moving to this "wait on pinchange" impl. |
No prob. Sorry I've been unavailable for a few days. I'll catch up with you on IRC when I'm at home (run out of mobile data :'().
Github seems quite random with when it sees a conflict. |
I am not sure I like this and want to defer. |
jenkins, build artifacts please |
1 similar comment
jenkins, build artifacts please |
Artifacts built, by request of @mlyle |
361a956
to
5acfffa
Compare
Putting this forward for review. It makes flyingpi better, even though it breaks abstraction a little currently. |
Sorry. I changed my mind again. defer for now. |
depends on
#1714,#1762, and#1779Still a little hackish (as this call is not universal between stm32 and posix yet, so bmx055 can't work on STM32). But this seems to work, and is most of the way tehre.