File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1616#define H_TRANSPORT_SPI 3
1717#define H_TRANSPORT_UART 4
1818
19- #ifdef CONFIG_ESP_HOSTED_SDIO_HOST_INTERFACE
20- #include "driver/sdmmc_host.h"
21- #endif
22-
2319#ifdef CONFIG_ESP_HOSTED_UART_HOST_INTERFACE
2420#include "hal/uart_types.h"
2521#endif
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ extern "C" {
1515#include "esp_hosted_bt_config.h"
1616#include "esp_hosted_transport_config.h"
1717#include "esp_hosted_api_types.h"
18+ #include "esp_hosted_ota.h"
1819
1920typedef struct esp_hosted_transport_config esp_hosted_config_t ;
2021
Original file line number Diff line number Diff line change 1- version : " 2.0.9 "
1+ version : " 2.0.10 "
22description : ESP-Hosted-MCU provide drivers to act any ESP chipset as Wi-Fi or Bluetooth co-processor.
33url : https://github.com/espressif/esp-hosted-mcu
44examples :
You can’t perform that action at this time.
0 commit comments