"README.md" did not exist on "ab23a2b16768b86ee53f93a00be435d821e740d1"
Select Git revision
crc16.cpp
-
Terraneo Federico authored
- Improved the SDIO drivers for both stm32f1 and stm32f2. It now uses DMA transfers whenever possible. In the stm32f2 it is always possible, while in the stm32f1 it is done if the FSMC is not used for data storage. - Added a test in the testsuite to check writing and reading large files from disk, with checksum of the written data. - Modified the signature of crc16 to accept a void* instead of a char*, to avoid casting issues.
Terraneo Federico authored- Improved the SDIO drivers for both stm32f1 and stm32f2. It now uses DMA transfers whenever possible. In the stm32f2 it is always possible, while in the stm32f1 it is done if the FSMC is not used for data storage. - Added a test in the testsuite to check writing and reading large files from disk, with checksum of the written data. - Modified the signature of crc16 to accept a void* instead of a char*, to avoid casting issues.