This repository has been archived by the owner on Jan 14, 2023. It is now read-only.
0.5.0
Added
- Adds support for JLink and JTag based flashing.
- Add the possibility to select the debug protocol (SWD/JTAG) with
--protocol
. - Added the possibility to set the log level via the
--log
argument.
Changed
Fixed
- Fix a bug where
--probe-index
would be handed to cargo build accidentially. - Logs are now always shown, even with progressbars enabled.
Before progressbars would behave weirdly and errors would not be shown.
Now this is handled properly and any output is shown above the progress bars.
Known issues
- Some chips do not reset automatically after flashing
- The STM32L0 cores have issues with flashing.