Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #ENABLE_UNSAFE_OPTIMIZATIONS | cpldcpu | 2015-01-12 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | 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. | ||||
* | 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: Attiny841 first working config | cpldcpu | 2014-03-16 | 1 | -9/+21 |
| | |||||
* | firmware: added OSCCAL_HAVE_XTAL | cpldcpu | 2014-02-02 | 1 | -1/+3 |
| | |||||
* | small fixed | cpldcpu | 2014-02-02 | 1 | -0/+3 |
| | |||||
* | firmware: first working version with polled usb | cpldcpu | 2014-01-05 | 1 | -30/+40 |
| | |||||
* | just log current state | cpldcpu | 2014-01-04 | 1 | -8/+14 |
| | |||||
* | clean up osccal | cpldcpu | 2013-12-15 | 1 | -0/+228 |