M5Stack Tab5 TinyUSB MSC support implemented (#530)

This commit is contained in:
Shadowtrance
2026-06-11 06:39:36 +10:00
committed by GitHub
parent 543390a977
commit 8dd9bee8d0
6 changed files with 29 additions and 3 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ if (DEFINED ENV{ESP_IDF_VERSION})
spi_flash
)
if ("${IDF_TARGET}" STREQUAL "esp32s3")
if ("${IDF_TARGET}" STREQUAL "esp32s3" OR "${IDF_TARGET}" STREQUAL "esp32p4")
list(APPEND REQUIRES_LIST esp_tinyusb)
endif ()