circuitpython/stmhal/hal/l4
Tobias Badertscher d4c3349957 stmhal: L4: Adapt UART HAL to avoid 64-bit integer division.
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-16 21:54:19 +01:00
..
inc stmhal: L4: Adapt UART HAL to avoid 64-bit integer division. 2016-04-16 21:54:19 +01:00
src stmhal: L4: Adapt UART HAL to avoid 64-bit integer division. 2016-04-16 21:54:19 +01:00