Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | firmware: add hex files | cpldcpu | 2015-06-06 | 6 | -0/+585 |
| | |||||
* | cleanup: remove old releases, roadmap | cpldcpu | 2015-06-06 | 17 | -2229/+0 |
| | |||||
* | cleanup: Unpacking windows drivers | cpldcpu | 2015-06-06 | 32 | -0/+878 |
| | |||||
* | cleanup: Temporarily removed ruby and upload | cpldcpu | 2015-06-06 | 24 | -2902/+0 |
| | |||||
* | firmware: added OSCCAL_SLOW_PROGRAMMING | cpldcpu | 2015-05-30 | 3 | -2/+19 |
| | |||||
* | firmware: Nanite841 config update | cpldcpu | 2015-05-30 | 2 | -3/+3 |
| | |||||
* | firmware: emit error when auto_exit_ms is too low | cpldcpu | 2015-04-18 | 2 | -1/+5 |
| | |||||
* | commandline: Fixed assert when device was unresponsive | cpldcpu | 2015-03-15 | 3 | -1/+9 |
| | |||||
* | firmware: added Attiny841 configurations | cpldcpu | 2015-02-08 | 4 | -3/+330 |
| | |||||
* | firmware: Fixed bug with osccal_restore | cpldcpu | 2015-02-08 | 1 | -1/+1 |
| | |||||
* | commandline: Updated exe | cpldcpu | 2015-01-12 | 1 | -0/+0 |
| | |||||
* | firmware: config file update | cpldcpu | 2015-01-12 | 1 | -1/+1 |
| | |||||
* | #ENABLE_UNSAFE_OPTIMIZATIONS | cpldcpu | 2015-01-12 | 6 | -10/+28 |
| | | | | | | | | | | | | | | | Added new global flag to enable unsafe optimizations: This will disable several safety features in microncleus to save around 40 more bytes Disabled features: * Stack pointer and SREG initialization in CRT * Client side reset vector patching * USB collision detection. Micronucleus will not work reliability with hubs if this is disabled. See t85_aggressive configuration for usage examples. | ||||
* | firmware: code clean up | cpldcpu | 2014-07-27 | 1 | -10/+0 |
| | |||||
* | commandline: fixed assert | cpldcpu | 2014-07-27 | 1 | -1/+1 |
| | | | | devicereply can be 6 bytes in latest version. | ||||
* | Merge pull request #53 from gblargg/testing-V2-New | Tim | 2014-07-15 | 1 | -0/+18 |
|\ | | | | | Fix osccalASM.S to work when connected to hub | ||||
| * | 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: Fix corruption of USB pins when bootloader is not activated | cpldcpu | 2014-07-14 | 1 | -5/+5 |
|/ | | | | see: https://github.com/micronucleus/micronucleus/issues/52 | ||||
* | 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. |