mirror of
https://github.com/pellepl/spiffs.git
synced 2026-08-06 10:27:46 +00:00
Merge pull request #132 from gpryor/patch-1
compilation instructions for noobs
This commit is contained in:
@@ -23,6 +23,11 @@ Spiffs is designed with following characteristics in mind:
|
||||
- Wear leveling
|
||||
|
||||
|
||||
## BUILDING
|
||||
|
||||
TL;DR: `mkdir build; make`. Otherwise, configure the `builddir` variable towards the top of `makefile` as something opposed to the default `build`. Sanity check on the host via `make test` and refer to `.travis.yml` for the official in-depth testing procedure. See the wiki for [integrating](https://github.com/pellepl/spiffs/wiki/Integrate-spiffs) spiffs into projects and [spiffsimg](https://github.com/nodemcu/nodemcu-firmware/tree/master/tools/spiffsimg) from [nodemcu](https://github.com/nodemcu) is a good example on the subject.
|
||||
|
||||
|
||||
## FEATURES
|
||||
|
||||
What spiffs does:
|
||||
|
||||
Reference in New Issue
Block a user