summaryrefslogtreecommitdiffstats
path: root/firmware
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* firmware: switch saves 2 bytescpldcpu2013-12-292-4/+11
|
* 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-282-37/+32
|
* firmware: fixed descriptioncpldcpu2013-12-281-5/+6
|
* firmware: CRC checking of all received datacpldcpu2013-12-281-0/+6
| | | | backport of optimizations by @gblargg
* firmware: More robut WDT handlingcpldcpu2013-12-281-9/+13
| | | | backported optimization by @gblargg
* 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-282-2/+2
|
* firmware: clean up entrymodecpldcpu2013-12-282-80/+85
|
* firmware: clean up LED codecpldcpu2013-12-282-38/+39
|
* firmware: move increment idlePolls to main againcpldcpu2013-12-282-5/+4
|
* firmware: we do not want function definition in a header file anywayscpldcpu2013-12-281-6/+0
|
* firmware: de-clutter bootloaderconfigcpldcpu2013-12-281-89/+25
|
* firmware: delete nync-cat.bincpldcpu2013-12-281-0/+0
|
* firmware: clean up nopcpldcpu2013-12-271-4/+5
|
* firmware: bootloader will only exit when program was loadedcpldcpu2013-12-171-26/+30
|
* v1.10: Merging changes into testingcpldcpu2013-12-171-0/+0
|\
| * firmware: style fix - use spaces for indentationBluebie2013-12-171-18/+18
| |
| * renamed LEDonPB1 release to fit established naming conventionBluebie2013-12-161-0/+0
| |
* | firmware: remove o-file from repositorycpldcpu2013-12-171-0/+0
| |
* | firmware: Clean buffer at begin of writecpldcpu2013-12-162-5/+5
| | | | | | | | improve robustness
* | firmware: fix condition for EXECUTEcpldcpu2013-12-161-1/+1
| | | | | | | | read high byte of user programm reset vector
* | clean up osccalcpldcpu2013-12-157-295/+2
| |
* | don't exit bootloader with clean memorycpldcpu2013-12-153-25/+24
| |
* | C99 typescpldcpu2013-12-151-8/+8
| |
* | restructure, optimizations by shay #1cpldcpu2013-12-152-25/+33
| | | | | | | | -> use register for events
* | roadmapcpldcpu2013-12-151-0/+26
|/
* Release notes, hex files and readmecpldcpu2013-12-155-8/+259
|
* more cleaning upcpldcpu2013-12-1511-1299/+8
|
* Source clean upcpldcpu2013-12-071-140/+40
| | | | | | -inlining all function that are only called once -sei/cli without memory barrier - size optimizations
* init stackpointcpldcpu2013-12-071-3/+8
|
* custom crt, remove tiny85flashinit, UNTESTEDcpldcpu2013-12-063-9/+113
|
* usbfunctionread hexcpldcpu2013-12-061-0/+126
|
* faster polling hexcpldcpu2013-12-061-0/+124
|
* interim endpoint hexcpldcpu2013-12-061-0/+130
|
* removed redundant code - untestedcpldcpu2013-12-011-34/+20
|
* hexfile with usb device name setcpldcpu2013-11-301-0/+130
|
* Move Usbinit, using wdt nowcpldcpu2013-11-273-4/+137
| | | | make micronucleus more similar to littlewire
* fixed hexfilecpldcpu2013-11-251-126/+126
|
* Disablescpldcpu2013-11-255-3/+391
|
* release notescpldcpu2013-11-251-1/+1
|
* update version numbercpldcpu2013-11-251-3/+3
|
* Update release notes for 1.10 RC1cpldcpu2013-11-253-0/+20
|