8000 Reduce the IRAM usage of I2C code by 600-1500 bytes by earlephilhower · Pull Request #6326 · esp8266/Arduino · GitHub
[go: up one dir, main page]

Skip to content

Reduce the IRAM usage of I2C code by 600-1500 bytes #6326

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

Merged
merged 25 commits into from
Oct 14, 2019
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
1c14e9e
Merge branch 'master' into reducei2ciram
d-a-v Oct 3, 2019
f04d65c
Merge branch 'master' into reducei2ciram
earlephilhower Oct 4, 2019
f67ddf5
Add enum use comment, rename twi::delay, fix SDA/SCL_READ bool usage
earlephilhower Oct 4, 2019
dd6a854
Replace clock stretch repeated code w/inline loop
earlephilhower Oct 4, 2019
a23864a
Remove slave code when not using slave mode
earlephilhower Oct 4, 2019
991380d
Re-allmanize the i2c core and Wire library
earlephilhower Oct 14, 2019
7410bc5
Merge branch 'master' into reducei2ciram
earlephilhower Oct 14, 2019
88209b5
Add i2c and lib to restyle.sh
earlephilhower Oct 14, 2019
1012d40
Add comment about bool-as-int in slave eventhndlr
earlephilhower Oct 14, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Run astyle core.conf, clean up space/tab/etc.
Since the C++ version has significant text differences anyway, now is a
good time to clean up the mess of spaces, tabs, and differing cuddles.
  • Loading branch information
earlephilhower committed Jul 26, 2019
commit 0cdca29d6087552e521f54a09364a3f55ad07b97
Loading
0