From dbefa0a7d434423c1a91a00fb882a16f473b16b8 Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Sat, 7 Mar 2026 01:29:09 +0100 Subject: [PATCH] Add comment --- Devices/guition-jc1060p470ciwy/Source/devices/SdCard.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Devices/guition-jc1060p470ciwy/Source/devices/SdCard.cpp b/Devices/guition-jc1060p470ciwy/Source/devices/SdCard.cpp index 3a08e11f..9bee001c 100644 --- a/Devices/guition-jc1060p470ciwy/Source/devices/SdCard.cpp +++ b/Devices/guition-jc1060p470ciwy/Source/devices/SdCard.cpp @@ -18,6 +18,7 @@ static const auto LOGGER = tt::Logger("JcSdCard"); // ESP32-P4 Slot 0 uses IO MUX (fixed pins, not manually configurable) // CLK=43, CMD=44, D0=39, D1=40, D2=41, D3=42 (defined automatically by hardware) +// TODO: Migrate to "espressif,esp32-sdmmc" driver (needs LDO code porting) class SdCardDeviceImpl final : public SdCardDevice { class NoLock final : public tt::Lock {