The query (Issue #12636) specifically requests multi-partition support for SD cards on ESP32/ESP32-S3, similar to the existing STM32 implementation. The candidate (PR #7988) adds basic SD card support to the ESP32 port, including the machine_sdcard.c implementation, but does not implement multi-partition support. While PR #7988 is a necessary prerequisite for SD card functionality on ESP32, it does not address the specific multi-partition feature requested in the query. The PR enables SD card usage but doesn't provide the partitioning capability that the issue asks for.
Suggested action
Keep both items open. The PR provides basic SD card support which is foundational, but the multi-partition feature request remains unaddressed. Consider creating a follow-up issue or PR specifically for multi-partition support once basic SD card support is stable.