summaryrefslogtreecommitdiffstats
path: root/commandline
Commit message (Collapse)AuthorAgeFilesLines
...
* commandline: added timeout option (does it work on windows?)Bluebie2013-02-061-1/+25
|
* commandline: added new mac buildBluebie2013-02-061-0/+0
|
* commandline: raw support fixed, added --no-ansi mode for arduino/digispark ↵Bluebie2013-02-061-19/+34
| | | | use, made no-ansi mode on all platforms less spammy
* Fixed assignment in conditional bug. RAW uploads work now maybe? Thanks to ↵Bluebie2013-02-061-2/+2
| | | | @benjie on digistump.com forums
* commandline: Update Windows buildJenna Fox2012-11-301-0/+0
|
* commandline: Update Mac buildBluebie2012-11-301-0/+0
|
* commandline: pspgeek's usb fail workaroundBluebie2012-11-302-5/+27
|
* Added updated micronucleus.exe build, which goes extra slow and uses newer ↵Jenna Fox2012-11-192-1/+2
| | | | micronucleus_lib
* Slightly alter assert in micronucleus_lib.cJenna Fox2012-11-151-1/+1
| | | Maybe a little more future/past proof now?
* commandline: Updated readmeJenna Fox2012-10-101-6/+16
|
* Mac and Windows builds of commandline toolJenna Fox2012-10-032-0/+0
|
* Adjusted timing in command line tool to run fasterBluebie2012-10-031-3/+3
|
* cli --dump-progress option now outputs JSONJenna Fox2012-10-021-1/+1
|
* Improved usage printout on CLI toolJenna Fox2012-10-021-1/+10
|
* Made live progress printouts more human friendly (total progress instead of ↵Jenna Fox2012-10-023-6/+20
| | | | step progress)
* Added percentage progress to CLI upload tool and worked on consistent style ↵Jenna Fox2012-10-023-379/+435
| | | | throughout commandline c code (all variables underscore_cased, all functions lowerCamelCased).
* Added bits for uploading raw files, or from stdinBluebie2012-09-301-32/+81
|
* Added 'install' section to makefile for cli toolJenna Fox2012-09-301-1/+3
|
* Revised Ihsan's cli upload tool to be more future proof, and take away parts ↵Jenna Fox2012-09-306-394/+145
| | | | of api which allow risky writing strategies.
* Added Mac OS X compatibility to Ihsan's cli upload programJenna Fox2012-09-305-13/+20
|
* Initial commit for commandline C application.ihsan Kehribar2012-09-2921-852/+1320
|
* getting close to having a working 2.2kb bootloader!Jenna Fox2012-09-231-2/+2
|
* Make bootloadHID always upload one page at a time.Jenna Fox2012-09-233-14/+10
|
* wont be needing the first write mechanismJenna Fox2012-09-231-6/+3
|
* bring in slightly modified version of bootloadHID host programming app by ↵Jenna Fox2012-09-2311-0/+870
objective development - including delays tiny85 requires (though they could be tuned to be a bit shorter for quicker programming later)