Skip to content

Commit ff7c3c8

Browse files
committed
feat(misc)[autogen_parameter_manager]: 添加 autogen_parameter_manager 参数管理包
新增 autogen_parameter_manager 软件包,提供参数表管理功能, 支持生成 ID/布局、元数据、校验、可选 MSH 工具和可选 NVM 持久化后端。该包包含完整的 Kconfig 配置选项,支持多种参数类型 (F32、字符串、字节数组、数值数组等),提供互斥锁保护、调试日志、 断言检查等功能,并集成了 AT24CXX 和 Flash 仿真 EEPROM 等 持久化存储后端。
1 parent 0a97ab6 commit ff7c3c8

4 files changed

Lines changed: 1061 additions & 2 deletions

File tree

misc/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ source "$PKGS_DIR/packages/misc/qparam/Kconfig"
3939
source "$PKGS_DIR/packages/misc/CorevMCU_CLI/Kconfig"
4040
source "$PKGS_DIR/packages/misc/get_irq_priority/Kconfig"
4141
source "$PKGS_DIR/packages/misc/drmp/Kconfig"
42+
source "$PKGS_DIR/packages/misc/autogen_parameter_manager/Kconfig"
4243
endmenu

0 commit comments

Comments
 (0)