We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 491e2d2 commit ff0d04dCopy full SHA for ff0d04d
cores/esp32/esp32-hal-hosted.c
@@ -17,6 +17,7 @@
17
18
#include "esp32-hal-hosted.h"
19
#include "esp32-hal-log.h"
20
+#include "pins_arduino.h"
21
22
#include "esp_hosted.h"
23
#include "esp_hosted_transport_config.h"
variants/m5stack_tab5/pins_arduino.h
@@ -49,6 +49,10 @@ static const uint8_t T11 = 13;
49
static const uint8_t T12 = 14;
50
static const uint8_t T13 = 15;
51
52
+//SDMMC
53
+#define BOARD_HAS_SDMMC
54
+#define BOARD_SDMMC_SLOT 0
55
+
56
//WIFI - ESP32C6
57
#define BOARD_HAS_SDIO_ESP_HOSTED
58
#define BOARD_SDIO_ESP_HOSTED_CLK 12
0 commit comments