Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #ENABLE_UNSAFE_OPTIMIZATIONS | cpldcpu | 2015-01-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | 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: Slow down AVRDUDE in makefile | cpldcpu | 2014-06-22 | 1 | -5/+5 |
| | |||||
* | firmware: reduce usbasp write speed | cpldcpu | 2014-03-16 | 1 | -5/+5 |
| | |||||
* | firmware: adding ATtiny841 | cpldcpu | 2014-03-16 | 1 | -3/+5 |
| | |||||
* | firmware: makefile clean up | cpldcpu | 2014-03-16 | 1 | -10/+8 |
| | |||||
* | firmware: Added configuration folders | cpldcpu | 2014-03-16 | 1 | -153/+11 |
| | |||||
* | firmware: increase led speed | cpldcpu | 2014-02-20 | 1 | -1/+1 |
| | |||||
* | firmware: clarify size output | cpldcpu | 2014-02-18 | 1 | -1/+4 |
| | |||||
* | firmware: first steps to integrated upgrade | cpldcpu | 2014-01-25 | 1 | -1/+9 |
| | |||||
* | firmware: Removed trampoline and INT patching | cpldcpu | 2014-01-05 | 1 | -2/+2 |
| | |||||
* | just log current state | cpldcpu | 2014-01-04 | 1 | -11/+11 |
| | |||||
* | firmware: One more free page for the userprogram | cpldcpu | 2013-12-31 | 1 | -1/+1 |
| | |||||
* | firmware: Clean buffer at begin of write | cpldcpu | 2013-12-16 | 1 | -1/+1 |
| | | | | improve robustness | ||||
* | clean up osccal | cpldcpu | 2013-12-15 | 1 | -2/+2 |
| | |||||
* | custom crt, remove tiny85flashinit, UNTESTED | cpldcpu | 2013-12-06 | 1 | -5/+6 |
| | |||||
* | Move Usbinit, using wdt now | cpldcpu | 2013-11-27 | 1 | -1/+1 |
| | | | | make micronucleus more similar to littlewire | ||||
* | clean up, added LED, NO USB exit delay | cpldcpu | 2013-11-25 | 1 | -1/+1 |
| | | | | | | | Work towards v1.10 - Clean up bootloaderconfig.h - Included option for LED - Included second timout if no USB connected | ||||
* | fixed make clean | cpldcpu | 2013-11-18 | 1 | -1/+1 |
| | |||||
* | source code clean up | cpldcpu | 2013-11-04 | 1 | -6/+5 |
| | |||||
* | Enabled garbage collection and better disassembly | cpldcpu | 2013-10-09 | 1 | -3/+4 |
| | | | | Should have no impact on code | ||||
* | Firmware & Upgrade: Released 1.06! yet to add -jumper release tho. Fixes ↵ | Bluebie | 2013-03-04 | 1 | -1/+1 |
| | | | | clock speed thing - always starts at 16.5mhz now! | ||||
* | fix makefile to clean some uncleanly files | Bluebie | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Cleaning up some comments and old references to previous µBoot name. | Jenna Fox | 2012-09-30 | 1 | -4/+3 |
| | |||||
* | instructions in makefile on how to calculate BOOTLOADER_ADDRESS | Jenna Fox | 2012-09-26 | 1 | -4/+7 |
| | |||||
* | Crammed bootloader up against the edge while keeping it aligned to a page (I ↵ | Jenna Fox | 2012-09-25 | 1 | -2/+2 |
| | | | | hope!) | ||||
* | revert damn you! | Jenna Fox | 2012-09-24 | 1 | -1/+1 |
| | |||||
* | get rid of writeLength variable, free up another 32 bytes for user program ↵ | Jenna Fox | 2012-09-24 | 1 | -1/+1 |
| | | | | space, make the finish mechanism more sensible | ||||
* | added note to self about what BOOTLOADER_ADDRESS actually means in Makefile | Jenna Fox | 2012-09-24 | 1 | -0/+1 |
| | |||||
* | remove reference to my debug LED | Jenna Fox | 2012-09-24 | 1 | -1/+1 |
| | |||||
* | very close to it working - it uploads some, but the words uploaded are ↵ | Jenna Fox | 2012-09-23 | 1 | -4/+3 |
| | | | | spaced out with 0xFF's between each word :S | ||||
* | Giving up on HID - looks like OS wants to poll it which wont work with ↵ | Jenna Fox | 2012-09-23 | 1 | -1/+1 |
| | | | | frozen writing/erasing chip, so going to make custom usb class mini bootloader based on this. This is the last commit where there was something which might be adaptable in to a hid driver | ||||
* | fixing bugs which break compilation | Jenna Fox | 2012-09-23 | 1 | -1/+1 |
| | |||||
* | Begin work to convert embedded-creations USBaspLoader-tiny85 port to bootloadHID | Jenna Fox | 2012-09-23 | 1 | -0/+225 |