Skip to content
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

Implement hasReset() to track Reset Complete response. #92

Merged
merged 1 commit into from
Aug 20, 2021

Conversation

mattbradford83
Copy link
Contributor

Great library with lots of great features for debugging this troublesome chip.
One thing that appears to be missing is the tracking of the "Reset Complete" Executable response packet (BNO08X documentation, P24, fig 1-27). This is needed to determine if the chip resets unexpectedly, so that reports can be re-set.
It also pairs really well with the resetReason() function. I've added some code to document this working, along with an example of how to use it to show a software reset.

@PaulZC
Copy link
Collaborator

PaulZC commented Aug 2, 2021

Thank you @mattbradford83 ,
It may take us a few days before we are able to merge and test this (we have many other things going on at the moment).
Please feel free to give us a nudge here if you think this is taking too long.
Thanks again - and very best wishes,
Paul

@mattbradford83
Copy link
Contributor Author

Hey @PaulZC how's this one going?

@PaulZC
Copy link
Collaborator

PaulZC commented Aug 20, 2021

Hi @mattbradford83 ,

Thanks for the reminder! ;-)

Can you please re-target your PR at the release-candidate branch so I can merge and test it? Contributing guidelines are here.

Many thanks,
Paul

@PaulZC
Copy link
Collaborator

PaulZC commented Aug 20, 2021

Well, there you go. I learned something new today! ;-)
I can change the targeted branch. (Previously I thought only the person submitting the PR could do that...)
Merging...
Thanks!
Paul

@PaulZC PaulZC changed the base branch from main to release-candidate August 20, 2021 09:47
@PaulZC PaulZC merged commit 9048f8c into sparkfun:release-candidate Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants