| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
| * | commandline: update windows build | cpldcpu | 2013-12-17 | 1 | -0/+0 |
| * | commandline: no functional change - style conformance | Bluebie | 2013-12-18 | 1 | -5/+2 |
| * | commandline: fixes --erase-only so it actually works | Bluebie | 2013-12-18 | 1 | -10/+1 |
| * | commandline: Update windows build | cpldcpu | 2013-12-17 | 1 | -0/+0 |
| * | Merge pull request #39 from sodabrew/commandline_warnings | Tim | 2013-12-17 | 3 | -75/+90 |
| |\ |
|
| | * | commandline: Makefile use shell assignments to execute once | Aaron Stone | 2013-12-17 | 1 | -6/+6 |
| | * | commandline: whitespace | Aaron Stone | 2013-12-17 | 2 | -59/+71 |
| | * | commandline: use C automatic stringification | Aaron Stone | 2013-12-17 | 1 | -4/+6 |
| | * | commandline: silence a warning since this is used correctly | Aaron Stone | 2013-12-17 | 1 | -1/+1 |
| | * | commandline: pretty sure this should be a comparison not an assignment | Aaron Stone | 2013-12-17 | 1 | -1/+1 |
| | * | commandline: resolve three warnings | Aaron Stone | 2013-12-17 | 1 | -4/+5 |
| |/ |
|
| * | firmware: bootloader will only exit when program was loaded | cpldcpu | 2013-12-17 | 1 | -26/+30 |
| * | commandline: Removed hex files that don't belong here? | cpldcpu | 2013-12-17 | 2 | -529/+0 |
| * | commandline: removed out-of-date mac build | cpldcpu | 2013-12-17 | 1 | -0/+0 |
| * | commandline: added --erase-only to micronucleus | cpldcpu | 2013-12-17 | 2 | -32/+45 |
| * | Merge remote-tracking branch 'origin/master' into testing | cpldcpu | 2013-12-17 | 1 | -0/+11 |
| |\
| |/
|/| |
|
* | | Update Contributing.txtv1.10 | Tim | 2013-12-17 | 1 | -0/+11 |
| * | v1.10: Merging changes into testing | cpldcpu | 2013-12-17 | 13 | -29/+443 |
| |\
| |/
|/| |
|
* | | commandline: readme.. My brain is bad today. no functional changes, just styl... | Bluebie | 2013-12-17 | 1 | -1/+6 |
* | | commandline: no functional changes - getting rid of tab chars | Bluebie | 2013-12-17 | 1 | -1/+1 |
* | | commandline: no functional changes - improved readme info on configuring linu... | Bluebie | 2013-12-17 | 2 | -3/+20 |
* | | Contributing info - read this before you commit stuff to git! | Bluebie | 2013-12-17 | 1 | -0/+13 |
* | | Proposed code style guide! | Bluebie | 2013-12-17 | 1 | -0/+37 |
* | | commandline: style stuff, no functional changes | Bluebie | 2013-12-17 | 2 | -12/+12 |
* | | firmware: style fix - use spaces for indentation | Bluebie | 2013-12-17 | 1 | -18/+18 |
* | | upgrade: added 1.10 release candidate builds | Bluebie | 2013-12-16 | 3 | -6/+343 |
* | | upgrade: compatible with newer versions of AVR-GCC | Bluebie | 2013-12-16 | 1 | -0/+1 |
* | | upgrade: hacked to work with new preinitialized firmwares | Bluebie | 2013-12-16 | 1 | -5/+10 |
* | | renamed LEDonPB1 release to fit established naming convention | Bluebie | 2013-12-16 | 1 | -0/+0 |
* | | clarify user space | Tim | 2013-12-15 | 1 | -2/+1 |
* | | Merge pull request #32 from micronucleus/testing | Tim | 2013-12-14 | 32 | -399/+1089 |
|\ \ |
|
| | * | 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 |
| | * | update gitignore | cpldcpu | 2013-12-16 | 1 | -2/+1 |
| | * | firmware: fix condition for EXECUTE | cpldcpu | 2013-12-16 | 1 | -1/+1 |
| | * | 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 |
| | * | roadmap | cpldcpu | 2013-12-15 | 1 | -0/+26 |
| |/ |
|
| * | markdown breaks everything! changed back to txt | cpldcpu | 2013-12-15 | 1 | -5/+5 |
| * | Release notes, hex files and readme | cpldcpu | 2013-12-15 | 6 | -21/+275 |
| * | more cleaning up | cpldcpu | 2013-12-15 | 12 | -1299/+9 |