summaryrefslogtreecommitdiffstats
path: root/commandline/examples
Commit message (Collapse)AuthorAgeFilesLines
* commandline: clean up folder structurecpldcpu2013-12-301-427/+0
|
* commandline: no functional change - style conformanceBluebie2013-12-181-5/+2
|
* commandline: fixes --erase-only so it actually worksBluebie2013-12-181-10/+1
|
* commandline: whitespaceAaron Stone2013-12-171-58/+70
|
* commandline: resolve three warningsAaron Stone2013-12-171-4/+5
|
* commandline: added --erase-only to micronucleuscpldcpu2013-12-171-32/+45
|
* Update micronucleus.cnixnax2013-09-031-3/+3
| | | More error details upon flash erase/write failures.
* commandline: bugfixes for -1 error after erase on OS X - auto recover now worksBluebie2013-02-201-8/+14
|
* commandline: added timeout option (does it work on windows?)Bluebie2013-02-061-1/+25
|
* 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: pspgeek's usb fail workaroundBluebie2012-11-301-4/+24
|
* 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-021-3/+6
| | | | step progress)
* Added percentage progress to CLI upload tool and worked on consistent style ↵Jenna Fox2012-10-021-225/+272
| | | | throughout commandline c code (all variables underscore_cased, all functions lowerCamelCased).
* Added bits for uploading raw files, or from stdinBluebie2012-09-301-32/+81
|
* Revised Ihsan's cli upload tool to be more future proof, and take away parts ↵Jenna Fox2012-09-301-55/+43
| | | | of api which allow risky writing strategies.
* Initial commit for commandline C application.ihsan Kehribar2012-09-291-0/+252