stlink/flashloaders
Maxime Coquelin d0458ee756 stlink-common: Fix STM32L4 loader write count to reflect 64bits granularity
The stm32l4 loader expects a count of 32 bits words while its granularity is
really 64 bits.

This patch fixes this to simplify count calculation in run_flash_loader().

Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
2016-03-14 15:17:44 +01:00
..
stm32f0.s
stm32f4.s
stm32f4lv.s
stm32l0x.s
stm32l4.s stlink-common: Fix STM32L4 loader write count to reflect 64bits granularity 2016-03-14 15:17:44 +01:00
stm32lx.s