summaryrefslogtreecommitdiffstats
path: root/commandline/library/micronucleus_lib.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Update to libusb 1.0.20"revert-79-libusb-1.0.20Tim2016-07-311-125/+126
|
* Properly close and deinitialize the USB connectionMichael Copland2016-06-221-6/+7
|
* Changed to manually iterate through the device listMichael Copland2016-06-221-67/+70
|
* Rewritten to use libusb 1.0.20 from libusb.infoMichael Copland2016-06-211-126/+121
|
* commandline: Fixed assert when device was unresponsivecpldcpu2015-03-151-0/+8
|
* commandline: fixed assertcpldcpu2014-07-271-1/+1
| | | | devicereply can be 6 bytes in latest version.
* commandline: Added signature to configurationreplycpldcpu2014-05-011-25/+49
|
* commandline: fixed fast modecpldcpu2014-03-161-9/+9
|
* commandline: Update to 2.0a4 to accomodate for new device configuration ↵cpldcpu2014-03-161-5/+13
| | | | reply for attiny841
* commandline: Added patching of jmp to bootloadercpldcpu2014-03-061-1/+17
|
* commandline: Fix up that may have caused to patch two pagescpldcpu2014-03-061-2/+4
|
* commandline: far jmp supportcpldcpu2014-02-181-8/+32
|
* Merge remote-tracking branch 'origin/master' into testing-V2-Newcpldcpu2014-01-151-1/+1
|\ | | | | | | | | Conflicts: commandline/builds/Windows/micronucleus.exe
| * commandline: Add cast to prevent warningcpldcpu2014-01-141-1/+1
| |
* | commandline: Support for new v2 transmission protocolcpldcpu2014-01-051-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 toolcpldcpu2014-01-051-3/+31
| |
* | commandline: change usb requests to "out" if no data is requestedcpldcpu2014-01-051-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 pagescpldcpu2013-12-301-14/+25
|
* commandline: whitespaceAaron Stone2013-12-171-1/+1
|
* commandline: use C automatic stringificationAaron Stone2013-12-171-4/+6
|
* commandline: silence a warning since this is used correctlyAaron Stone2013-12-171-1/+1
|
* commandline: pretty sure this should be a comparison not an assignmentAaron Stone2013-12-171-1/+1
|
* Update micronucleus_lib.c:Bluebie2013-08-301-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 Beaudoin2013-06-061-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 worksBluebie2013-02-201-6/+13
|
* Tests on all Linux machines available led to errors such as:Malaclypse The Younger2013-02-191-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 workaroundBluebie2012-11-301-1/+3
|
* Slightly alter assert in micronucleus_lib.cJenna Fox2012-11-151-1/+1
| | | Maybe a little more future/past proof now?
* Made live progress printouts more human friendly (total progress instead of ↵Jenna Fox2012-10-021-0/+8
| | | | step progress)
* Added percentage progress to CLI upload tool and worked on consistent style ↵Jenna Fox2012-10-021-118/+124
| | | | 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 Fox2012-09-301-36/+75
| | | | of api which allow risky writing strategies.
* Initial commit for commandline C application.ihsan Kehribar2012-09-291-0/+102