{"id":50724583,"url":"https://github.com/wdfk-prog/autogen_parameter_manager","last_synced_at":"2026-06-10T03:02:38.912Z","repository":{"id":355610775,"uuid":"1227127492","full_name":"wdfk-prog/autogen_parameter_manager","owner":"wdfk-prog","description":"RT‑Thread package wrapper for the portable Device Parameters module, providing config and storage back‑end adapters..围绕可移植 Device Parameters 模块的 RT‑Thread 软件包，提供配置和存储后端适配。","archived":false,"fork":false,"pushed_at":"2026-05-04T13:17:00.000Z","size":1634,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-04T14:22:25.631Z","etag":null,"topics":["configuration","device-parameters","embedded","package","parameter-management","rt-thread"],"latest_commit_sha":null,"homepage":"http://wdfk-prog.space/autogen_parameter_manager/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wdfk-prog.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-02T08:40:31.000Z","updated_at":"2026-05-04T13:17:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/wdfk-prog/autogen_parameter_manager","commit_stats":null,"previous_names":["wdfk-prog/autogen_parameter_manager"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/wdfk-prog/autogen_parameter_manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdfk-prog%2Fautogen_parameter_manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdfk-prog%2Fautogen_parameter_manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdfk-prog%2Fautogen_parameter_manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdfk-prog%2Fautogen_parameter_manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wdfk-prog","download_url":"https://codeload.github.com/wdfk-prog/autogen_parameter_manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wdfk-prog%2Fautogen_parameter_manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34134634,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["configuration","device-parameters","embedded","package","parameter-management","rt-thread"],"created_at":"2026-06-10T03:02:31.262Z","updated_at":"2026-06-10T03:02:38.906Z","avatar_url":"https://github.com/wdfk-prog.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"[中文](./README.zh-CN.md)\n\n# autogen_parameter_manager\n\n`autogen_parameter_manager` is an RT-Thread package wrapper around the portable `Device Parameters` module. It provides package configuration, RT-Thread-facing ports, storage backend adapters, and a bundled parameter table template/profile.\n\n## Repository layout\n\n```text\n.\n├── Kconfig                         # RT-Thread package options\n├── SConscript                      # RT-Thread/SCons source selection\n├── backend/                        # Package-level storage backend bridges\n├── port/                           # Package-level RT-Thread port files\n├── par_table.def                   # Generated X-Macro table used by this package profile\n└── parameters/                     # Portable Device Parameters module\n```\n\n## Documentation\n\n- [Module README](parameters/README.md) is the primary integration entry point.\n- [Documentation overview](parameters/docs/overview.md) maps reader goals to the detailed documents.\n- [Getting started](parameters/docs/getting-started.md) covers required files, build inputs, and first-use examples.\n- [CSV parameter generator](parameters/docs/csv-generator.md) covers CSV schema maintenance, Python requirements, validation, ID allocation, and generated layout files.\n- [Architecture](parameters/docs/architecture.md) describes the runtime model, layout, validation, ID lookup, and NVM split.\n- [API reference](parameters/docs/api-reference.md) groups public APIs by responsibility.\n- [Object parameters](parameters/docs/object-parameters.md) explains fixed-capacity string, bytes, and array rows.\n- [Flash-ee backend design](parameters/docs/flash-ee-backend-design.md) documents the portable flash-emulated EEPROM backend.\n\n## Integration entry points\n\n- Configure package options through `Kconfig`.\n- Include sources through `SConscript` when building as an RT-Thread package.\n- Edit `parameters/schema/par_table.csv`, then regenerate `par_table.def` and generated layout files with `parameters/tools/pargen.py`.\n- Provide product-specific policy in `port/par_cfg_port.h`.\n- Select one NVM backend path when persistence is enabled: RT-Thread AT24CXX, flash-ee through FAL, flash-ee through native hooks, GEL/NVM adapter, or a product-owned backend.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdfk-prog%2Fautogen_parameter_manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwdfk-prog%2Fautogen_parameter_manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwdfk-prog%2Fautogen_parameter_manager/lists"}