summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | 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
| |
| * 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
| |