FatFs integration (SDIO backend) (#242)

This commit is contained in:
Ruslan V. Uss 2016-10-25 01:30:51 +06:00 committed by sheinz
parent 2994a566a6
commit f1d44f5cbe
23 changed files with 38479 additions and 0 deletions

8
examples/fatfs/Makefile Normal file
View file

@ -0,0 +1,8 @@
PROGRAM = fatfs
EXTRA_COMPONENTS = extras/sdio extras/fatfs
#ESPBAUD = 460800
# FatFS parameters, see extras/fatfs/defaults.mk
FATFS_CODE_PAGE = 866
include ../../common.mk