Skip to content
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

ESP is singleton w/o data members, make all functions static #8006

Merged
merged 1 commit into from May 15, 2021

Conversation

dok-net
Copy link
Contributor

@dok-net dok-net commented Apr 27, 2021

ESP has no data members, is used as singleton object, and can be called before C++ runtime setup during boot.
As a additional benefit, this change reduces binary code size.

…ed before C++ runtime setup during boot: make all member functions static.
@earlephilhower earlephilhower merged commit 5f21c61 into esp8266:master May 15, 2021
@dok-net dok-net deleted the esp_static branch May 15, 2021 22:14
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.

None yet

3 participants