Driver for SD/MMC cards

This commit is contained in:
UncleRus 2016-10-18 16:26:00 +05:00
parent b23dd64419
commit 0c535d44a6
7 changed files with 829 additions and 0 deletions

View file

@ -0,0 +1,4 @@
PROGRAM = sdio_raw
EXTRA_COMPONENTS = extras/sdio
#ESPBAUD = 460800
include ../../common.mk