Skip to content

Commit df8559c

Browse files
authored
Merge pull request #108 from Nereuxofficial/patch-1
Linked no-std examples
2 parents 2f14459 + d4195ba commit df8559c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ 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+
- [atsamd(pygamer)](https://github.com/atsamd-rs/atsamd/blob/master/boards/pygamer/examples/sd_card.rs)
66+
6167
## Todo List (PRs welcome!)
6268

6369
* Create new dirs

0 commit comments

Comments
 (0)