Skip to content

Commit f2a6ae1

Browse files
Linked no-std examples
1 parent 2f14459 commit f2a6ae1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@ let mut cont: VolumeManager<_, _, 6, 12, 4> = VolumeManager::new_with_limits(blo
5858
* Iterate sub-directories
5959
* Log over defmt or the common log interface (feature flags).
6060

61+
## No-std usage
62+
This repository houses no examples for no-std usage, however you can check out the following examples:
63+
- [Pi Pico](https://github.com/rp-rs/rp-hal-boards/blob/main/boards/rp-pico/examples/pico_spi_sd_card.rs)
64+
- [STM32H7XX](https://github.com/stm32-rs/stm32h7xx-hal/blob/master/examples/sdmmc_fat.rs)
65+
6166
## Todo List (PRs welcome!)
6267

6368
* Create new dirs

0 commit comments

Comments
 (0)