summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Merge pull request #53 from gblargg/testing-V2-NewTim2014-07-151-0/+18
| |\ | | | | | | Fix osccalASM.S to work when connected to hub
| | * Expanded tabs for previous commitShay Green2014-07-141-10/+10
| | |
| | * firmware: osccalASM.S fixed to tolerate USB traffic, e.g. when on hubShay Green2014-07-141-0/+18
| | |
| * | firmware: Fix corruption of USB pins when bootloader is not activatedcpldcpu2014-07-141-5/+5
| |/ | | | | | | see: https://github.com/micronucleus/micronucleus/issues/52
| * Merge pull request #51 from gkrnours/testing-V2-NewTim2014-07-141-0/+5
| |\ | | | | | | Support OpenBSD
| | * Support OpenBSDCoues Ludovic2014-07-101-0/+5
| |/
| * firmware: Stored OSCCAL can now be used by userprogramcpldcpu2014-07-031-14/+14
| |
| * firmware: Upload configuration files for new OSCCALcpldcpu2014-06-225-45/+51
| |
| * firmware: Changed handling of OSCCAL calibrationcpldcpu2014-06-221-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 makefilecpldcpu2014-06-221-5/+5
| |
| * firmware: Fix loophole in protocolcpldcpu2014-06-221-1/+1
| | | | | | | | | | This fix prevents the host program from issuing page writes without transferring data first.
| * commandline: Added signature to configurationreplycpldcpu2014-05-014-25/+52
| |
| * firmware: Added signature to configurationreplycpldcpu2014-05-011-4/+8
| |
| * firmware: config update t841,t85cpldcpu2014-03-165-20/+39
| |
| * firmware: attiny 84 configcpldcpu2014-03-162-0/+327
| |
| * firmware: attiny 167 configcpldcpu2014-03-162-0/+295
| |
| * firmware: reduce usbasp write speedcpldcpu2014-03-161-5/+5
| |
| * commandline: fixed fast modecpldcpu2014-03-162-9/+9
| |
| * commandline: Display correct help for windowscpldcpu2014-03-161-2/+2
| |
| * command: remove exe from maincpldcpu2014-03-161-0/+0
| |
| * firmware: ATtiny841- write time configurationcpldcpu2014-03-161-3/+2
| |
| * commandline: Update to 2.0a4 to accomodate for new device configuration ↵cpldcpu2014-03-164-10/+22
| | | | | | | | reply for attiny841
| * firmware: ATtiny841 - proper page erasingcpldcpu2014-03-162-19/+15
| |
| * firmware: page erase timing modification for ATtiny841cpldcpu2014-03-161-2/+4
| |
| * firmware: Attiny841 first working configcpldcpu2014-03-166-42/+62
| |
| * firmware: adding ATtiny841cpldcpu2014-03-163-3/+320
| |
| * firmware: makefile clean upcpldcpu2014-03-161-10/+8
| |
| * firmware: Added configuration folderscpldcpu2014-03-165-155/+390
| |
| * firmware: added WDRcpldcpu2014-03-131-1/+4
| |
| * firmware: Simplified memory corruption mechanismcpldcpu2014-03-071-43/+18
| |
| * firmware: move device configureation to header filecpldcpu2014-03-062-6/+11
| |
| * commandline: Added patching of jmp to bootloadercpldcpu2014-03-062-1/+17
| |
| * firmware: Extend timeout with any USB traffic, set timeout to 6scpldcpu2014-03-062-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 pagescpldcpu2014-03-062-2/+5
| |
| * firmware: dont test for 00 in store calibration.cpldcpu2014-02-211-1/+1
| | | | | | | | | | This is an impossible combination and will never occur, so no testing is needed. Saves 4 bytes.
| * firmware: clean up configuration filecpldcpu2014-02-212-146/+95
| |
| * firmware: Fix USB error during --runcpldcpu2014-02-211-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 speedcpldcpu2014-02-203-3/+3
| |
| * firmware: fixed LEDcpldcpu2014-02-202-4/+5
| |
| * commandline: update buildscpldcpu2014-02-182-0/+0
| |
| * firmware: clarify size outputcpldcpu2014-02-181-1/+4
| |
| * firmware: suppress warning about unused flags variable in usbdrv.ccpldcpu2014-02-181-0/+2
| |
| * firmware: far jmp support for reset vector patchingcpldcpu2014-02-181-1/+13
| |
| * firmware: far jmp support in crt1.scpldcpu2014-02-181-0/+5
| |
| * commandline: update helpcpldcpu2014-02-181-1/+5
| |
| * commandline: update versioncpldcpu2014-02-181-1/+1
| |
| * commandline: --no-ansi is default under windows. Ansi does not workcpldcpu2014-02-181-6/+6
| |
| * firmware: update reset offset to -4cpldcpu2014-02-181-1/+1
| |
| * firmware: Adjusted tinyvectottablesize to support far jmpcpldcpu2014-02-181-3/+3
| |
| * commandline: far jmp supportcpldcpu2014-02-181-8/+32
| |