Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8d7fb58

Browse filesBrowse files
stickbreakerme-no-dev
authored andcommitted
Fix for spurious interrupts during I2C communications (espressif#1665)
This version no longer needs an interrupt for each byte transferred. It only needs interrupts for START, STOP, FIFO empty/Full or error conditions. This dramatically reduces the interrupt overhead. I think the prior version was causing an interrupt overload condition where the ISR was not able to process every interrupt as they happened.
1 parent 2fda054 commit 8d7fb58
Copy full SHA for 8d7fb58

File tree

Expand file treeCollapse file tree

1 file changed

+228
-200
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+228
-200
lines changed

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.