sdio: support SDIO over spi in the example

This commit is contained in:
Michael (XIAO Xufeng)
2018-08-23 20:43:07 +08:00
parent 8a364b4bdf
commit 9985c33a46
5 changed files with 96 additions and 11 deletions

View File

@@ -60,7 +60,7 @@
#define SDIO_SLAVE_QUEUE_SIZE 11
#define BUFFER_SIZE 128
#define BUFFER_NUM 12
#define BUFFER_NUM 16
#define EV_STR(s) "================ "s" ================"