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

7
extras/sdio/component.mk Normal file
View file

@ -0,0 +1,7 @@
# Component makefile for extras/sdio
INC_DIRS += $(sdio_ROOT)..
# args for passing into compile rule generation
sdio_SRC_DIR = $(sdio_ROOT)
$(eval $(call component_compile_rules,sdio))