Skip to content

Commit

Permalink
Merge pull request #25 from boneskull/new-spiffs
Browse files Browse the repository at this point in the history
use ESP-IDF's SPIFFS implementation
  • Loading branch information
nkolban authored Feb 7, 2018
2 parents 3ad18d3 + b97fe6d commit 4e1a07b
Show file tree
Hide file tree
Showing 17 changed files with 476 additions and 8,094 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ images:
echo "+---------------------+"
echo "| Building spiffs.img |"
echo "+---------------------+"
./bin/mkspiffs -c filesystem -b 65536 -p 256 -s 524288 build/spiffs.img
./bin/mkspiffs -c filesystem -b 4096 -p 256 -s 0x80000 build/spiffs.img

#
# Perform a clean install of duktape.
Expand Down
7 changes: 0 additions & 7 deletions components/spiffs/component.mk

This file was deleted.

138 changes: 0 additions & 138 deletions components/spiffs/esp_spiffs.c

This file was deleted.

43 changes: 0 additions & 43 deletions components/spiffs/esp_spiffs.h

This file was deleted.

Loading

0 comments on commit 4e1a07b

Please sign in to comment.