Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | firmware: far jmp support in crt1.s | cpldcpu | 2014-02-18 | 1 | -0/+5 | |
| | ||||||
* | firmware: update reset offset to -4 | cpldcpu | 2014-02-18 | 1 | -1/+1 | |
| | ||||||
* | firmware: Adjusted tinyvectottablesize to support far jmp | cpldcpu | 2014-02-18 | 1 | -3/+3 | |
| | ||||||
* | firmware: removed debugging output, clean up logic | cpldcpu | 2014-02-03 | 1 | -32/+21 | |
| | ||||||
* | firmware: added OSCCAL_HAVE_XTAL | cpldcpu | 2014-02-02 | 3 | -5/+14 | |
| | ||||||
* | firmeware: clean up usb driver | cpldcpu | 2014-02-02 | 1 | -38/+20 | |
| | ||||||
* | firmware: revert usbdriver to original code | cpldcpu | 2014-02-02 | 1 | -11/+6 | |
| | ||||||
* | small fixed | cpldcpu | 2014-02-02 | 2 | -2/+3 | |
| | ||||||
* | firmware: first steps to integrated upgrade | cpldcpu | 2014-01-25 | 2 | -1/+185 | |
| | ||||||
* | firmware: roadmap update | cpldcpu | 2014-01-25 | 1 | -12/+5 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' into testing-V2-New | cpldcpu | 2014-01-15 | 3 | -241/+3 | |
|\ | | | | | | | | | Conflicts: commandline/builds/Windows/micronucleus.exe | |||||
| * | firmware: Removed class-ff binaries as they did not improve anything | cpldcpu | 2014-01-14 | 1 | -118/+0 | |
| | | ||||||
| * | firmware: release 1.11 filename typo - renamed | Bluebie | 2014-01-14 | 1 | -0/+0 | |
| | | ||||||
| * | Delete micronucleus-1.11-entry_wdt_led_pb5.hex | Tim | 2014-01-13 | 1 | -120/+0 | |
| | | ||||||
| * | Update release notes.txt | Tim | 2014-01-04 | 1 | -3/+3 | |
| | | ||||||
* | | firmware: single buffer usb | cpldcpu | 2014-01-06 | 3 | -24/+35 | |
| | | | | | | | | 1578 bytes, yay.. | |||||
* | | firmware: readded timout-loop | cpldcpu | 2014-01-06 | 1 | -23/+40 | |
| | | ||||||
* | | firmware: clean up | cpldcpu | 2014-01-05 | 1 | -75/+75 | |
| | | ||||||
* | | firmware: clean up of main.c | cpldcpu | 2014-01-05 | 1 | -29/+34 | |
| | | ||||||
* | | firmware: fix a timing bug in the usb driver | cpldcpu | 2014-01-05 | 1 | -2/+35 | |
| | | | | | | | | SETUP/DATA timed out under Linux | |||||
* | | firmware: size optimization of usb driver | cpldcpu | 2014-01-05 | 2 | -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. | cpldcpu | 2014-01-05 | 1 | -1/+5 | |
| | | ||||||
* | | commandline: Support for new v2 transmission protocol | cpldcpu | 2014-01-05 | 2 | -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 tool | cpldcpu | 2014-01-05 | 2 | -44/+22 | |
| | | ||||||
* | | firmware: Removed trampoline and INT patching | cpldcpu | 2014-01-05 | 4 | -79/+56 | |
| | | ||||||
* | | firmware: cleaning up | cpldcpu | 2014-01-05 | 1 | -73/+8 | |
| | | ||||||
* | | firmware: first working version with polled usb | cpldcpu | 2014-01-05 | 5 | -56/+105 | |
| | | ||||||
* | | just log current state | cpldcpu | 2014-01-04 | 6 | -48/+123 | |
|/ | ||||||
* | firmware: hex with different device class | cpldcpu | 2014-01-03 | 1 | -0/+118 | |
| | ||||||
* | firmware: added hex files for v1.11 | cpldcpu | 2014-01-03 | 5 | -0/+596 | |
| | ||||||
* | firmware: typo, fix warning | cpldcpu | 2014-01-03 | 2 | -7/+15 | |
| | ||||||
* | release notes for v1.11 | cpldcpu | 2014-01-03 | 1 | -4/+39 | |
| | ||||||
* | firmware: remove unused header file | cpldcpu | 2014-01-03 | 1 | -57/+0 | |
| | ||||||
* | firmware: One more free page for the userprogram | cpldcpu | 2013-12-31 | 1 | -1/+1 | |
| | ||||||
* | firmware: more global registers and unions types | cpldcpu | 2013-12-31 | 3 | -43/+56 | |
| | | | | Saves 70(!) bytes or so.. | |||||
* | firmware: leavebootloader does never return | cpldcpu | 2013-12-31 | 1 | -4/+5 | |
| | | | | | The compiler does only understand this when inserting an infinite loop. Saves two bytes and prevents a warning. | |||||
* | firemware: Clean up command handling | cpldcpu | 2013-12-31 | 1 | -12/+13 | |
| | ||||||
* | firmware: Directly mapped command register saves 12 btes | cpldcpu | 2013-12-31 | 2 | -14/+11 | |
| | ||||||
* | firmware: switch saves 2 bytes | cpldcpu | 2013-12-29 | 2 | -4/+11 | |
| | ||||||
* | firmware: clean up, updated file header | cpldcpu | 2013-12-29 | 1 | -16/+9 | |
| | ||||||
* | firmware: Check is irrelevant - idlecount is not changed during erase | cpldcpu | 2013-12-29 | 1 | -19/+1 | |
| | ||||||
* | firmware: Replace flag system with single command system to save 12 bytes | cpldcpu | 2013-12-29 | 1 | -13/+21 | |
| | ||||||
* | fireware: Bugfix: no slowndown after timer overflow | cpldcpu | 2013-12-29 | 1 | -3/+4 | |
| | ||||||
* | firmware: code clean up, consolidated wait loops to save 4 bytes | cpldcpu | 2013-12-28 | 2 | -37/+32 | |
| | ||||||
* | firmware: fixed description | cpldcpu | 2013-12-28 | 1 | -5/+6 | |
| | ||||||
* | firmware: CRC checking of all received data | cpldcpu | 2013-12-28 | 1 | -0/+6 | |
| | | | | backport of optimizations by @gblargg | |||||
* | firmware: More robut WDT handling | cpldcpu | 2013-12-28 | 1 | -9/+13 | |
| | | | | backported optimization by @gblargg | |||||
* | firmware: fix tabs | cpldcpu | 2013-12-28 | 1 | -124/+122 | |
| | ||||||
* | firmware: removed low power code - was dysfunctional | cpldcpu | 2013-12-28 | 1 | -31/+9 | |
| | ||||||
* | firmware: default is entry_always, kill warning | cpldcpu | 2013-12-28 | 2 | -2/+2 | |
| |