·esp32-debugging
</>

esp32-debugging

laurigates/mcu-tinkering-lab

調試 ESP32 固件問題,包括編譯錯誤、運行時恐慌、內存問題和通信故障

19安裝·0熱度·@laurigates

安裝

$npx skills add https://github.com/laurigates/mcu-tinkering-lab --skill esp32-debugging

SKILL.md

Fix: Ensure the component containing the function is in REQUIRES or PRIVREQUIRES.

Type Errors Look for mismatched types between function declarations and implementations.

| StoreProhibited | Writing to invalid memory | Check pointer initialization | | LoadProhibited | Reading from invalid memory | Check null pointers | | InstrFetchProhibited | Corrupted function pointer | Check callback assignments | | IntegerDivideByZero | Division by zero | Add zero checks |

調試 ESP32 固件問題,包括編譯錯誤、運行時恐慌、內存問題和通信故障 來源:laurigates/mcu-tinkering-lab。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/laurigates/mcu-tinkering-lab --skill esp32-debugging
分類
</>開發工具
認證
收錄時間
2026-02-01
更新時間
2026-02-18

快速解答

什麼是 esp32-debugging?

調試 ESP32 固件問題,包括編譯錯誤、運行時恐慌、內存問題和通信故障 來源:laurigates/mcu-tinkering-lab。

如何安裝 esp32-debugging?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/laurigates/mcu-tinkering-lab --skill esp32-debugging 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/laurigates/mcu-tinkering-lab

詳情

分類
</>開發工具
來源
skills.sh
收錄時間
2026-02-01