feat(fatfs): add FATFS from esp-idf

Commit ID: 3b16089c
This commit is contained in:
Dong Heng
2020-02-27 11:38:13 +08:00
parent 5ddea6d655
commit 3bbadfa6de
45 changed files with 28724 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# pragma once
#define CONFIG_IDF_TARGET_ESP32 1
#define CONFIG_WL_SECTOR_SIZE 4096
#define CONFIG_LOG_DEFAULT_LEVEL 3
#define CONFIG_PARTITION_TABLE_OFFSET 0x8000
#define CONFIG_ESPTOOLPY_FLASHSIZE "8MB"
//currently use the legacy implementation, since the stubs for new HAL are not done yet
#define CONFIG_SPI_FLASH_USE_LEGACY_IMPL