]> granicus.if.org Git - esp-idf/commit
example(sdio): example to use sdmmc host to do SDIO communication with SDIO slave
authorMichael (XIAO Xufeng) <xiaoxufeng@espressif.com>
Tue, 29 May 2018 08:33:24 +0000 (16:33 +0800)
committerbot <bot@espressif.com>
Wed, 20 Jun 2018 07:00:05 +0000 (07:00 +0000)
commit90345050b2b53d153c11d077de60daba00e6fea8
treeefa883f7fbec58f39804ea134c2b41448e387318
parent8ab87a6a87621a07512468b2fbf47edaee63cfc3
example(sdio): example to use sdmmc host to do SDIO communication with SDIO slave
18 files changed:
.gitlab-ci.yml
components/esp32/esp_err_to_name.c
examples/peripherals/sdio/README.md [new file with mode: 0644]
examples/peripherals/sdio/host/Kconfig.projbuild [new file with mode: 0644]
examples/peripherals/sdio/host/Makefile [new file with mode: 0644]
examples/peripherals/sdio/host/components/esp_slave/component.mk [new file with mode: 0644]
examples/peripherals/sdio/host/components/esp_slave/esp_slave.c [new file with mode: 0644]
examples/peripherals/sdio/host/components/esp_slave/include/esp_slave.h [new file with mode: 0644]
examples/peripherals/sdio/host/main/Kconfig.projbuild [new file with mode: 0644]
examples/peripherals/sdio/host/main/app_main.c [new file with mode: 0644]
examples/peripherals/sdio/host/main/component.mk [new file with mode: 0644]
examples/peripherals/sdio/host/sdkconfig.defaults [new file with mode: 0644]
examples/peripherals/sdio/sdio_test.py [new file with mode: 0644]
examples/peripherals/sdio/slave/Makefile [new file with mode: 0644]
examples/peripherals/sdio/slave/main/Kconfig.projbuild [new file with mode: 0644]
examples/peripherals/sdio/slave/main/app_main.c [new file with mode: 0644]
examples/peripherals/sdio/slave/main/component.mk [new file with mode: 0644]
examples/storage/sd_card/README.md