Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

hudson-ayers
Copy link
Contributor

Pull Request Overview

This pull request fixes a panic-at-boot on the nano33 caused by bab2b62 . The original implementation did not correctly initialize the i2c stack, presumably causing issues for whatever sensor uses i2c. Switching to the component fixed this bug but did not increment the number of deferred call clients leading to a panic at boot, which is a pain to detect on the nano33 because CDC is not setup yet that early so panic prints do not work.

Testing Strategy

This pull request was tested on my nano33

TODO or Help Wanted

N/A

Documentation Updated

  • Updated the relevant files in /docs, or no updates are required.

Formatting

  • Ran make prepush.

@hudson-ayers
Copy link
Contributor Author

bors r+

@bors
Copy link
Contributor

bors bot commented Dec 28, 2022

@bors bors bot merged commit cb6b321 into tock:master Dec 28, 2022
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.

4 participants