abse/rp2350-mcu-board
This code defines a compact, four-layer PCB hardware layout for the Raspberry Pi RP2350A microcontroller module, including the main IC, power regulation, USB-C connector, STM32-compatible headers, and associated passive components, with detailed component footprints, net connections, and copper pour zones for powering and ground references.
- Version
- 0.0.11
- License
- unset
- Stars
- 0
package.json
{
"name": "@tsci/abse.rp2350-mcu-board",
"version": "0.0.11",
"description": "Standalone RP2350A development board with USB-C, flash, debug, and GPIO headers",
"main": "dist/index.js",
"keywords": [
"tscircuit",
"circuit",
"pcb",
"rp2350",
"microcontroller"
],
"scripts": {
"dev": "tsci dev",
"build": "tsci build pico-layout.circuit.tsx --pcb-png --pcb-svgs",
"snapshot": "tsci snapshot",
"snapshot:update": "tsci snapshot --update",
"typecheck": "tsc --noEmit",
"start": "tsci dev"
},
"devDependencies": {
"@types/react": "^19.2.14",
"tscircuit": "0.0.2463",
"typescript": "^5.0.0"
},
"author": "abdolsalamallawlabi"
}