summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Collapse)Author
2016-06-07Add support for vagrant-docker (#389)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 againJack Humbert
2016-06-04cleans up folder structureJack Humbert
* consolidates docs * deletes converter/ * updates .md references (most)
2016-06-03Add missing elevate.exe file (#377)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)Noah Andrews