embedded-systems

embedded systems

jeffallan 11k ↓ 5k MIT updated 2mo ago
Claude Code
View source ↗

What it does

  • Optimize for code size and RAM usage
  • Use volatile for hardware registers and ISR-shared variables
  • Implement proper interrupt handling (short ISRs, defer work to tasks)
  • Add watchdog timer for reliability
  • Use proper synchronization primitives
  • Document resource usage (flash, RAM, power)
  • Handle all error conditions

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

embedded systems

Source

Repository: https://github.com/jeffallan/claude-skills

embedded-systems FAQ

What does the embedded-systems skill do?

Use when developing firmware for microcontrollers, implementing RTOS applications, or optimizing power consumption. Invoke for STM32, ESP32, FreeRTOS, bare-metal, power optimization, real-time systems, configure peripherals, write interrupt handlers, implement DMA transfers, debug timing issues. Optimize for code size and RAM usage Use volatile for hardware registers and ISR-shared variables

How do I install embedded-systems?

Run: npx -y skills add https://github.com/jeffallan/claude-skills --skill embedded-systems --agent claude-code — the source lives at github.com/jeffallan/claude-skills.

Maintain embedded-systems?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

embedded-systems on getagentictools
[![embedded-systems on getagentictools](https://getagentictools.com/badge/skills/jeffallan-claude-skills-embedded-systems.svg)](https://getagentictools.com/skills/jeffallan-claude-skills-embedded-systems?ref=badge)
npx agentictools info skills/jeffallan-claude-skills-embedded-systems

The second line is the CLI lookup for this page — handy in READMEs and docs.