summaryrefslogtreecommitdiffstats
path: root/firmware
Commit message (Collapse)AuthorAgeFilesLines
...
* firmware: added WDRcpldcpu2014-03-131-1/+4
|
* firmware: Simplified memory corruption mechanismcpldcpu2014-03-071-43/+18
|
* firmware: move device configureation to header filecpldcpu2014-03-062-6/+11
|
* firmware: Extend timeout with any USB traffic, set timeout to 6scpldcpu2014-03-062-4/+3
| | | | fixed weird bug with USB3.0 hub where MN is only recognized after 5s
* firmware: dont test for 00 in store calibration.cpldcpu2014-02-211-1/+1
| | | | | This is an impossible combination and will never occur, so no testing is needed. Saves 4 bytes.
* firmware: clean up configuration filecpldcpu2014-02-212-146/+95
|
* firmware: Fix USB error during --runcpldcpu2014-02-211-3/+6
| | | | | | firmware will wait for 5ms after reception of last packet before exiting to user program. This prevents collisions with the last ACK from host PC.
* firmware: increase led speedcpldcpu2014-02-202-3/+3
|
* firmware: fixed LEDcpldcpu2014-02-202-4/+5
|
* firmware: clarify size outputcpldcpu2014-02-181-1/+4
|
* firmware: suppress warning about unused flags variable in usbdrv.ccpldcpu2014-02-181-0/+2
|
* firmware: far jmp support for reset vector patchingcpldcpu2014-02-181-1/+13
|
* firmware: far jmp support in crt1.scpldcpu2014-02-181-0/+5
|
* firmware: update reset offset to -4cpldcpu2014-02-181-1/+1
|
* firmware: Adjusted tinyvectottablesize to support far jmpcpldcpu2014-02-181-3/+3
|
* firmware: removed debugging output, clean up logiccpldcpu2014-02-031-32/+21
|
* firmware: added OSCCAL_HAVE_XTALcpldcpu2014-02-023-5/+14
|
* firmeware: clean up usb drivercpldcpu2014-02-021-38/+20
|
* firmware: revert usbdriver to original codecpldcpu2014-02-021-11/+6
|
* small fixedcpldcpu2014-02-022-2/+3
|
* firmware: first steps to integrated upgradecpldcpu2014-01-252-1/+185
|
* firmware: roadmap updatecpldcpu2014-01-251-12/+5
|
* Merge remote-tracking branch 'origin/master' into testing-V2-Newcpldcpu2014-01-153-241/+3
|\ | | | | | | | | Conflicts: commandline/builds/Windows/micronucleus.exe
| * firmware: Removed class-ff binaries as they did not improve anythingcpldcpu2014-01-141-118/+0
| |
| * firmware: release 1.11 filename typo - renamedBluebie2014-01-141-0/+0
| |
| * 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-052-121/+107
| | | | | | | | | | | | | | 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
| |
* | firmware: Removed trampoline and INT patchingcpldcpu2014-01-054-79/+56
| |
* | firmware: cleaning upcpldcpu2014-01-051-73/+8
| |
* | firmware: first working version with polled usbcpldcpu2014-01-055-56/+105
| |
* | just log current statecpldcpu2014-01-046-48/+123
|/
* 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
|
* firmware: Directly mapped command register saves 12 btescpldcpu2013-12-312-14/+11
|