Skip to content

Re-add deprecated _SPIFFS_* symbols to the build #6542

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

Closed
earlephilhower opened this issue Sep 20, 2019 · 0 comments · Fixed by #6543
Closed

Re-add deprecated _SPIFFS_* symbols to the build #6542

earlephilhower opened this issue Sep 20, 2019 · 0 comments · Fixed by #6543

Comments

@earlephilhower
Copy link
Collaborator

Per #6537 it seems other libraries are using the SPIFFS* symbols that were renamed to FS* (because they could not refer to SPIFFS or LittleFS).

Those symbols should be re-added to the build and marked as deprecated to give folks a warning that they're going away in the next rev.

earlephilhower added a commit to earlephilhower/Arduino that referenced this issue Sep 21, 2019
In order to give user libs a change to update to the new symbols, re-add
the _SPIFFS_XX symbols to the linker file with a comment that they are
deprecated.

Also add back spiffs_hal_xxx functions, also marked as deprecated.

Fixes esp8266#6542
d-a-v pushed a commit that referenced this issue Sep 26, 2019
In order to give user libs a change to update to the new symbols, re-add
the _SPIFFS_XX symbols to the linker file with a comment that they are
deprecated.

Also add back spiffs_hal_xxx functions, also marked as deprecated.

Fixes #6542
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 a pull request may close this issue.

1 participant