modelscope.cn

Embedded Systems

Design and implement embedded firmware with reliable hardware interaction, timing control, and resource constraints in mind.

Installation

$ npx skills add https://modelscope.cn

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,239 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Embedded Systems

Build robust embedded systems by combining hardware-aware design with testable firmware patterns.

When to Use

  • You are building firmware for MCU/SoC targets.
  • You need guidance on peripheral control, timing, and power/resource management.

Workflow

  1. Define hardware constraints, memory budget, and real-time requirements.
  2. Plan firmware layers (drivers, middleware, application logic).
  3. Design interrupt/DMA/timer interactions and failure recovery behavior.
  4. Validate power, latency, and reliability tradeoffs.
  5. Provide hardware-in-loop testing and debugging checklist.

Output

  • Firmware architecture guidance
  • Timing and reliability recommendations
  • Validation checklist for embedded testing