## Description
The Microchip Curiosity CircuitPython board (`microchip_curiosity_circuitpython`) is not present
in the extension's bundled board list. This board is supported in CircuitPython but is missing
from the `boards/` directory, so users cannot select it with `CircuitPython: Select Board`.
## Board details
- **Name:** Microchip Curiosity CircuitPython
- **Manufacturer:** Microchip
- **CircuitPython name:** `microchip_curiosity_circuitpython`
- **Relevant pins:** `D0`–`D13`, `A0`–`A5`, `SCL`, `SDA`, `LED`, `NEOPIXEL`, `TX`, `RX`
## Request
Please add a `metadata.json` entry and `board.pyi` stub for this board so it appears in the
board picker and provides Pylance/IntelliSense autocomplete for its pins.
A reference for the correct pin definitions can be found in the official CircuitPython board
definitions repository:
https://github.com/adafruit/circuitpython/tree/main/ports/atmel-samd/boards/microchip_curiosity_circuitpython
Body: