Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expanded tabs for previous commit | Shay Green | 2014-07-14 | 1 | -10/+10 |
| | |||||
* | firmware: osccalASM.S fixed to tolerate USB traffic, e.g. when on hub | Shay Green | 2014-07-14 | 1 | -0/+18 |
| | |||||
* | firmware: Stored OSCCAL can now be used by userprogram | cpldcpu | 2014-07-03 | 1 | -14/+14 |
| | |||||
* | firmware: Upload configuration files for new OSCCAL | cpldcpu | 2014-06-22 | 5 | -45/+51 |
| | |||||
* | firmware: Changed handling of OSCCAL calibration | cpldcpu | 2014-06-22 | 1 | -19/+21 |
| | | | | | | If the calibrated OSCAL was saved during programming it will be reloaded before starting the bootloader, regardless whether it was entered or not. This allows calibrating devices without PLL to 12 MHz. | ||||
* | firmware: Slow down AVRDUDE in makefile | cpldcpu | 2014-06-22 | 1 | -5/+5 |
| | |||||
* | firmware: Fix loophole in protocol | cpldcpu | 2014-06-22 | 1 | -1/+1 |
| | | | | | This fix prevents the host program from issuing page writes without transferring data first. | ||||
* | firmware: Added signature to configurationreply | cpldcpu | 2014-05-01 | 1 | -4/+8 |
| | |||||
* | firmware: config update t841,t85 | cpldcpu | 2014-03-16 | 5 | -20/+39 |
| | |||||
* | firmware: attiny 84 config | cpldcpu | 2014-03-16 | 2 | -0/+327 |
| | |||||
* | firmware: attiny 167 config | cpldcpu | 2014-03-16 | 2 | -0/+295 |
| | |||||
* | firmware: reduce usbasp write speed | cpldcpu | 2014-03-16 | 1 | -5/+5 |
| | |||||
* | firmware: ATtiny841- write time configuration | cpldcpu | 2014-03-16 | 1 | -3/+2 |
| | |||||
* | firmware: ATtiny841 - proper page erasing | cpldcpu | 2014-03-16 | 2 | -19/+15 |
| | |||||
* | firmware: page erase timing modification for ATtiny841 | cpldcpu | 2014-03-16 | 1 | -2/+4 |
| | |||||
* | firmware: Attiny841 first working config | cpldcpu | 2014-03-16 | 6 | -42/+62 |
| | |||||
* | firmware: adding ATtiny841 | cpldcpu | 2014-03-16 | 3 | -3/+320 |
| | |||||
* | firmware: makefile clean up | cpldcpu | 2014-03-16 | 1 | -10/+8 |
| | |||||
* | firmware: Added configuration folders | cpldcpu | 2014-03-16 | 5 | -155/+390 |
| | |||||
* | firmware: added WDR | cpldcpu | 2014-03-13 | 1 | -1/+4 |
| | |||||
* | firmware: Simplified memory corruption mechanism | cpldcpu | 2014-03-07 | 1 | -43/+18 |
| | |||||
* | firmware: move device configureation to header file | cpldcpu | 2014-03-06 | 2 | -6/+11 |
| | |||||
* | firmware: Extend timeout with any USB traffic, set timeout to 6s | cpldcpu | 2014-03-06 | 2 | -4/+3 |
| | | | | fixed weird bug with USB3.0 hub where MN is only recognized after 5s | ||||
* | firmware: dont test for 00 in store calibration. | cpldcpu | 2014-02-21 | 1 | -1/+1 |
| | | | | | This is an impossible combination and will never occur, so no testing is needed. Saves 4 bytes. | ||||
* | firmware: clean up configuration file | cpldcpu | 2014-02-21 | 2 | -146/+95 |
| | |||||
* | firmware: Fix USB error during --run | cpldcpu | 2014-02-21 | 1 | -3/+6 |
| | | | | | | firmware will wait for 5ms after reception of last packet before exiting to user program. This prevents collisions with the last ACK from host PC. | ||||
* | firmware: increase led speed | cpldcpu | 2014-02-20 | 2 | -3/+3 |
| | |||||
* | firmware: fixed LED | cpldcpu | 2014-02-20 | 2 | -4/+5 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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 | 2 | -1/+185 |
| | |||||
* | firmware: roadmap update | cpldcpu | 2014-01-25 | 1 | -12/+5 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into testing-V2-New | cpldcpu | 2014-01-15 | 3 | -241/+3 |
|\ | | | | | | | | | Conflicts: commandline/builds/Windows/micronucleus.exe | ||||
| * | 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: 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 |
| | |