Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 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 warnings | ||||
| * | commandline: Makefile use shell assignments to execute once | Aaron Stone | 2013-12-17 | 1 | -6/+6 |
| | | | | | | | | | | Backticks in the variables would execute at each invocation. With Macports, libusb 0.x config is called libusb-legacy-config. | ||||
| * | 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 ↵ | Bluebie | 2013-12-17 | 1 | -1/+6 |
| | | | | | | | | style stuff | ||||
| * | 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 ↵ | Bluebie | 2013-12-17 | 2 | -3/+20 |
| | | | | | | | | linux to not require root access, and included udev rules file - thanks @sodabrew! | ||||
| * | 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 |
| | | | | | | | | Discussion happening at https://github.com/micronucleus/micronucleus/pull/32 | ||||
| * | 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 |
| |\ | | | | | | | 1.10 Release | ||||
* | | | 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 | ||||
* | | | update gitignore | cpldcpu | 2013-12-16 | 1 | -2/+1 |
| | | | |||||
* | | | 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 |
| | | |