← Catalog

No. 122 · devops

Embedded Systems

Firmware and hardware integration

Version 1.0.0 License MIT Format SKILL.md

Work with embedded systems: firmware development, hardware abstraction layers, real-time operating systems, and debugging with JTAG/SWD.

When to use this skill

  • Writing firmware for a microcontroller
  • Setting up an RTOS
  • Debugging with JTAG

Core concepts

This skill provides guidance on embedded systems best practices, patterns, and common pitfalls. It is designed to be loaded on demand when a relevant task is detected.

Installation

curl -LO https://opencode-skills.example/downloads/devops/embedded-systems.zip
unzip embedded-systems.zip -d ~/.config/opencode/skills/

Restart OpenCode — the skill loads automatically.

When it triggers

  • writing firmware for a microcontroller
  • setting up an RTOS
  • debugging with JTAG