Closed florisla closed 5 years ago
This is a nice feature, found in another fork: Raise VerifyException
if verification failed https://github.com/lassemaatta/stm32loader/commit/c406b43e6554cdf64cef82934a0d32c0c1045d61 .
All these ideas are implemented in v0.4.0.
Example code for how to subclass STM32Bootloader
and/or Connection
will be added later.
As requested in #8.
Some improvements:
STM32Bootloader
class independent of communication protocol (serial or I2C or ...)pyserial
directlymain()
from code with custom arguments@sam-bristow more feature ideas are welcomed.