summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #34 from micronucleus/testingTim2014-01-1430-1452/+1750
|\ \ | | | | | | v1.11 - pull request
| * | readme.txt - formattingTim2014-01-151-4/+9
| | |
| * | Make readme.txt a bit shorterTim2014-01-151-7/+1
| | |
| * | upgrade: readme updateBluebie2014-01-151-8/+8
| | |
| * | Update Readme.txtTim2014-01-141-1/+2
| | |
| * | Merge pull request #42 from sodabrew/testingTim2014-01-142-2/+8
| |\ \ | | | | | | | | Commandline tool build for OS X
| | * | commandline: Add static fat binary for OS XAaron Stone2014-01-141-0/+0
| | | |
| | * | commandline: Update Makefile for OS XAaron Stone2014-01-141-2/+8
| |/ /
| * | firmware: Removed class-ff binaries as they did not improve anythingcpldcpu2014-01-142-282/+0
| | |
| * | commandline: Add cast to prevent warningcpldcpu2014-01-142-1/+1
| | |
| * | upgrade: included 1.11 releasesBluebie2014-01-145-0/+824
| | |
| * | Merge branch 'master' of github.com:micronucleus/micronucleusBluebie2014-01-140-0/+0
| |\ \ | |/ / |/| |
* | | Delete nyan-cat.binTim2013-12-281-0/+0
| | | | | | | | | What was it doing here anyways?
| * | firmware: release 1.11 filename typo - renamedBluebie2014-01-141-0/+0
| | |
| * | Update Readme.txtTim2014-01-131-3/+10
| | |
| * | Delete micronucleus-1.11-entry_wdt_led_pb5.hexTim2014-01-131-120/+0
| | |
| * | Update release notes.txtTim2014-01-041-3/+3
| | |
| | * firmware: single buffer usbcpldcpu2014-01-063-24/+35
| | | | | | | | | | | | 1578 bytes, yay..
| | * firmware: readded timout-loopcpldcpu2014-01-061-23/+40
| | |
| | * firmware: clean upcpldcpu2014-01-051-75/+75
| | |
| | * firmware: clean up of main.ccpldcpu2014-01-051-29/+34
| | |
| | * firmware: fix a timing bug in the usb drivercpldcpu2014-01-051-2/+35
| | | | | | | | | | | | SETUP/DATA timed out under Linux
| | * firmware: size optimization of usb drivercpldcpu2014-01-052-21/+54
| | | | | | | | | | | | | | | | | | | | | - removed code for replies from SRAM. The new protocol does not need this - only use zero initialized global variables to avoid having a data section
| | * firmware: Crt1.s only needs reset vector.cpldcpu2014-01-051-1/+5
| | |
| | * commandline: Support for new v2 transmission protocolcpldcpu2014-01-053-122/+135
| | | | | | | | | | | | | | | | | | | | | 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.
| | * 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
| |