Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typo fix | Jej | 2015-04-15 | 1 | -3/+3 |
| | |||||
* | Delete Roadmap.txt | Tim | 2014-01-19 | 1 | -29/+0 |
| | |||||
* | 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: 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 |
| | |||||
* | firmware: clean up entrymode | cpldcpu | 2013-12-28 | 2 | -80/+85 |
| | |||||
* | firmware: clean up LED code | cpldcpu | 2013-12-28 | 2 | -38/+39 |
| | |||||
* | firmware: move increment idlePolls to main again | cpldcpu | 2013-12-28 | 2 | -5/+4 |
| | |||||
* | firmware: we do not want function definition in a header file anyways | cpldcpu | 2013-12-28 | 1 | -6/+0 |
| | |||||
* | firmware: de-clutter bootloaderconfig | cpldcpu | 2013-12-28 | 1 | -89/+25 |
| | |||||
* | firmware: delete nync-cat.bin | cpldcpu | 2013-12-28 | 1 | -0/+0 |
| | |||||
* | 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 |
| | |||||
* | v1.10: Merging changes into testing | cpldcpu | 2013-12-17 | 1 | -0/+0 |
|\ | |||||
| * | firmware: style fix - use spaces for indentation | Bluebie | 2013-12-17 | 1 | -18/+18 |
| | | |||||
| * | renamed LEDonPB1 release to fit established naming convention | Bluebie | 2013-12-16 | 1 | -0/+0 |
| | | |||||
* | | firmware: remove o-file from repository | cpldcpu | 2013-12-17 | 1 | -0/+0 |
| | | |||||
* | | firmware: Clean buffer at begin of write | cpldcpu | 2013-12-16 | 2 | -5/+5 |
| | | | | | | | | improve robustness | ||||
* | | firmware: fix condition for EXECUTE | cpldcpu | 2013-12-16 | 1 | -1/+1 |
| | | | | | | | | read high byte of user programm reset vector | ||||
* | | clean up osccal | cpldcpu | 2013-12-15 | 7 | -295/+2 |
| | | |||||
* | | don't exit bootloader with clean memory | cpldcpu | 2013-12-15 | 3 | -25/+24 |
| | | |||||
* | | C99 types | cpldcpu | 2013-12-15 | 1 | -8/+8 |
| | | |||||
* | | restructure, optimizations by shay #1 | cpldcpu | 2013-12-15 | 2 | -25/+33 |
| | | | | | | | | -> use register for events | ||||
* | | roadmap | cpldcpu | 2013-12-15 | 1 | -0/+26 |
|/ | |||||
* | Release notes, hex files and readme | cpldcpu | 2013-12-15 | 5 | -8/+259 |
| | |||||
* | more cleaning up | cpldcpu | 2013-12-15 | 11 | -1299/+8 |
| | |||||
* | Source clean up | cpldcpu | 2013-12-07 | 1 | -140/+40 |
| | | | | | | -inlining all function that are only called once -sei/cli without memory barrier - size optimizations |