Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:33:06 +08:00
commit 224abad76e
4 changed files with 325 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "arm-cortex-microcontrollers",
"description": "ARM Cortex-M firmware development for Teensy, STM32, nRF52, and SAMD with peripheral drivers and memory safety patterns",
"version": "1.2.0",
"author": {
"name": "Ryan Snodgrass",
"url": "https://github.com/rsnodgrass"
},
"agents": [
"./agents/arm-cortex-expert.md"
]
}