sdmmc: add peripheral driver and protocol layer

This commit is contained in:
Ivan Grokhotkov
2016-12-19 22:19:47 +08:00
committed by Ivan Grokhotkov
parent 0efaa4f4b8
commit edd924f273
20 changed files with 2901 additions and 2 deletions

View File

@@ -35,7 +35,8 @@ typedef int32_t esp_err_t;
#define ESP_ERR_NOT_FOUND 0x105
#define ESP_ERR_NOT_SUPPORTED 0x106
#define ESP_ERR_TIMEOUT 0x107
#define ESP_ERR_INVALID_RESPONSE 0x108
#define ESP_ERR_INVALID_CRC 0x109
#define ESP_ERR_WIFI_BASE 0x3000 /*!< Starting number of WiFi error codes */