stm32-rs / stm32h7xx-hal

Peripheral access API for STM32H7 series microcontrollers
BSD Zero Clause License
209 stars 99 forks source link

Utilize write_blocks in FAT binding #456

Closed phoracek closed 9 months ago

phoracek commented 9 months ago

With this patch, the FAT write binding would use sdmmc CMD25 to write blocks of data.

It also extends the FAT example so it exercises both write_block and write_blocks.

phoracek commented 9 months ago

Hey @richardeoin, once you'll have some time, this one is ready for a review. Thanks o/

richardeoin commented 9 months ago

Great. I'll take a look in the next week or so