essl: move from esp-idf component to extra component

This commit is contained in:
Michael (XIAO Xufeng)
2022-09-19 14:23:37 +08:00
parent af28c1fa21
commit 02a9de904a
29 changed files with 425 additions and 92 deletions

View File

@@ -10,6 +10,7 @@
#include <stdint.h>
#include <stddef.h>
#include <string.h>
#include <inttypes.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
@@ -24,6 +25,8 @@
#include "sdkconfig.h"
#include "driver/sdmmc_host.h"
#include "driver/sdspi_host.h"
#include "sdmmc_cmd.h"
#define TIMEOUT_MAX UINT32_MAX