-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bugfix(otgfs): disable endpoints on bus reset
Endpoints should be disabled on bus reset. According to datasheet it looks like the UEPx_y_MOD.{RX_EN,TX_EN} should have reset value of 0 but clearly they are reset to 1 which case our endpoints to be "enabled" by default
- Loading branch information
1 parent
289e785
commit 06c576d
Showing
2 changed files
with
32 additions
and
30 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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