feat(misc): 添加 autogen_parameter_manager 包配置#2002
Open
wdfk-prog wants to merge 1 commit into
Open
Conversation
…数管理包 新增 autogen_parameter_manager 软件包,提供参数表管理功能, 支持生成 ID/布局、元数据、校验、可选 MSH 工具和可选 NVM 持久化后端。该包包含完整的 Kconfig 配置选项,支持多种参数类型 (F32、字符串、字节数组、数值数组等),提供互斥锁保护、调试日志、 断言检查等功能,并集成了 AT24CXX 和 Flash 仿真 EEPROM 等 持久化存储后端。
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
新增 autogen_parameter_manager 包的 Kconfig 配置文件,
将其集成到 misc 菜单中以支持参数自动生成管理功能。