feat(spiffs): Modify for ESP8266

This commit is contained in:
dongheng
2019-03-15 14:53:47 +08:00
parent 9b2d10bdce
commit f6335d9e24
15 changed files with 107 additions and 67 deletions

View File

@ -13,6 +13,7 @@
// limitations under the License.
#include <string.h>
#include <unistd.h>
#include "unity.h"
#include "test_utils.h"
#include "rom/ets_sys.h"

View File

@ -5,3 +5,4 @@ CONFIG_PARTITION_TABLE_OFFSET=0x8000
CONFIG_TASK_WDT=
CONFIG_ENABLE_PTHREAD=y
CONFIG_USING_SPIFFS=y