summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * firmware: reset vector patching in commandline toolcpldcpu2014-01-052-44/+22
| | |
| | * commandline: reset vector patching in commandline toolcpldcpu2014-01-053-18/+58
| | |
| | * firmware: Removed trampoline and INT patchingcpldcpu2014-01-054-79/+56
| | |
| | * commandline: change usb requests to "out" if no data is requestedcpldcpu2014-01-052-3/+3
| | | | | | | | | | | | | | | zero sized "In" requests require more handshaking, but do not add more error checking or more security.
| | * firmware: cleaning upcpldcpu2014-01-051-73/+8
| | |
| | * firmware: first working version with polled usbcpldcpu2014-01-055-56/+105
| | |
| | * just log current statecpldcpu2014-01-047-48/+125
| |/
| * firmware: hex with different device classcpldcpu2014-01-031-0/+118
| |
| * firmware: added hex files for v1.11cpldcpu2014-01-035-0/+596
| |
| * firmware: typo, fix warningcpldcpu2014-01-032-7/+15
| |
| * release notes for v1.11cpldcpu2014-01-031-4/+39
| |
| * firmware: remove unused header filecpldcpu2014-01-031-57/+0
| |
| * firmware: One more free page for the userprogramcpldcpu2013-12-311-1/+1
| |
| * firmware: more global registers and unions typescpldcpu2013-12-313-43/+56
| | | | | | | | Saves 70(!) bytes or so..
| * firmware: leavebootloader does never returncpldcpu2013-12-311-4/+5
| | | | | | | | | | The compiler does only understand this when inserting an infinite loop. Saves two bytes and prevents a warning.
| * firemware: Clean up command handlingcpldcpu2013-12-311-12/+13
| |
| * commandline: updated windows execpldcpu2013-12-311-0/+0
| |
| * firmware: Directly mapped command register saves 12 btescpldcpu2013-12-312-14/+11
| |
| * commandline: do not write to empty pagescpldcpu2013-12-305-17/+29
| |
| * commandline: clean up folder structurecpldcpu2013-12-302-2/+2
| |
| * firmware: switch saves 2 bytescpldcpu2013-12-292-4/+11
| |
| * firmware: clean up, updated file headercpldcpu2013-12-291-16/+9
| |
| * firmware: Check is irrelevant - idlecount is not changed during erasecpldcpu2013-12-291-19/+1
| |
| * firmware: Replace flag system with single command system to save 12 bytescpldcpu2013-12-291-13/+21
| |
| * fireware: Bugfix: no slowndown after timer overflowcpldcpu2013-12-291-3/+4
| |
| * firmware: code clean up, consolidated wait loops to save 4 bytescpldcpu2013-12-282-37/+32
| |
| * firmware: fixed descriptioncpldcpu2013-12-281-5/+6
| |
| * firmware: CRC checking of all received datacpldcpu2013-12-281-0/+6
| | | | | | | | backport of optimizations by @gblargg
| * firmware: More robut WDT handlingcpldcpu2013-12-281-9/+13
| | | | | | | | backported optimization by @gblargg
| * firmware: fix tabscpldcpu2013-12-281-124/+122
| |
| * firmware: removed low power code - was dysfunctionalcpldcpu2013-12-281-31/+9
| |
| * firmware: default is entry_always, kill warningcpldcpu2013-12-282-2/+2
| |
| * firmware: clean up entrymodecpldcpu2013-12-282-80/+85
| |
| * firmware: clean up LED codecpldcpu2013-12-282-38/+39
| |
| * firmware: move increment idlePolls to main againcpldcpu2013-12-282-5/+4
| |
| * firmware: we do not want function definition in a header file anywayscpldcpu2013-12-281-6/+0
| |
| * firmware: de-clutter bootloaderconfigcpldcpu2013-12-281-89/+25
| |
| * firmware: delete nync-cat.bincpldcpu2013-12-281-0/+0
| |
| * firmware: clean up nopcpldcpu2013-12-271-4/+5
| |
| * commandline: update windows buildcpldcpu2013-12-171-0/+0
| |
| * commandline: no functional change - style conformanceBluebie2013-12-181-5/+2
| |
| * commandline: fixes --erase-only so it actually worksBluebie2013-12-181-10/+1
| |
| * commandline: Update windows buildcpldcpu2013-12-171-0/+0
| |
| * Merge pull request #39 from sodabrew/commandline_warningsTim2013-12-173-75/+90
| |\ | | | | | | Commandline warnings
| | * commandline: Makefile use shell assignments to execute onceAaron Stone2013-12-171-6/+6
| | | | | | | | | | | | | | | Backticks in the variables would execute at each invocation. With Macports, libusb 0.x config is called libusb-legacy-config.
| | * commandline: whitespaceAaron Stone2013-12-172-59/+71
| | |
| | * 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
| | |
| | * commandline: resolve three warningsAaron Stone2013-12-171-4/+5
| |/