Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cores/esp32/esp32-hal-hosted.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

#include "esp32-hal-hosted.h"
#include "esp32-hal-log.h"
#include "pins_arduino.h"

#include "esp_hosted.h"
#include "esp_hosted_transport_config.h"
Expand Down
4 changes: 4 additions & 0 deletions variants/m5stack_tab5/pins_arduino.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ static const uint8_t T11 = 13;
static const uint8_t T12 = 14;
static const uint8_t T13 = 15;

//SDMMC
#define BOARD_HAS_SDMMC
#define BOARD_SDMMC_SLOT 0

//WIFI - ESP32C6
#define BOARD_HAS_SDIO_ESP_HOSTED
#define BOARD_SDIO_ESP_HOSTED_CLK 12
Expand Down
Loading