Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Update to libusb 1.0.20"revert-79-libusb-1.0.20 | Tim | 2016-07-31 | 6 | -142/+133 |
| | |||||
* | Properly close and deinitialize the USB connection | Michael Copland | 2016-06-22 | 4 | -8/+19 |
| | |||||
* | Changed to manually iterate through the device list | Michael Copland | 2016-06-22 | 2 | -67/+70 |
| | |||||
* | Rewritten to use libusb 1.0.20 from libusb.info | Michael Copland | 2016-06-21 | 5 | -131/+126 |
| | |||||
* | commandline: file does not belong here | Tim | 2015-06-06 | 1 | -0/+0 |
| | |||||
* | commandline: Fixed assert when device was unresponsive | cpldcpu | 2015-03-15 | 3 | -1/+9 |
| | |||||
* | commandline: Updated exe | cpldcpu | 2015-01-12 | 1 | -0/+0 |
| | |||||
* | firmware: code clean up | cpldcpu | 2014-07-27 | 1 | -10/+0 |
| | |||||
* | commandline: fixed assert | cpldcpu | 2014-07-27 | 1 | -1/+1 |
| | | | | devicereply can be 6 bytes in latest version. | ||||
* | Support OpenBSD | Coues Ludovic | 2014-07-10 | 1 | -0/+5 |
| | |||||
* | commandline: Added signature to configurationreply | cpldcpu | 2014-05-01 | 4 | -25/+52 |
| | |||||
* | commandline: fixed fast mode | cpldcpu | 2014-03-16 | 2 | -9/+9 |
| | |||||
* | commandline: Display correct help for windows | cpldcpu | 2014-03-16 | 1 | -2/+2 |
| | |||||
* | command: remove exe from main | cpldcpu | 2014-03-16 | 1 | -0/+0 |
| | |||||
* | commandline: Update to 2.0a4 to accomodate for new device configuration ↵ | cpldcpu | 2014-03-16 | 4 | -10/+22 |
| | | | | reply for attiny841 | ||||
* | commandline: Added patching of jmp to bootloader | cpldcpu | 2014-03-06 | 2 | -1/+17 |
| | |||||
* | commandline: Fix up that may have caused to patch two pages | cpldcpu | 2014-03-06 | 2 | -2/+5 |
| | |||||
* | firmware: increase led speed | cpldcpu | 2014-02-20 | 1 | -0/+0 |
| | |||||
* | commandline: update builds | cpldcpu | 2014-02-18 | 2 | -0/+0 |
| | |||||
* | commandline: update help | cpldcpu | 2014-02-18 | 1 | -1/+5 |
| | |||||
* | commandline: update version | cpldcpu | 2014-02-18 | 1 | -1/+1 |
| | |||||
* | commandline: --no-ansi is default under windows. Ansi does not work | cpldcpu | 2014-02-18 | 1 | -6/+6 |
| | |||||
* | 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 | 4 | -3/+9 |
|\ | | | | | | | | | Conflicts: commandline/builds/Windows/micronucleus.exe | ||||
| * | commandline: Add static fat binary for OS X | Aaron Stone | 2014-01-14 | 1 | -0/+0 |
| | | |||||
| * | commandline: Update Makefile for OS X | Aaron Stone | 2014-01-14 | 1 | -2/+8 |
| | | |||||
| * | commandline: Add cast to prevent warning | cpldcpu | 2014-01-14 | 2 | -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 | 3 | -18/+58 |
| | | |||||
* | | commandline: change usb requests to "out" if no data is requested | cpldcpu | 2014-01-05 | 2 | -3/+3 |
|/ | | | | | zero sized "In" requests require more handshaking, but do not add more error checking or more security. | ||||
* | commandline: updated windows exe | cpldcpu | 2013-12-31 | 1 | -0/+0 |
| | |||||
* | 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 |
| |