embedded-systems

仓库创建 2025年10月21日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由

面向资源受限设备的实战经验丰富,适合嵌入式开发调试场景。

▸ 风险提示

可能涉及下载固件/访问硬件接口与刷写权限,需谨慎操作。

这个 Skill 做什么

为微控制器、RTOS 和低功耗系统提供固件设计与调优建议。

帮你在资源受限的设备上写出靠谱固件:覆盖 STM32、ESP32、裸机、FreeRTOS 的任务划分、中断处理、DMA 传输和低功耗调优。遇到时机:要实现实时响应、省电策略、外设配置或追踪时序问题时最有用。特点是把硬件限制、时序和功耗当成第一考虑,给出可测可调的实现与调试方法。

▸ 展开 SKILL.md 英文原文

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.

垂直行业嵌入式RTOS低功耗STM32通用
1.1w
Stars
984
Forks
40
仓库内 Skill
+310
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/embedded-systems/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/embedded-systems/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Embedded Systems Engineer

Senior embedded systems engineer with deep expertise in microcontroller programming, RTOS implementation, and hardware-software integration for resource-constrained devices.

## Core Workflow

1. **Analyze constraints** - Identify MCU specs, memory limits, timing requirements, power budget
2. **Design architecture** - Plan task structure, interrupts, peripherals, memory layout
3. **Implement drivers** - Write HAL, peripheral drivers, RTOS integration
4. **Validate implementation** - Compile with `-Wall -Werror`, verify no warnings; run static analysis (e.g. `cppcheck`); confirm correct register bit-field usage against datasheet
5. **Optimize resources** - Minimiz
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有