]> 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, 3 Mar 2017 03:59:15 +0000 (14:59 +1100)
commitc08a2871e67ee7003fabee6332a1326d7a4c7368
tree96f4f99b2200923ddab077894ed393e626438dac
parentf4c47872816c5cb73d1315ab5a004cc640c2ddcb
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