| Age | Commit message (Collapse) | Author |
|
|
|
It's needed by the DMA driver to do an efficient reinitialisation. This
patch follows what is done in the F4 HAL.
|
|
These files originate from the STM32Cube_FW_F7_V1.5.0 software package
from ST. Newlines are unixified and trailing whitespace is removed.
|
|
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.
|