aboutsummaryrefslogtreecommitdiff
path: root/stmhal/hal/f7/src/stm32f7xx_hal_sd.c
AgeCommit message (Collapse)Author
2017-08-29stmhal: Remove cmsis and hal files, they are now a submodule.Damien George
2016-12-07stmhal: Port of f4 hal commit 1d7fb82 to updated f7 hal.Rami Ali
2016-12-07stmhal: Port of f4 hal commit 09de030 to updated f7 hal.Rami Ali
2016-12-07stmhal/hal: Update ST32CubeF7 HAL files to V1.1.2.Rami Ali
These files originate from the STM32Cube_FW_F7_V1.5.0 software package from ST. Newlines are unixified and trailing whitespace is removed.
2015-08-03stmhal: Port of f4 hal commit 1d7fb82 to f7 halDave Hylands
2015-08-03stmhal: Port of f4 hal commit 09de030 to f7 halDave Hylands
2015-07-30stmhal: Add hal and cmsis files from STM32Cube_FW_F7_V1.1.0.Dave Hylands
All files were converted to linux line endings. All trailing whitespace was removed using: for f in f7/inc/* f7/src/*; do sed --in-place 's/[[:space:]]\+$//' $f; done All non-ascii chars in comments were replaced with ascii equivalents or removed.