aboutsummaryrefslogtreecommitdiffstats
path: root/util
AgeCommit message (Collapse)Author
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-04makes vagrant usable againGravatar Jack Humbert
2016-06-04cleans up folder structureGravatar Jack Humbert
* consolidates docs * deletes converter/ * updates .md references (most)
2016-06-03Add missing elevate.exe file (#377)Gravatar Noah Andrews
* Stops explorer.exe from being started with admin privilieges * added missing elevate.exe file
2016-06-02Stops explorer.exe from being started with admin privilieges (#373)Gravatar Noah Andrews