Skip to content

Commit

Permalink
Merge pull request #33 from armfly/origin/armfly
Browse files Browse the repository at this point in the history
新增新唐N76E003、CX32烧录,增加烧录机台信号接口、统一参数设置方法
  • Loading branch information
armfly authored Oct 17, 2020
2 parents 2930573 + 5e5a08f commit eaff5b0
Show file tree
Hide file tree
Showing 42 changed files with 3,640 additions and 900 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
----------------------------------------------------------------------------
2020-10-18 V1.33
1. 增加新唐N76E003芯片脱机烧录
2. 增加恒烁CX32L003系列脱机烧录
3. 增加烧录机台信号接口
- 增加lua文件: machine_if.lua 实现机台接口
- 单路模式实现机台信号(无需转接板)
- 在1拖4转接板上实现1拖2模式下的机台信号
- 目前1拖4模式下GPIO不够用,不能实现机台接口,后期将开发带扩展IO的转接板来实现
- 出错终止策略可通过lua设置,
- 终止时NG(No Good)策略可通过lua设置
4. 多路烧录时,某一个芯片出错可选择终止或者继续烧录, 烧录提示音区别
- 全部成功: 短音1声
- 部分成功: 长音1声,LCD会显示出错通道
- 全部失败: 滴滴滴急促3声
5. 统一参数设置页面的操作方法
- 扩展功能-系统设置-参数设置
- 扩展功能-脱机烧录器-烧录设置-烧录参数
- 扩展功能-数据监视器-串口(TII/485/232)-设置串口参数
5. 可在H7-TOOL上手动修改IP地址

BUG修复:
1. 修改休眠后按键唤醒功能,没有忽略首次唤醒键.

----------------------------------------------------------------------------
2020-09-24 V1.32
1. 增加串口监视功能
Expand Down
Loading

0 comments on commit eaff5b0

Please sign in to comment.