Skip to content

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