]> granicus.if.org Git - esp-idf/commit
sdmmc: add SDIO support
authorIvan Grokhotkov <ivan@espressif.com>
Tue, 6 Mar 2018 09:57:52 +0000 (17:57 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Wed, 11 Apr 2018 03:07:13 +0000 (11:07 +0800)
commitee600784c539346fce8bf400b178f3a422b8d705
tree693d1d5bed89aeebfd29580086c56e0094ebf2ee
parent5f97e6bebbd7e0f1ab4dd4c64d8cef892a51c94c
sdmmc: add SDIO support

- Add SDIO support at protocol layer (probing, data transfer, interrupts)
- Add SDIO interrupts support in SDMMC host
- Add test (communicate with ESP32 in SDIO download mode)
components/driver/include/driver/sdmmc_defs.h
components/driver/include/driver/sdmmc_host.h
components/driver/include/driver/sdmmc_types.h
components/driver/include/driver/sdspi_host.h
components/driver/sdmmc_host.c
components/sdmmc/include/sdmmc_cmd.h
components/sdmmc/sdmmc_cmd.c
components/sdmmc/test/test_sdio.c [new file with mode: 0644]
components/soc/esp32/include/soc/sdmmc_reg.h