FatFs integration (SDIO backend) (#242)
This commit is contained in:
parent
2994a566a6
commit
f1d44f5cbe
23 changed files with 38479 additions and 0 deletions
8
examples/fatfs_rtc/Makefile
Normal file
8
examples/fatfs_rtc/Makefile
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
PROGRAM = fatfs
|
||||
EXTRA_COMPONENTS = extras/sdio extras/fatfs extras/i2c extras/ds1307
|
||||
ESPBAUD = 460800
|
||||
|
||||
# We provide uint32_t get_fattime() based on the RTC
|
||||
FATFS_FS_NORTC = 0
|
||||
|
||||
include ../../common.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue