Skip to content

evansgp/docker-arduino-toolchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

docker-arduino-toolchain

This is a docker container that builds and uses the arduino toolchain directly, without using the Arduino IDE.

Usage

To create the image, run docker build -t arduino .. There is an optional --build-arg of TOOLCHAIN_ARCHIVE so that you may point to a fork or branch, it defaults to https://github.com/arduino/toolchain-avr/archive/master.zip.

To get the results of the build you could do something like docker run -v /tmp/avr:/tohost arduino cp -r /objdir/bin /tohost.

If you want to just use the binaries in the container, try docker run arduino avr-cpp --help. Maybe you'd like to alias dra=docker run arduino or similar.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published