summaryrefslogtreecommitdiffstats
path: root/firmware/main.c
Commit message (Expand)AuthorAgeFilesLines
* firmware: typo, fix warningcpldcpu2014-01-031-3/+11
* firmware: more global registers and unions typescpldcpu2013-12-311-40/+38
* firmware: leavebootloader does never returncpldcpu2013-12-311-4/+5
* firemware: Clean up command handlingcpldcpu2013-12-311-12/+13
* firmware: Directly mapped command register saves 12 btescpldcpu2013-12-311-13/+10
* firmware: switch saves 2 bytescpldcpu2013-12-291-3/+5
* 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
* firmware: code clean up, consolidated wait loops to save 4 bytescpldcpu2013-12-281-35/+30
* firmware: More robut WDT handlingcpldcpu2013-12-281-9/+13
* firmware: fix tabscpldcpu2013-12-281-124/+122
* firmware: removed low power code - was dysfunctionalcpldcpu2013-12-281-31/+9
* firmware: default is entry_always, kill warningcpldcpu2013-12-281-1/+1
* firmware: clean up entrymodecpldcpu2013-12-281-4/+3
* firmware: clean up LED codecpldcpu2013-12-281-34/+29
* firmware: move increment idlePolls to main againcpldcpu2013-12-281-1/+2
* firmware: clean up nopcpldcpu2013-12-271-4/+5
* firmware: bootloader will only exit when program was loadedcpldcpu2013-12-171-26/+30
* firmware: Clean buffer at begin of writecpldcpu2013-12-161-4/+4
* firmware: fix condition for EXECUTEcpldcpu2013-12-161-1/+1
* don't exit bootloader with clean memorycpldcpu2013-12-151-20/+17
* C99 typescpldcpu2013-12-151-8/+8
* restructure, optimizations by shay #1cpldcpu2013-12-151-24/+31
* Release notes, hex files and readmecpldcpu2013-12-151-2/+3
* more cleaning upcpldcpu2013-12-151-29/+8
* Source clean upcpldcpu2013-12-071-140/+40
* custom crt, remove tiny85flashinit, UNTESTEDcpldcpu2013-12-061-4/+5
* removed redundant code - untestedcpldcpu2013-12-011-34/+20
* Move Usbinit, using wdt nowcpldcpu2013-11-271-3/+9
* update version numbercpldcpu2013-11-251-3/+3
* clean up, added LED, NO USB exit delaycpldcpu2013-11-251-34/+32
* minorcpldcpu2013-11-181-6/+8
* Dont wait for writes - CPU is halted anyways.cpldcpu2013-11-181-2/+3
* Freebie: Removed unused code for 6 byte gaincpldcpu2013-11-041-19/+1
* Updated USB Driver, nanite, oscalcpldcpu2013-11-041-14/+21
* Bugfixes to make micronucleus reentrantcpldcpu2013-10-251-0/+3
* Revert changes to writeFlashPage()cpldcpu2013-10-251-24/+28
* tiny85FlashInit(); only checks on byte nowcpldcpu2013-10-091-5/+2
* moved vector functions to writeFlashPage(), fixed RESTORE_OSCCALcpldcpu2013-10-091-22/+25
* Reduce accesses to global variable idlePollscpldcpu2013-10-071-1/+0
* Do modulo only on lower byte - saves 24 bytescpldcpu2013-10-071-3/+28
* Use delay routines without NOP padding. this saves 16 bytescpldcpu2013-10-071-0/+3
* A single write is sufficient to invalidate magic word - saves 4 bytescpldcpu2013-10-071-2/+2
* Use a local pointer in eraseApplicatoin() - saves 18 Bytescpldcpu2013-10-071-9/+8
* some small mistakes I noticed while going through the code with a fine-toothe...Louis Beaudoin2013-06-061-1/+1
* fix interrupt enable during application erase (via andihofmeister)Bluebie2013-05-261-3/+7
* Firmware & Upgrade: Released 1.06! yet to add -jumper release tho. Fixes cloc...Bluebie2013-03-041-6/+12
* firmware: added osccal store and retrieve code, untestedBluebie2013-03-041-6/+11