-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
shadow3aaa
committed
Mar 21, 2024
1 parent
23f9dbf
commit 3391bea
Showing
6 changed files
with
18 additions
and
24 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
# v2.5.0 | ||
# v2.6.0 | ||
|
||
## Change log | ||
|
||
- Standardize various parameters | ||
- Remove smooth algorithm | ||
- fas state no longer controls small core clusters | ||
- Optimize framework logic | ||
- userspace_governor is turned off by default (some devices have problems opening it) | ||
- Optimize cpu controller | ||
- Update dependencies | ||
- Improve frame scheduling logic | ||
- Adjust different mode parameters | ||
- Only use pid to identify the producer | ||
- Modify default configuration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"versionCode": 250, | ||
"version": "v2.5.0", | ||
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v2.5.0/fas-rs.zip", | ||
"versionCode": 260, | ||
"version": "v2.6.0", | ||
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v2.6.0/fas-rs.zip", | ||
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/zh-CN/changelog.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"versionCode": 250, | ||
"version": "v2.5.0", | ||
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v2.5.0/fas-rs.zip", | ||
"versionCode": 260, | ||
"version": "v2.6.0", | ||
"zipUrl": "https://github.com/shadow3aaa/fas-rs/releases/download/v2.6.0/fas-rs.zip", | ||
"changelog": "https://github.com/shadow3aaa/fas-rs/raw/master/update/en-US/changelog.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
# v2.5.0 | ||
# v2.6.0 | ||
|
||
## 更新日志 | ||
|
||
- 标准化各类参数 | ||
- 移除smooth算法 | ||
- fas状态不再控制小核集簇 | ||
- 优化框架逻辑 | ||
- 默认关闭userspace_governor(部分设备开启出现问题) | ||
- 优化cpu控制器 | ||
- 更新依赖 | ||
- 改善帧调度逻辑 | ||
- 调节不同模式参数 | ||
- 只用pid识别producer | ||
- 修改默认配置 |