Driver for SD/MMC cards (#239)
* Driver for SD/MMC cards * SDIO: read_register() bug fixed, schematics resized
This commit is contained in:
parent
b23dd64419
commit
2994a566a6
7 changed files with 829 additions and 0 deletions
7
extras/sdio/component.mk
Normal file
7
extras/sdio/component.mk
Normal 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))
|
Loading…
Add table
Add a link
Reference in a new issue