Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #ENABLE_UNSAFE_OPTIMIZATIONS | cpldcpu | 2015-01-12 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | 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: far jmp support in crt1.s | cpldcpu | 2014-02-18 | 1 | -0/+5 |
| | |||||
* | firmware: Crt1.s only needs reset vector. | cpldcpu | 2014-01-05 | 1 | -1/+5 |
| | |||||
* | firmware: Removed trampoline and INT patching | cpldcpu | 2014-01-05 | 1 | -9/+2 |
| | |||||
* | init stackpoint | cpldcpu | 2013-12-07 | 1 | -3/+8 |
| | |||||
* | custom crt, remove tiny85flashinit, UNTESTED | cpldcpu | 2013-12-06 | 1 | -0/+102 |