]> granicus.if.org Git - esp-idf/commit
sdmmc: Add width field to the slot config.
authorDaniel Campora <daniel@pycom.io>
Mon, 20 Feb 2017 00:42:58 +0000 (00:42 +0000)
committerAngus Gratton <angus@espressif.com>
Fri, 17 Mar 2017 10:12:41 +0000 (18:12 +0800)
commit82ef2b9485d1c9889023dc791eeb78f9e2e7aedb
treea837163cda3b638f682af2f381ce1a853e17c55f
parentde461671aa5c617d90e767c8e8d991188b32d8f1
sdmmc: Add width field to the slot config.

Therefore if the width is set to 1, you can choose to only
configure the CLK, DAT0 and CMD pins.

Merges #361 https://github.com/espressif/esp-idf/pull/361
components/driver/include/driver/sdmmc_host.h
components/driver/sdmmc_host.c