seveibar/f1c1990s-dev-board

This code manages the entire PCB assembly process for a computer hardware module, including component placement, schematic integration, automated routing, copper pouring, and design rule checks, focused on a four-layer carrier board with integrated support components and connectors.

Version
1.8.0
License
unset
Stars
0

package.json

{
  "name": "@tsci/seveibar.f1c1990s-dev-board",
  "version": "1.8.0",
  "description": "58x48mm four-layer, single-sided F1C100S Linux dev board with USB-C programming, UART debug pads, JST SPI and I2C, and SK9822 addressable RGB",
  "main": "index.circuit.tsx",
  "keywords": [
    "tscircuit",
    "circuit",
    "pcb",
    "electronics"
  ],
  "scripts": {
    "dev": "tsci dev",
    "build": "tsci build index.circuit.tsx --disable-parts-engine --autorouter-timeout 120s --pcb-svgs --schematic-svgs",
    "snapshot": "tsci snapshot",
    "snapshot:update": "tsci snapshot --update",
    "start": "tsci dev",
    "typecheck": "tsc --noEmit",
    "verify": "node scripts/verify.mjs",
    "test:module": "bun test modules/f1c100s/tests"
  },
  "devDependencies": {
    "@tscircuit/capacity-autorouter": "0.0.892",
    "@types/bun": "^1.4.2",
    "@types/react": "^19.3.0",
    "tscircuit": "0.0.2495",
    "typescript": "^5.0.0"
  },
  "author": "seveibar"
}