Skip to content

Releases: stm32duino/STM32SD

Updated library name

08 Jan 17:00
Compare
Choose a tag to compare
Updated library name to be aligned with all STM32duino libs

Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>

First release of STM32SD library

30 Aug 12:15
Compare
Choose a tag to compare

With an STM32 board with SD card slot availability, this library enables
reading and writing on SD card using SD card slot of a STM32 board (NUCLEO, DISCOVERY, ...).

This library follow Arduino API.

For more information about it, please visit:
http://www.arduino.cc/en/Reference/SD

Note

The library is based on FatFs, a generic FAT file system module for small embedded systems.
http://elm-chan.org/fsw/ff

The FatFs has been ported as Arduino library here. The STM32SD library depends on it.