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

SPIFFS submodule and fixed build for both platforms #31

Merged
merged 5 commits into from
Oct 11, 2017

Conversation

me-no-dev
Copy link
Contributor

  • use submodule instead of copies of the SPIFFS source
  • move config to it's own folder
  • update Makefile to work with the new file structure
  • fix build defines for ESP8266 and ESP32 (tested with OSX on both targets)

@me-no-dev
Copy link
Contributor Author

@igrr this is good to go :)

Copy link
Owner

@igrr igrr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks.

@@ -127,9 +99,7 @@ typedef uint8_t u8_t;
#endif

// Define maximum number of gc runs to perform to reach desired free pages.
#ifndef SPIFFS_GC_MAX_RUNS
#define SPIFFS_GC_MAX_RUNS 5
#endif
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do the removals of ifndef..endif guards come from the upstream config?

@igrr igrr merged commit d8ad6e4 into igrr:master Oct 11, 2017
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