summaryrefslogtreecommitdiff
path: root/stmhal/hal/l4/src
AgeCommit message (Collapse)Author
2017-08-29stmhal: Remove cmsis and hal files, they are now a submodule.Damien George
2017-07-31all: Use the name MicroPython consistently in commentsAlexander Steffen
There were several different spellings of MicroPython present in comments, when there should be only one.
2016-06-29stmhal: Port of f4 hal commit 1d7fb82 to l4 haldpslwk
2016-04-16stmhal: L4: Adapt UART HAL to avoid 64-bit integer division.Tobias Badertscher
64-bit integer division brings a dependency on library functions. It is avoided here by dividing fck and baud by a common divisior. The error is the better (1/(2*0x300)) as with 64 bit division (1/(0x300)).
2016-04-16stmhal: L4: Add basic STM32L4xx HAL files.Tobias Badertscher
These files come from STM32Cube_FW_L4_V1.3.0, with Windows line endings converted to unix. Only basic HAL files are added. In addition the QSPI support is included to support later external QSPI flash as mass storage.