rust-embedded
✓嵌入式与 no_std 专家。处理 no_std, embedded-hal, 裸机开发, 中断, DMA, 资源受限环境等问题。触发词:no_std, embedded, embedded-hal, microcontroller, firmware, ISR, DMA, 嵌入式, 裸机
Installation
SKILL.md
| core | 基本语言特性 | | alloc | 堆分配(需 allocator) | | compilerbuiltins | 编译器内置函数 |
| OutputPin | 设置高低电平 | | InputPin | 读取引脚 | | SpiBus | SPI 通信 | | I2c | I2C 通信 | | Serial | 串口 |
| panic 死循环 | 没有 panic handler | 实现 #[panichandler] | | 栈溢出 | 中断嵌套或大局部变量 | 增加栈、减小局部变量 | | 内存损坏 | 裸指针操作 | 用 safe abstraction | | 程序不运行 | 链接脚本问题 | 检查 startup code | | 外设不响应 | 时钟未使能 | 先配置 RCC |
嵌入式与 no_std 专家。处理 no_std, embedded-hal, 裸机开发, 中断, DMA, 资源受限环境等问题。触发词:no_std, embedded, embedded-hal, microcontroller, firmware, ISR, DMA, 嵌入式, 裸机 Source: huiali/rust-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/huiali/rust-skills --skill rust-embedded- Source
- huiali/rust-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is rust-embedded?
嵌入式与 no_std 专家。处理 no_std, embedded-hal, 裸机开发, 中断, DMA, 资源受限环境等问题。触发词:no_std, embedded, embedded-hal, microcontroller, firmware, ISR, DMA, 嵌入式, 裸机 Source: huiali/rust-skills.
How do I install rust-embedded?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/huiali/rust-skills --skill rust-embedded Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/huiali/rust-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01