summaryrefslogtreecommitdiffstats
path: root/firmware
Commit message (Collapse)AuthorAgeFilesLines
* firmware: attiny 84 configcpldcpu2014-03-162-0/+327
|
* firmware: attiny 167 configcpldcpu2014-03-162-0/+295
|
* firmware: reduce usbasp write speedcpldcpu2014-03-161-5/+5
|
* firmware: ATtiny841- write time configurationcpldcpu2014-03-161-3/+2
|
* firmware: ATtiny841 - proper page erasingcpldcpu2014-03-162-19/+15
|
* firmware: page erase timing modification for ATtiny841cpldcpu2014-03-161-2/+4
|
* firmware: Attiny841 first working configcpldcpu2014-03-166-42/+62
|
* firmware: adding ATtiny841cpldcpu2014-03-163-3/+320
|
* firmware: makefile clean upcpldcpu2014-03-161-10/+8
|
* firmware: Added configuration folderscpldcpu2014-03-165-155/+390
|
* 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
|/