feat(master : nicsensor) Release Version 1.10

This commit is contained in:
leimingsheng 2026-03-12 15:54:06 +08:00
parent 938adf43be
commit efb7017a53
2 changed files with 13 additions and 1 deletions

@ -1,3 +1,15 @@
# Script Verison 1.10
Release Note
1.[新增功能]新增适配传感器 ina226, lm95241
2.[新增功能]增加stress压测插件, 可支持自定义压测读取功能
3.[功能优化]优化help显示功能
4.[功能优化]优化脚本交互, 增加安全性检查
5.[功能优化]插件脚本加入版本号
6.[功能优化]nicsensor配置项全部放置到 /tmp/nicsensor_config 目录下, 便于维护
7.[功能优化]version命令移除debug, n_detect的显示,仅显示脚本版本号
8.[功能优化]默认i2cbus支持在参数配置功能中通过命令配置, 可用于debug模式默认搜索
9.[功能优化]默认fru offset支持在参数配置功能中通过命令配置
# Script Verison 1.9
Release Note
1.[新增功能]添加pmbus插件功能, 可支持对VR芯片的pmbus测试

@ -1,6 +1,6 @@
#!/bin/sh
set -eo pipefail
SCRIPT_VERSION="1.9.8"
SCRIPT_VERSION="1.10"
# ---------------------------------------------------------
# Project Feature Varible (Change if need)
# ---------------------------------------------------------