| Commit message (Expand) | Author | Age | Files | Lines |
* | firmware: typo, fix warning | cpldcpu | 2014-01-03 | 1 | -3/+11 |
* | firmware: more global registers and unions types | cpldcpu | 2013-12-31 | 1 | -40/+38 |
* | firmware: leavebootloader does never return | cpldcpu | 2013-12-31 | 1 | -4/+5 |
* | firemware: Clean up command handling | cpldcpu | 2013-12-31 | 1 | -12/+13 |
* | firmware: Directly mapped command register saves 12 btes | cpldcpu | 2013-12-31 | 1 | -13/+10 |
* | firmware: switch saves 2 bytes | cpldcpu | 2013-12-29 | 1 | -3/+5 |
* | 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 | 1 | -35/+30 |
* | firmware: More robut WDT handling | cpldcpu | 2013-12-28 | 1 | -9/+13 |
* | 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 | 1 | -1/+1 |
* | firmware: clean up entrymode | cpldcpu | 2013-12-28 | 1 | -4/+3 |
* | firmware: clean up LED code | cpldcpu | 2013-12-28 | 1 | -34/+29 |
* | firmware: move increment idlePolls to main again | cpldcpu | 2013-12-28 | 1 | -1/+2 |
* | firmware: clean up nop | cpldcpu | 2013-12-27 | 1 | -4/+5 |
* | firmware: bootloader will only exit when program was loaded | cpldcpu | 2013-12-17 | 1 | -26/+30 |
* | firmware: Clean buffer at begin of write | cpldcpu | 2013-12-16 | 1 | -4/+4 |
* | firmware: fix condition for EXECUTE | cpldcpu | 2013-12-16 | 1 | -1/+1 |
* | don't exit bootloader with clean memory | cpldcpu | 2013-12-15 | 1 | -20/+17 |
* | C99 types | cpldcpu | 2013-12-15 | 1 | -8/+8 |
* | restructure, optimizations by shay #1 | cpldcpu | 2013-12-15 | 1 | -24/+31 |
* | Release notes, hex files and readme | cpldcpu | 2013-12-15 | 1 | -2/+3 |
* | more cleaning up | cpldcpu | 2013-12-15 | 1 | -29/+8 |
* | Source clean up | cpldcpu | 2013-12-07 | 1 | -140/+40 |
* | custom crt, remove tiny85flashinit, UNTESTED | cpldcpu | 2013-12-06 | 1 | -4/+5 |
* | removed redundant code - untested | cpldcpu | 2013-12-01 | 1 | -34/+20 |
* | Move Usbinit, using wdt now | cpldcpu | 2013-11-27 | 1 | -3/+9 |
* | update version number | cpldcpu | 2013-11-25 | 1 | -3/+3 |
* | clean up, added LED, NO USB exit delay | cpldcpu | 2013-11-25 | 1 | -34/+32 |
* | minor | cpldcpu | 2013-11-18 | 1 | -6/+8 |
* | Dont wait for writes - CPU is halted anyways. | cpldcpu | 2013-11-18 | 1 | -2/+3 |
* | Freebie: Removed unused code for 6 byte gain | cpldcpu | 2013-11-04 | 1 | -19/+1 |
* | Updated USB Driver, nanite, oscal | cpldcpu | 2013-11-04 | 1 | -14/+21 |
* | Bugfixes to make micronucleus reentrant | cpldcpu | 2013-10-25 | 1 | -0/+3 |
* | Revert changes to writeFlashPage() | cpldcpu | 2013-10-25 | 1 | -24/+28 |
* | tiny85FlashInit(); only checks on byte now | cpldcpu | 2013-10-09 | 1 | -5/+2 |
* | moved vector functions to writeFlashPage(), fixed RESTORE_OSCCAL | cpldcpu | 2013-10-09 | 1 | -22/+25 |
* | Reduce accesses to global variable idlePolls | cpldcpu | 2013-10-07 | 1 | -1/+0 |
* | Do modulo only on lower byte - saves 24 bytes | cpldcpu | 2013-10-07 | 1 | -3/+28 |
* | Use delay routines without NOP padding. this saves 16 bytes | cpldcpu | 2013-10-07 | 1 | -0/+3 |
* | A single write is sufficient to invalidate magic word - saves 4 bytes | cpldcpu | 2013-10-07 | 1 | -2/+2 |
* | Use a local pointer in eraseApplicatoin() - saves 18 Bytes | cpldcpu | 2013-10-07 | 1 | -9/+8 |
* | some small mistakes I noticed while going through the code with a fine-toothe... | Louis Beaudoin | 2013-06-06 | 1 | -1/+1 |
* | fix interrupt enable during application erase (via andihofmeister) | Bluebie | 2013-05-26 | 1 | -3/+7 |
* | Firmware & Upgrade: Released 1.06! yet to add -jumper release tho. Fixes cloc... | Bluebie | 2013-03-04 | 1 | -6/+12 |
* | firmware: added osccal store and retrieve code, untested | Bluebie | 2013-03-04 | 1 | -6/+11 |