mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
feat(spiffs): Modify for ESP8266
This commit is contained in:
@ -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"
|
||||
|
@ -5,3 +5,4 @@ CONFIG_PARTITION_TABLE_OFFSET=0x8000
|
||||
CONFIG_TASK_WDT=
|
||||
CONFIG_ENABLE_PTHREAD=y
|
||||
|
||||
CONFIG_USING_SPIFFS=y
|
||||
|
Reference in New Issue
Block a user