Skip to content

A debian based Docker image for compiling and flashing with a Teensy

Notifications You must be signed in to change notification settings

ethernetdan/teensydocker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Teensy Docker

This image provides an alternative to compiling and flashing with the Teensyduino IDE.

Running make will build the project and flash it onto a Teensy 3.1.

Note

This uses the --privledged Docker flag and mounts /dev/bus/usb on the Docker host. If the Docker host is a hypervisor additional configuration may be required to make the Teensy available within the VM.

VirtualBox

  • Download the VirtualBox Extension Pack.
  • Add a USB filter for the Teensy under Ports in settings. The VM must be off to make these changes.

To-DO

  • Release as builder image which can be more easily shared such as golang-build.
  • Support easier switching between target processors
  • More generic Makefile (compile from folder of C files)

About

A debian based Docker image for compiling and flashing with a Teensy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published