From 93c6d45c78dba617d87542e71ae54afdb2c4f6c6 Mon Sep 17 00:00:00 2001 From: Zach Grimaldi Date: Sat, 20 Sep 2025 11:09:03 -0400 Subject: [PATCH] docs: adds esp32 example --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6516f2..67496f2 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ This repository houses no examples for no-std usage, however you can check out t * [Pi Pico](https://github.com/rp-rs/rp-hal-boards/blob/main/boards/rp-pico/examples/pico_spi_sd_card.rs) * [STM32H7XX](https://github.com/stm32-rs/stm32h7xx-hal/blob/master/examples/sdmmc_fat.rs) * [atsamd(pygamer)](https://github.com/atsamd-rs/atsamd/blob/master/boards/pygamer/examples/sd_card.rs) +* [ESP32 (esp-hal + Embassy)](https://github.com/zpg6/esp32-sdcard) ## Todo List (PRs welcome!)