Driver for SD/MMC cards (#239)

* Driver for SD/MMC cards

* SDIO: read_register() bug fixed, schematics resized
This commit is contained in:
Ruslan V. Uss 2016-10-20 13:03:05 +06:00 committed by sheinz
parent b23dd64419
commit 2994a566a6
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