Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commandline: Fixed assert when device was unresponsive | cpldcpu | 2015-03-15 | 2 | -1/+9 |
| | |||||
* | commandline: fixed assert | cpldcpu | 2014-07-27 | 1 | -1/+1 |
| | | | | devicereply can be 6 bytes in latest version. | ||||
* | commandline: Added signature to configurationreply | cpldcpu | 2014-05-01 | 2 | -25/+51 |
| | |||||
* | commandline: fixed fast mode | cpldcpu | 2014-03-16 | 1 | -9/+9 |
| | |||||
* | commandline: Update to 2.0a4 to accomodate for new device configuration ↵ | cpldcpu | 2014-03-16 | 2 | -7/+17 |
| | | | | reply for attiny841 | ||||
* | commandline: Added patching of jmp to bootloader | cpldcpu | 2014-03-06 | 1 | -1/+17 |
| | |||||
* | commandline: Fix up that may have caused to patch two pages | cpldcpu | 2014-03-06 | 2 | -2/+5 |
| | |||||
* | commandline: update version | cpldcpu | 2014-02-18 | 1 | -1/+1 |
| | |||||
* | commandline: far jmp support | cpldcpu | 2014-02-18 | 1 | -8/+32 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into testing-V2-New | cpldcpu | 2014-01-15 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: commandline/builds/Windows/micronucleus.exe | ||||
| * | commandline: Add cast to prevent warning | cpldcpu | 2014-01-14 | 1 | -1/+1 |
| | | |||||
* | | commandline: Support for new v2 transmission protocol | cpldcpu | 2014-01-05 | 1 | -1/+28 |
| | | | | | | | | | | | | | | The block transfer is now done in the address and indexfield of a setup-packet to save a lot of memory in the firmware: This requires twice the number of transmissions, but is effectively faster due to less bus congestion and resends. | ||||
* | | commandline: reset vector patching in commandline tool | cpldcpu | 2014-01-05 | 2 | -6/+37 |
| | | |||||
* | | commandline: change usb requests to "out" if no data is requested | cpldcpu | 2014-01-05 | 1 | -3/+3 |
|/ | | | | | zero sized "In" requests require more handshaking, but do not add more error checking or more security. | ||||
* | commandline: do not write to empty pages | cpldcpu | 2013-12-30 | 1 | -14/+25 |
| | |||||
* | commandline: whitespace | Aaron Stone | 2013-12-17 | 1 | -1/+1 |
| | |||||
* | 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: style stuff, no functional changes | Bluebie | 2013-12-17 | 2 | -12/+12 |
| | |||||
* | 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 | 1 | -6/+13 |
| | |||||
* | 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: pspgeek's usb fail workaround | Bluebie | 2012-11-30 | 1 | -1/+3 |
| | |||||
* | Added updated micronucleus.exe build, which goes extra slow and uses newer ↵ | Jenna Fox | 2012-11-19 | 1 | -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? | ||||
* | Made live progress printouts more human friendly (total progress instead of ↵ | Jenna Fox | 2012-10-02 | 2 | -3/+14 |
| | | | | step progress) | ||||
* | Added percentage progress to CLI upload tool and worked on consistent style ↵ | Jenna Fox | 2012-10-02 | 2 | -154/+163 |
| | | | | throughout commandline c code (all variables underscore_cased, all functions lowerCamelCased). | ||||
* | Revised Ihsan's cli upload tool to be more future proof, and take away parts ↵ | Jenna Fox | 2012-09-30 | 4 | -338/+101 |
| | | | | of api which allow risky writing strategies. | ||||
* | Added Mac OS X compatibility to Ihsan's cli upload program | Jenna Fox | 2012-09-30 | 4 | -13/+15 |
| | |||||
* | Initial commit for commandline C application. | ihsan Kehribar | 2012-09-29 | 6 | -0/+498 |