Merge pull request #29 from armfly/origin/armfly

解决硬件CRC校验bug, emmc磁盘文件升级修正STM8脚本bug
This commit is contained in:
armfly 2020-06-04 12:38:54 +08:00 committed by GitHub
commit 85ebd0d1ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
215 changed files with 15000 additions and 323 deletions

View File

@ -1,4 +1,16 @@
----------------------------------------------------------------------------
2020-06-02 V1.21
1. 完善脱机烧录功能
- 烧录部分bin文件时读回校验和软件CRC无问题但硬件CRC有问题。
原因:bin文件长度不是4字节整数倍时存在计算错误
解决办法补齐4字节再进行校验。
- 修改校验部分的代码当FLM中有Verify校验函数时, 则优先用FLM中的Verify而不是读回校验
- lua函数pg_reset() 支持带形参(复位时间ms和无形参缺省用20ms
- 修复emmc磁盘文件的bug解决STM8编程编程失败的问题
- 增加STM8AF模板验证了STM8AF5288
- 修复SLOW低速时钟模式发送32bit数据未插入延迟的bug。主要用于多路烧录应对线长的情况。
---------------------------------------------------------------------------- ----------------------------------------------------------------------------
2020-05-27 V1.20 【重大更新,发布1拖4脱机烧录功能请使用PC软件 V0.4版】 2020-05-27 V1.20 【重大更新,发布1拖4脱机烧录功能请使用PC软件 V0.4版】
1. 完善脱机烧录功能 1. 完善脱机烧录功能

Some files were not shown because too many files have changed in this diff Show More