Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | |||||
* | | | 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 |
| |/ |/| | |||||
* | | 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 |
| | | |||||
* | | 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 | ||||
* | | init stackpoint | cpldcpu | 2013-12-07 | 1 | -3/+8 |
| | | |||||
* | | custom crt, remove tiny85flashinit, UNTESTED | cpldcpu | 2013-12-06 | 3 | -9/+113 |
| | | |||||
* | | usbfunctionread hex | cpldcpu | 2013-12-06 | 1 | -0/+126 |
| | | |||||
* | | faster polling hex | cpldcpu | 2013-12-06 | 1 | -0/+124 |
| | | |||||
* | | interim endpoint hex | cpldcpu | 2013-12-06 | 1 | -0/+130 |
| | |