Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commandline: do not write to empty pages | cpldcpu | 2013-12-30 | 5 | -17/+29 |
| | |||||
* | commandline: clean up folder structure | cpldcpu | 2013-12-30 | 2 | -2/+2 |
| | |||||
* | commandline: update windows build | cpldcpu | 2013-12-17 | 1 | -0/+0 |
| | |||||
* | commandline: no functional change - style conformance | Bluebie | 2013-12-18 | 1 | -5/+2 |
| | |||||
* | commandline: fixes --erase-only so it actually works | Bluebie | 2013-12-18 | 1 | -10/+1 |
| | |||||
* | commandline: Update windows build | cpldcpu | 2013-12-17 | 1 | -0/+0 |
| | |||||
* | commandline: Makefile use shell assignments to execute once | Aaron Stone | 2013-12-17 | 1 | -6/+6 |
| | | | | | Backticks in the variables would execute at each invocation. With Macports, libusb 0.x config is called libusb-legacy-config. | ||||
* | commandline: whitespace | Aaron Stone | 2013-12-17 | 2 | -59/+71 |
| | |||||
* | commandline: use C automatic stringification | Aaron Stone | 2013-12-17 | 1 | -4/+6 |
| | |||||
* | commandline: silence a warning since this is used correctly | Aaron Stone | 2013-12-17 | 1 | -1/+1 |
| | |||||
* | commandline: pretty sure this should be a comparison not an assignment | Aaron Stone | 2013-12-17 | 1 | -1/+1 |
| | |||||
* | commandline: resolve three warnings | Aaron Stone | 2013-12-17 | 1 | -4/+5 |
| | |||||
* | commandline: Removed hex files that don't belong here? | cpldcpu | 2013-12-17 | 2 | -529/+0 |
| | |||||
* | commandline: removed out-of-date mac build | cpldcpu | 2013-12-17 | 1 | -0/+0 |
| | |||||
* | commandline: added --erase-only to micronucleus | cpldcpu | 2013-12-17 | 2 | -32/+45 |
| | |||||
* | commandline: readme.. My brain is bad today. no functional changes, just ↵ | Bluebie | 2013-12-17 | 1 | -1/+6 |
| | | | | style stuff | ||||
* | commandline: no functional changes - getting rid of tab chars | Bluebie | 2013-12-17 | 1 | -1/+1 |
| | |||||
* | commandline: no functional changes - improved readme info on configuring ↵ | Bluebie | 2013-12-17 | 2 | -3/+20 |
| | | | | linux to not require root access, and included udev rules file - thanks @sodabrew! | ||||
* | commandline: style stuff, no functional changes | Bluebie | 2013-12-17 | 2 | -12/+12 |
| | |||||
* | Update micronucleus.c | nixnax | 2013-09-03 | 1 | -3/+3 |
| | | | More error details upon flash erase/write failures. | ||||
* | Update micronucleus_lib.c: | Bluebie | 2013-08-30 | 1 | -2/+3 |
| | | | | Result not always 64 - bad assumption that page size is always 64 | ||||
* | some small mistakes I noticed while going through the code with a ↵ | Louis Beaudoin | 2013-06-06 | 1 | -26/+26 |
| | | | | | | | | | | fine-toothed comb: main.c - POSTSCRIPT_SIZE should be 6, not 4, now that there's a word to store OSCCAL micronucleus_lib.c - bcdUSB referring to USB Spec 1.1 is used, instead of bcdDevice, referring to the device release number | ||||
* | commandline: bugfixes for -1 error after erase on OS X - auto recover now works | Bluebie | 2013-02-20 | 2 | -14/+27 |
| | |||||
* | Tests on all Linux machines available led to errors such as: | Malaclypse The Younger | 2013-02-19 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | Erasing the memory ... erasing: 66% complete Error erasing: -84>> Abort mission! error has occured ... Please unplug the device and restart the program. Whereas Windows can recover from this condition with Eep! Connection to device lost during erase! Not to worry This happens on some computers - reconnecting... the Linux version could not correctly interpret the -84 error code returned by the USBDEVFS_CONTROL call. This modification fixes this, re-interpreting the -84 code to -2 and allowing the program to reconnect and succesfully upload the firmware. | ||||
* | commandline: added timeout option (does it work on windows?) | Bluebie | 2013-02-06 | 1 | -1/+25 |
| | |||||
* | commandline: added new mac build | Bluebie | 2013-02-06 | 1 | -0/+0 |
| | |||||
* | commandline: raw support fixed, added --no-ansi mode for arduino/digispark ↵ | Bluebie | 2013-02-06 | 1 | -19/+34 |
| | | | | use, made no-ansi mode on all platforms less spammy | ||||
* | Fixed assignment in conditional bug. RAW uploads work now maybe? Thanks to ↵ | Bluebie | 2013-02-06 | 1 | -2/+2 |
| | | | | @benjie on digistump.com forums | ||||
* | commandline: Update Windows build | Jenna Fox | 2012-11-30 | 1 | -0/+0 |
| | |||||
* | commandline: Update Mac build | Bluebie | 2012-11-30 | 1 | -0/+0 |
| | |||||
* | commandline: pspgeek's usb fail workaround | Bluebie | 2012-11-30 | 2 | -5/+27 |
| | |||||
* | Added updated micronucleus.exe build, which goes extra slow and uses newer ↵ | Jenna Fox | 2012-11-19 | 2 | -1/+2 |
| | | | | micronucleus_lib | ||||
* | Slightly alter assert in micronucleus_lib.c | Jenna Fox | 2012-11-15 | 1 | -1/+1 |
| | | | Maybe a little more future/past proof now? | ||||
* | commandline: Updated readme | Jenna Fox | 2012-10-10 | 1 | -6/+16 |
| | |||||
* | Mac and Windows builds of commandline tool | Jenna Fox | 2012-10-03 | 2 | -0/+0 |
| | |||||
* | Adjusted timing in command line tool to run faster | Bluebie | 2012-10-03 | 1 | -3/+3 |
| | |||||
* | cli --dump-progress option now outputs JSON | Jenna Fox | 2012-10-02 | 1 | -1/+1 |
| | |||||
* | Improved usage printout on CLI tool | Jenna Fox | 2012-10-02 | 1 | -1/+10 |
| | |||||
* | Made live progress printouts more human friendly (total progress instead of ↵ | Jenna Fox | 2012-10-02 | 3 | -6/+20 |
| | | | | step progress) | ||||
* | Added percentage progress to CLI upload tool and worked on consistent style ↵ | Jenna Fox | 2012-10-02 | 3 | -379/+435 |
| | | | | throughout commandline c code (all variables underscore_cased, all functions lowerCamelCased). | ||||
* | Added bits for uploading raw files, or from stdin | Bluebie | 2012-09-30 | 1 | -32/+81 |
| | |||||
* | Added 'install' section to makefile for cli tool | Jenna Fox | 2012-09-30 | 1 | -1/+3 |
| | |||||
* | Revised Ihsan's cli upload tool to be more future proof, and take away parts ↵ | Jenna Fox | 2012-09-30 | 6 | -394/+145 |
| | | | | of api which allow risky writing strategies. | ||||
* | Added Mac OS X compatibility to Ihsan's cli upload program | Jenna Fox | 2012-09-30 | 5 | -13/+20 |
| | |||||
* | Initial commit for commandline C application. | ihsan Kehribar | 2012-09-29 | 21 | -852/+1320 |
| | |||||
* | getting close to having a working 2.2kb bootloader! | Jenna Fox | 2012-09-23 | 1 | -2/+2 |
| | |||||
* | Make bootloadHID always upload one page at a time. | Jenna Fox | 2012-09-23 | 3 | -14/+10 |
| | |||||
* | wont be needing the first write mechanism | Jenna Fox | 2012-09-23 | 1 | -6/+3 |
| | |||||
* | bring in slightly modified version of bootloadHID host programming app by ↵ | Jenna Fox | 2012-09-23 | 11 | -0/+870 |
objective development - including delays tiny85 requires (though they could be tuned to be a bit shorter for quicker programming later) |