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

Convert to standard PSTR/PROGMEM macros #5458

Merged
merged 2 commits into from
Dec 9, 2018

Conversation

earlephilhower
Copy link
Collaborator

The bug referenced in the code that required a custom macro to enable
PSTR/PROGMEM compilation ( #3369 )
was fixed a while back and all PROGMEM references now live in their own
save .sections.

This patch simply is the output of sed -i s/PSTR_LEA/PSTR/g * and
sed -i s/PROGMEM_LEA/PROGMEM/g * on the codebase and the removal
of those defines.

The bug referenced in the code that required a custom macro to enable
PSTR/PROGMEM compilation ( esp8266#3369 )
was fixed a while back and all PROGMEM references now live in their own
save .sections.

This patch simply is the output of `sed -i s/PSTR_LEA/PSTR/g *` and
`sed -i s/PROGMEM_LEA/PROGMEM/g *` on the codebase and the removal
of those defines.
@earlephilhower earlephilhower added this to the 2.5.0 milestone Dec 9, 2018
@earlephilhower earlephilhower requested a review from devyte December 9, 2018 00:10
@earlephilhower
Copy link
Collaborator Author

As discussed in gitter, the custom PSTR/PROGMEM macros aren't required anymore.

@devyte
Copy link
Collaborator

devyte commented Dec 9, 2018

Formalize LEA's mdns rewrite
step2: macros

@devyte devyte merged commit 7898ca7 into esp8266:master Dec 9, 2018
@devyte
Copy link
Collaborator

devyte commented Dec 9, 2018

Thanks @earlephilhower !

@earlephilhower earlephilhower deleted the pstrpmem branch November 18, 2020 00:15
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.

2 participants