feat(skill): add Mambo agentic embedded workflow#38
Open
ttwards wants to merge 2 commits into
Open
Conversation
|
👋 感谢您的贡献! 请确保:
详细的贡献指南请参考 CONTRIBUTING.md |
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.
概要
新增 Mambo/Zephyr Agentic Embedded Skill,覆盖 DM-MC02 环境配置、板级安全调试、AresPlot 只读采集、CSV 绘图和相关参考资料。同步在中英文 README 增加安装与使用入口。
测试
python3 -m unittest discover -s skills/mambo/tests -v(12 tests passed)git diff --check(passed)硬件
未执行硬件刷写、调试探针连接或执行器上电;本 PR 仅包含文档、脚本、测试和参考资料。
影响
新增
skills/mambo技能目录及其 Python 工具/测试,更新README.md和README.md.eng。不改变 Zephyr 驱动、Kconfig、devicetree 或 CI 行为。限制
AresPlot 采集工具需要用户在可信调试目标上明确授权并提供匹配 ELF、串口配置和地址;本地测试不覆盖真实串口、目标板或硬件时序。