aboutsummaryrefslogtreecommitdiffstats
path: root/Vagrantfile
AgeCommit message (Collapse)Author
2016-06-21Change base box to avoid breakage in Arch box (#429)Gravatar dragon788
I haven't had a chance to update the Arch base box in a while so using the Ubuntu one is far more likely to succeed for a new user (I did test that box recently as I traded my ErgoDox EZ to a friend and needed to reprogram it for him).
2016-06-07Add support for vagrant-docker (#389)Gravatar Aron Griffis
* clean trailing ws in Vagrantfile and util/avr_setup.sh * replace triple quotes with heredoc. Ruby doesn't have triple quotes; that's a Python thing. This was just being parsed as multiple strings concatenated. * add docker support to Vagrantfile * make wants to find dfu-programmer in vagrant guest
2016-06-04corrects vagrant script path from @b46f343Gravatar Jack Humbert
2016-06-04updates vagrant script pathGravatar Jack Humbert
2016-06-04makes vagrant usable againGravatar Jack Humbert
2016-06-04cleans up folder structureGravatar Jack Humbert
* consolidates docs * deletes converter/ * updates .md references (most)
2016-01-17Command line programming not default, enable by reading quickstart and ↵Gravatar dragon788
comments in Vagrantfile
2016-01-17Allow passthru of Teensy to Virtualbox for programmingGravatar dragon788
2016-01-16Updated avr script and added notes to VagrantfileGravatar dragon788
2016-01-05Adding update of vagrant VM every time it is bootedGravatar dragon788
2016-01-03Adding Vagrantfile for easier compile environment setupGravatar dragon788