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 |
| | |||||
* | Merge pull request #51 from gkrnours/testing-V2-New | Tim | 2014-07-14 | 1 | -0/+5 |
|\ | | | | | Support OpenBSD | ||||
| * | Support OpenBSD | Coues Ludovic | 2014-07-10 | 1 | -0/+5 |
|/ | |||||
* | 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. | ||||
* | commandline: Added signature to configurationreply | cpldcpu | 2014-05-01 | 4 | -25/+52 |
| | |||||
* | 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 |
| | |||||
* | commandline: fixed fast mode | cpldcpu | 2014-03-16 | 2 | -9/+9 |
| | |||||
* | commandline: Display correct help for windows | cpldcpu | 2014-03-16 | 1 | -2/+2 |
| | |||||
* | command: remove exe from main | cpldcpu | 2014-03-16 | 1 | -0/+0 |
| | |||||
* | firmware: ATtiny841- write time configuration | cpldcpu | 2014-03-16 | 1 | -3/+2 |
| | |||||
* | commandline: Update to 2.0a4 to accomodate for new device configuration ↵ | cpldcpu | 2014-03-16 | 4 | -10/+22 |
| | | | | reply for attiny841 | ||||
* | 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 |
| | |||||
* | commandline: Added patching of jmp to bootloader | cpldcpu | 2014-03-06 | 2 | -1/+17 |
| | |||||
* | 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 | ||||
* | commandline: Fix up that may have caused to patch two pages | cpldcpu | 2014-03-06 | 2 | -2/+5 |
| | |||||
* | 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 | 3 | -3/+3 |
| | |||||
* | firmware: fixed LED | cpldcpu | 2014-02-20 | 2 | -4/+5 |
| | |||||
* | 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 |
| |