plugins marketplace
← All plugins

arm-cortex-microcontrollers

v1.2.1

ARM Cortex-M firmware development for Teensy, STM32, nRF52, and SAMD with peripheral drivers and memory safety patterns

CodexClaude Code

by Ryan SnodgrassMIT38.6kupdated 4 days ago

Source

git clone https://github.com/wshobson/agents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/arm-cortex-microcontrollers/ inside the repository.

Layout

plugins/arm-cortex-microcontrollers/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Manifests2

plugins/arm-cortex-microcontrollers/.codex-plugin/plugin.json
{
  "name": "arm-cortex-microcontrollers",
  "version": "1.2.1",
  "description": "ARM Cortex-M firmware development for Teensy, STM32, nRF52, and SAMD with peripheral drivers and memory safety patterns",
  "skills": "./skills/",
  "author": {
    "name": "Ryan Snodgrass",
    "url": "https://github.com/rsnodgrass"
  },
  "license": "MIT",
  "interface": {
    "displayName": "Arm Cortex Microcontrollers",
    "shortDescription": "ARM Cortex-M firmware development for Teensy, STM32, nRF52, and SAMD with peripheral drivers and memory safety patterns",
    "category": "Coding"
  }
}
plugins/arm-cortex-microcontrollers/.claude-plugin/plugin.json
{
  "name": "arm-cortex-microcontrollers",
  "version": "1.2.1",
  "description": "ARM Cortex-M firmware development for Teensy, STM32, nRF52, and SAMD with peripheral drivers and memory safety patterns",
  "author": {
    "name": "Ryan Snodgrass",
    "url": "https://github.com/rsnodgrass"
  },
  "license": "MIT"
}