加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ChangeLog 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
Tormod Volden 提交于 2022-03-27 14:18 . Release 0.7
0.7 (2022-03-26)
- Fix I2C page-by-page erase (Yann Sionneau)
- Fix hex file base address not used, extraneous base padding (Renaud Fivet)
- Fix truncated read from stdin (Renaud Fivet)
- Fix input buffer flush on Windows (Jan Belohoubek)
- More baud rates available, up to 4000000
- Allow skipping serial port setup with -b 0
- Support STM32L412xx/422xx (Andy Little)
- Support STM32G05xxx/061xx (Luca Amati), STM32G0B0/B1/C1xx, STM32G491xx/A1xx
0.6 (2021-02-12)
stm32flash 0.6 is a maintenance release with these highlights:
- Many more devices supported G0/G4/F7/H7/L4 (various contributors)
- GPIO sequencing reworked (Roman Savrulin)
- Serial port handling improved (Mickael Gardet)
- Many code improvements (Antonio Borneo)
- Only erase needed pages if flashing from file (Tormod Volden)
0.5 (2016-02-11)
- support for multiple bank sizes
- improved serial port support on Windows
- improved erase functionality
- improved hex parser
- many new devices and device info corrections
0.4 (2014-10-04)
- support for programming over I2C (Antonio Borneo)
- code refactored to make it easier to add other transports (Antonio Borneo)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化