Aux Bus Timing Issue
Open
- Dominant language
- C
- Stars
- 13
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
The issue filed by Richard is due to use of Auxiliary Bus in USBIO. If we use AUX, then we are closing old i2c and creating the new i2c, in the Richard’s case old i2c was not close properly and new USBIO was not sure which one to use . Due to inconsistency we got memory leakage.
Contributor guide
Assessment
This issue has not been assessed yet.