Skip to content

feature: add boardgen command for generating parts files.#29

Draft
deadprogram wants to merge 1 commit intomainfrom
boardgen
Draft

feature: add boardgen command for generating parts files.#29
deadprogram wants to merge 1 commit intomainfrom
boardgen

Conversation

@deadprogram
Copy link
Member

@deadprogram deadprogram commented Mar 1, 2026

This adds an experimental Go utility that generates SVG and JSON files for adding a new board to the TinyGo Playground simulator parts library.

Pico-like board (horizontal, 20 pins top/bottom, USB on the left, built-in LED):

boardgen \
  -name my-pico \
  -human "My Pico Board" \
  -pins-top 20 -pins-bottom 20 \
  -usb left -led \
  -output ./parts

This adds a Go utility that generates SVG and JSON files for
adding a new board to the TinyGo Playground simulator parts library.

Signed-off-by: deadprogram <ron@hybridgroup.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant