micropython/stmhal/hal
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
..
f2 stmhal: Add stm32fxxx_hal_i2s_ex.c to hal/f2 (dummy) and hal/f4. 2015-07-21 23:49:19 +01:00
f4 stmhal: In HAL I2C driver, move DMA setup to after sending I2C address. 2016-01-30 00:02:21 +00:00
f7 stmhal: Port of f4 hal commit 1d7fb82 to f7 hal 2015-08-03 00:49:36 +01:00
l4 stmhal: L4: Adapt UART HAL to avoid 64-bit integer division. 2016-04-16 21:54:19 +01:00
HALCOMMITS stmhal: Update HALCOMMITS due to change to hal. 2016-01-30 00:05:46 +00:00