Skip to content

Commit

Permalink
v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DinoHaw committed Dec 11, 2024
1 parent 1a09feb commit 5b0ed7d
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 82 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# keil-build-viewer v1.5b
# keil-build-viewer v1.6

## [English](./README_EN.md)

Expand Down Expand Up @@ -35,6 +35,7 @@
- `-PATH` 显示每个文件的相对路径(默认)
- `-NOPATH` 仅显示每个文件的文件名
- `以下为 v1.5 新增功能`
- `-NOLOG` 不生成 log 文件
- `-STYLE0` 进度条样式跟随系统(默认)
- `-STYLE1` 进度条样式一: `|###OOO____|` (非中文环境时默认样式)
- `-STYLE2` 进度条样式二: `|XXXOOO____|`
Expand Down Expand Up @@ -135,6 +136,7 @@
| v1.5 | 2023-11-30 | Dino | 1. 新增更多的 progress bar 样式<br>2. 新增解析自定义的 memory area<br>3. 修复 RAM 和 ROM 信息缺失时显示异常的问题 |
| v1.5a | 2023-11-30 | Dino | 1. 修复 object 数据溢出的问题<br>2. 修改进度条内存大小的显示策略,不再四舍五入 |
| v1.5b | 2023-12-02 | Dino | 1. 修复保存文件路径内存动态分配过小的问题 |
| v1.6 | 2024-12-11 | Dino | 1. 【修复】有多个 region 时导致显示回车多行的问题<br>2. 【修复】Execution Region 被错误识别的问题<br>3. 【修复】当 Execution Region 在其他 Loard Region 中使用会重复显示的问题<br>4. 【修改】将未使用的 memory 放在同一分类显示<br>5. 【修改】若 Execution Region Size 为 UINT32_MAX 时,则修改为对应 memory 的 Size |
## 参与贡献
Expand Down
5 changes: 3 additions & 2 deletions README_EN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# keil-build-viewer v1.5b
# keil-build-viewer v1.6

![demo](images/main.png)

Expand Down Expand Up @@ -33,6 +33,7 @@ This is a keil compilation information display enhancement tool that supports th
- `-PATH` Displays the relative path to each file (default)
- `-NOPATH` Shows only the filename of each file
- `The following features are new in v1.5`
- `-NOLOG` No log file is generated
- `-STYLE0` Progress bar style following system (default)
- `-STYLE1` Progress bar style 1: `|####OOO____|` (default style for non-Chinese environments)
- `-STYLE2` Progress Bar Style 2: `|XXXOOOO____|`
Expand Down Expand Up @@ -129,4 +130,4 @@ This is a keil compilation information display enhancement tool that supports th
| v1.5 | 2023-11-30 | Dino | 1. Add more progress bar styles<br>2. Add parsing customized memory area<br>3. Fix the problem of displaying an exception when the RAM and ROM information is missing |
| v1.5a | 2023-11-30 | Dino | 1. Fix object data overflow problem<br>2. Change the display strategy of progress bar memory size, no longer round up |
| v1.5b | 2023-12-02 | Dino | 1. Fix save file path memory dynamic allocation is too small |
| v1.6 | 2024-12-11 | Dino | 1. [Fix] Problem with multiple regions causing multiple lines to be displayed<br>2. [Fix] Problem of Execution Region being recognized incorrectly.<br>3. [Fix] Problem of duplicate display when Execution Region is used in other Loard Region.<br>4. [Modified] Display unused memory in the same category.<br>5. [Modified] If the Execution Region Size is UINT32_MAX, it will be changed to the size of the corresponding memory. |
Loading

0 comments on commit 5b0ed7d

Please sign in to comment.