stm32duino / Arduino_Tools

Contains upload tools for STM32 based boards
Other
89 stars 64 forks source link

Introduce STM32CubeProgrammer #34

Closed fpistm closed 5 years ago

fpistm commented 5 years ago

This PR add scripts to use STM32CubeProgrammer tools: https://www.st.com/en/development-tools/stm32cubeprog.html

Allows to unified tools used to flash STM32 based boards across supported host OS:

Replace:

Note that the tools is not provided and user will have to install the STM32CubeProgrammer to be able to flash. Required by https://github.com/stm32duino/Arduino_Core_STM32/pull/514