Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Teensyduino docker arduino ide

The aim of this project is to make teensyduino self contained on linux since I hate to repeat the procedure every time I change OS or machine.

Objective

Make an executable with pyinstaller that can be installed and when called starts a docker conntainer containing Arduino IDE configured for Teensy boards tunnelling the UI though X. The script takes care of connecting the container to the X server via xauth.

Build with pyinstaller

Run the following command pyinstaller --onefile -w --clean --add-data "Dockerfile:." --add-data "docker-compose.yml:." teensyduino.py --icon="favicon.ico"

Distribution

I am planning to automate the distribution process via CI/CD stuff.

TO-DO

  • .desktop entry
  • an icon

About

A teensyduino self contained application for linux, using Docker.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages