Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | firmware: usbdrv.c bug | cpldcpu | 2015-06-06 | 1 | -1/+1 |
| | |||||
* | Update Readme.txt | Tim | 2015-06-06 | 1 | -2/+2 |
| | |||||
* | Merge pull request #43 from micronucleus/testing-V2-New | Tim | 2015-06-06 | 109 | -5652/+4100 |
|\ | | | | | First release of V2.0 to master. | ||||
| * | Merge branch 'master' into testing-V2-New | cpldcpu | 2015-06-06 | 0 | -0/+0 |
| |\ | |/ |/| | | | | | | | Conflicts: firmware/releases/release notes.txt upgrade/readme.txt | ||||
* | | Merge pull request #60 from jej/patch-2v1.11 | Tim | 2015-04-16 | 1 | -3/+3 |
|\ \ | | | | | | | Typo fix | ||||
| * | | Typo fix | Jej | 2015-04-15 | 1 | -3/+3 |
|/ / | |||||
* | | Merge pull request #59 from nfriedly/patch-1 | Jenna Fox | 2015-04-12 | 1 | -0/+9 |
|\ \ | | | | | | | Adding prerequesits | ||||
| * | | Adding prerequesits | Nathan Friedly | 2015-01-31 | 1 | -0/+9 |
|/ / | | | | | libusb ruby gem and some way of getting avr-gcc | ||||
* | | Delete Roadmap.txt | Tim | 2014-01-19 | 1 | -29/+0 |
| | | |||||
| * | firmware: config sync | cpldcpu | 2015-06-06 | 2 | -4/+21 |
| | | |||||
| * | readme | cpldcpu | 2015-06-06 | 1 | -1/+2 |
| | | |||||
| * | Devices with Micronucleus | cpldcpu | 2015-06-06 | 2 | -4/+31 |
| | | |||||
| * | readme: Found the spellchecker! | cpldcpu | 2015-06-06 | 1 | -11/+12 |
| | | |||||
| * | readme | cpldcpu | 2015-06-06 | 1 | -9/+13 |
| | | |||||
| * | update of readme. | cpldcpu | 2015-06-06 | 1 | -14/+19 |
| | | |||||
| * | update readme | cpldcpu | 2015-06-06 | 1 | -28/+93 |
| | | |||||
| * | 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 |
| | |