summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #66 from micronucleus/Testing-V2.1v2.0bTim2015-07-2614-468/+488
|\ | | | | Pull request for V2.1
| * updated reasmecpldcpu2015-07-261-11/+15
| |
| * firmware: hex filescpldcpu2015-07-269-420/+425
| |
| * firmware: Use fast CRC when cpu clock is below 16MHz to fix USB3.0 port ↵cpldcpu2015-07-261-1/+12
| | | | | | | | timeouts.
| * firmware: Fix D+ noise sensitivity issuecpldcpu2015-07-261-11/+12
| |
| * firmware: Add size optimized fast CRC by @gblarggcpldcpu2015-07-261-24/+23
| |
| * firmware: minor typocpldcpu2015-07-261-1/+1
|/
* firmware: Fix configuration for ATtiny1672.0bcpldcpu2015-06-153-95/+97
|
* Update Readme.txtTim2015-06-081-8/+5
|
* commandline: file does not belong hereTim2015-06-061-0/+0
|
* added more devicescpldcpu2015-06-061-0/+6
|
* firmware: usbdrv.c bugcpldcpu2015-06-061-1/+1
|
* Update Readme.txtTim2015-06-061-2/+2
|
* Merge pull request #43 from micronucleus/testing-V2-NewTim2015-06-06109-5652/+4100
|\ | | | | First release of V2.0 to master.
| * Merge branch 'master' into testing-V2-Newcpldcpu2015-06-060-0/+0
| |\ | |/ |/| | | | | | | Conflicts: firmware/releases/release notes.txt upgrade/readme.txt
* | Merge pull request #60 from jej/patch-2v1.11Tim2015-04-161-3/+3
|\ \ | | | | | | Typo fix
| * | Typo fixJej2015-04-151-3/+3
|/ /
* | Merge pull request #59 from nfriedly/patch-1Jenna Fox2015-04-121-0/+9
|\ \ | | | | | | Adding prerequesits
| * | Adding prerequesitsNathan Friedly2015-01-311-0/+9
|/ / | | | | libusb ruby gem and some way of getting avr-gcc
* | Delete Roadmap.txtTim2014-01-191-29/+0
| |
| * firmware: config synccpldcpu2015-06-062-4/+21
| |
| * readmecpldcpu2015-06-061-1/+2
| |
| * Devices with Micronucleuscpldcpu2015-06-062-4/+31
| |
| * readme: Found the spellchecker!cpldcpu2015-06-061-11/+12
| |
| * readmecpldcpu2015-06-061-9/+13
| |
| * update of readme.cpldcpu2015-06-061-14/+19
| |
| * update readmecpldcpu2015-06-061-28/+93
| |
| * firmware: add hex filescpldcpu2015-06-066-0/+585
| |
| * cleanup: remove old releases, roadmapcpldcpu2015-06-0617-2229/+0
| |
| * cleanup: Unpacking windows driverscpldcpu2015-06-0632-0/+878
| |
| * cleanup: Temporarily removed ruby and uploadcpldcpu2015-06-0624-2902/+0
| |
| * firmware: added OSCCAL_SLOW_PROGRAMMINGcpldcpu2015-05-303-2/+19
| |
| * firmware: Nanite841 config updatecpldcpu2015-05-302-3/+3
| |
| * firmware: emit error when auto_exit_ms is too lowcpldcpu2015-04-182-1/+5
| |
| * commandline: Fixed assert when device was unresponsivecpldcpu2015-03-153-1/+9
| |
| * firmware: added Attiny841 configurationscpldcpu2015-02-084-3/+330
| |
| * firmware: Fixed bug with osccal_restorecpldcpu2015-02-081-1/+1
| |
| * commandline: Updated execpldcpu2015-01-121-0/+0
| |
| * firmware: config file updatecpldcpu2015-01-121-1/+1
| |
| * #ENABLE_UNSAFE_OPTIMIZATIONScpldcpu2015-01-126-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 upcpldcpu2014-07-271-10/+0
| |
| * commandline: fixed assertcpldcpu2014-07-271-1/+1
| | | | | | | | devicereply can be 6 bytes in latest version.
| * 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
| |