florisla / stm32loader

Flash firmware to STM32 microcontrollers using Python.
GNU General Public License v3.0
111 stars 55 forks source link

Make stm32loader useful as a library #10

Closed florisla closed 5 years ago

florisla commented 5 years ago

As requested in #8.

Some improvements:

@sam-bristow more feature ideas are welcomed.

florisla commented 5 years ago

This is a nice feature, found in another fork: Raise VerifyException if verification failed https://github.com/lassemaatta/stm32loader/commit/c406b43e6554cdf64cef82934a0d32c0c1045d61 .

florisla commented 5 years ago

All these ideas are implemented in v0.4.0.

Example code for how to subclass STM32Bootloader and/or Connection will be added later.