Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commandline: update builds | cpldcpu | 2014-02-18 | 2 | -0/+0 |
| | |||||
* | firmware: clarify size output | cpldcpu | 2014-02-18 | 1 | -1/+4 |
| | |||||
* | firmware: suppress warning about unused flags variable in usbdrv.c | cpldcpu | 2014-02-18 | 1 | -0/+2 |
| | |||||
* | firmware: far jmp support for reset vector patching | cpldcpu | 2014-02-18 | 1 | -1/+13 |
| | |||||
* | firmware: far jmp support in crt1.s | cpldcpu | 2014-02-18 | 1 | -0/+5 |
| | |||||
* | commandline: update help | cpldcpu | 2014-02-18 | 1 | -1/+5 |
| | |||||
* | commandline: update version | cpldcpu | 2014-02-18 | 1 | -1/+1 |
| | |||||
* | commandline: --no-ansi is default under windows. Ansi does not work | cpldcpu | 2014-02-18 | 1 | -6/+6 |
| | |||||
* | firmware: update reset offset to -4 | cpldcpu | 2014-02-18 | 1 | -1/+1 |
| | |||||
* | firmware: Adjusted tinyvectottablesize to support far jmp | cpldcpu | 2014-02-18 | 1 | -3/+3 |
| | |||||
* | commandline: far jmp support | cpldcpu | 2014-02-18 | 1 | -8/+32 |
| | |||||
* | firmware: removed debugging output, clean up logic | cpldcpu | 2014-02-03 | 1 | -32/+21 |
| | |||||
* | firmware: added OSCCAL_HAVE_XTAL | cpldcpu | 2014-02-02 | 3 | -5/+14 |
| | |||||
* | firmeware: clean up usb driver | cpldcpu | 2014-02-02 | 1 | -38/+20 |
| | |||||
* | firmware: revert usbdriver to original code | cpldcpu | 2014-02-02 | 1 | -11/+6 |
| | |||||
* | small fixed | cpldcpu | 2014-02-02 | 2 | -2/+3 |
| | |||||
* | firmware: first steps to integrated upgrade | cpldcpu | 2014-01-25 | 3 | -1/+186 |
| | |||||
* | firmware: roadmap update | cpldcpu | 2014-01-25 | 1 | -12/+5 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into testing-V2-New | cpldcpu | 2014-01-15 | 13 | -262/+697 |
|\ | | | | | | | | | Conflicts: commandline/builds/Windows/micronucleus.exe | ||||
| * | Merge pull request #34 from micronucleus/testing | Tim | 2014-01-14 | 30 | -1452/+1750 |
| |\ | | | | | | | v1.11 - pull request | ||||
| | * | readme.txt - formatting | Tim | 2014-01-15 | 1 | -4/+9 |
| | | | |||||
| | * | Make readme.txt a bit shorter | Tim | 2014-01-15 | 1 | -7/+1 |
| | | | |||||
| | * | upgrade: readme update | Bluebie | 2014-01-15 | 1 | -8/+8 |
| | | | |||||
| | * | Update Readme.txt | Tim | 2014-01-14 | 1 | -1/+2 |
| | | | |||||
| | * | Merge pull request #42 from sodabrew/testing | Tim | 2014-01-14 | 2 | -2/+8 |
| | |\ | | | | | | | | | Commandline tool build for OS X | ||||
| | | * | commandline: Add static fat binary for OS X | Aaron Stone | 2014-01-14 | 1 | -0/+0 |
| | | | | |||||
| | | * | commandline: Update Makefile for OS X | Aaron Stone | 2014-01-14 | 1 | -2/+8 |
| | |/ | |||||
| | * | firmware: Removed class-ff binaries as they did not improve anything | cpldcpu | 2014-01-14 | 2 | -282/+0 |
| | | | |||||
| | * | commandline: Add cast to prevent warning | cpldcpu | 2014-01-14 | 2 | -1/+1 |
| | | | |||||
| | * | upgrade: included 1.11 releases | Bluebie | 2014-01-14 | 5 | -0/+824 |
| | | | |||||
| | * | Merge branch 'master' of github.com:micronucleus/micronucleus | Bluebie | 2014-01-14 | 0 | -0/+0 |
| | |\ | | |/ | |/| | |||||
| * | | Delete nyan-cat.bin | Tim | 2013-12-28 | 1 | -0/+0 |
| | | | | | | | | | What was it doing here anyways? | ||||
| | * | firmware: release 1.11 filename typo - renamed | Bluebie | 2014-01-14 | 1 | -0/+0 |
| | | | |||||
| | * | Update Readme.txt | Tim | 2014-01-13 | 1 | -3/+10 |
| | | | |||||
| | * | 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: single buffer usb | cpldcpu | 2014-01-06 | 3 | -24/+35 |
| | | | | | | | | | | | | 1578 bytes, yay.. | ||||
* | | | firmware: readded timout-loop | cpldcpu | 2014-01-06 | 1 | -23/+40 |
| | | | |||||
* | | | firmware: clean up | cpldcpu | 2014-01-05 | 1 | -75/+75 |
| | | | |||||
* | | | firmware: clean up of main.c | cpldcpu | 2014-01-05 | 1 | -29/+34 |
| | | | |||||
* | | | firmware: fix a timing bug in the usb driver | cpldcpu | 2014-01-05 | 1 | -2/+35 |
| | | | | | | | | | | | | SETUP/DATA timed out under Linux | ||||
* | | | firmware: size optimization of usb driver | cpldcpu | 2014-01-05 | 2 | -21/+54 |
| | | | | | | | | | | | | | | | | | | | | | - removed code for replies from SRAM. The new protocol does not need this - only use zero initialized global variables to avoid having a data section | ||||
* | | | firmware: Crt1.s only needs reset vector. | cpldcpu | 2014-01-05 | 1 | -1/+5 |
| | | | |||||
* | | | commandline: Support for new v2 transmission protocol | cpldcpu | 2014-01-05 | 3 | -122/+135 |
| | | | | | | | | | | | | | | | | | | | | | The block transfer is now done in the address and indexfield of a setup-packet to save a lot of memory in the firmware: This requires twice the number of transmissions, but is effectively faster due to less bus congestion and resends. | ||||
* | | | firmware: reset vector patching in commandline tool | cpldcpu | 2014-01-05 | 2 | -44/+22 |
| | | | |||||
* | | | commandline: reset vector patching in commandline tool | cpldcpu | 2014-01-05 | 3 | -18/+58 |
| | | | |||||
* | | | firmware: Removed trampoline and INT patching | cpldcpu | 2014-01-05 | 4 | -79/+56 |
| | | | |||||
* | | | commandline: change usb requests to "out" if no data is requested | cpldcpu | 2014-01-05 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | zero sized "In" requests require more handshaking, but do not add more error checking or more security. | ||||
* | | | firmware: cleaning up | cpldcpu | 2014-01-05 | 1 | -73/+8 |
| | | | |||||
* | | | firmware: first working version with polled usb | cpldcpu | 2014-01-05 | 5 | -56/+105 |
| | | |