kaluma-project / kaluma

A tiny JavaScript runtime for RP2040 (Raspberry Pi Pico)
https://kalumajs.org
Apache License 2.0
629 stars 38 forks source link

SDIO mode support for SD cards #514

Open Cursor-S opened 2 years ago

Cursor-S commented 2 years ago

Any plan for supporting SDIO mode for SD cards? That's useful in improving the speed while r/w files in cards.

Besides, thank you to build such a great project 🥰

communix commented 2 years ago

@Cursor-S Thank you for using Kaluma. Now we don't have a plan for SDIO based SD Card module because RP2040 does not have SDIO hardware. We can make java script project for it using current APIs (PIO and block device).