| Commit message (Expand) | Author | Age | Files | Lines |
* | Updated USB Driver, nanite, oscal | cpldcpu | 2013-11-04 | 1 | -14/+21 |
* | Bugfixes to make micronucleus reentrant | cpldcpu | 2013-10-25 | 1 | -0/+3 |
* | Revert changes to writeFlashPage() | cpldcpu | 2013-10-25 | 1 | -24/+28 |
* | tiny85FlashInit(); only checks on byte now | cpldcpu | 2013-10-09 | 1 | -5/+2 |
* | moved vector functions to writeFlashPage(), fixed RESTORE_OSCCAL | cpldcpu | 2013-10-09 | 1 | -22/+25 |
* | Reduce accesses to global variable idlePolls | cpldcpu | 2013-10-07 | 1 | -1/+0 |
* | Do modulo only on lower byte - saves 24 bytes | cpldcpu | 2013-10-07 | 1 | -3/+28 |
* | Use delay routines without NOP padding. this saves 16 bytes | cpldcpu | 2013-10-07 | 1 | -0/+3 |
* | A single write is sufficient to invalidate magic word - saves 4 bytes | cpldcpu | 2013-10-07 | 1 | -2/+2 |
* | Use a local pointer in eraseApplicatoin() - saves 18 Bytes | cpldcpu | 2013-10-07 | 1 | -9/+8 |
* | some small mistakes I noticed while going through the code with a fine-toothe... | Louis Beaudoin | 2013-06-06 | 1 | -1/+1 |
* | fix interrupt enable during application erase (via andihofmeister) | Bluebie | 2013-05-26 | 1 | -3/+7 |
* | Firmware & Upgrade: Released 1.06! yet to add -jumper release tho. Fixes cloc... | Bluebie | 2013-03-04 | 1 | -6/+12 |
* | firmware: added osccal store and retrieve code, untested | Bluebie | 2013-03-04 | 1 | -6/+11 |
* | remove a little pointless code.. | Bluebie | 2013-02-08 | 1 | -1/+1 |
* | revert timing to be like 1.02 - 5 sec wait, 8ms write delay | Bluebie | 2013-02-08 | 1 | -2/+2 |
* | Firmware Release! 1.04 is now out. | Bluebie | 2012-10-05 | 1 | -1/+1 |
* | Reduced default WRITE_SLEEP value from 8 to 6, for 25% faster writing and era... | Bluebie | 2012-10-05 | 1 | -1/+1 |
* | Added low power mode, for chips which need to start with clkdiv8 and only swi... | Bluebie | 2012-10-04 | 1 | -1/+30 |
* | idle polls now resets on any usb request, so you can hold on to the bootloade... | Jenna Fox | 2012-10-03 | 1 | -8/+12 |
* | Cleaning up some comments and old references to previous µBoot name. | Jenna Fox | 2012-09-30 | 1 | -12/+14 |
* | simplified some code, shaving off a few bytes | Jenna Fox | 2012-09-30 | 1 | -7/+12 |
* | Remove finish flash writes method, brings code down to 2090 bytes = 33 pages ... | Jenna Fox | 2012-09-30 | 1 | -25/+16 |
* | remove writeLength | Jenna Fox | 2012-09-30 | 1 | -4/+5 |
* | Fixed severe bug in microboot.rb where final 64 byte chunk of user program wo... | Jenna Fox | 2012-09-27 | 1 | -1/+2 |
* | More comments | Jenna Fox | 2012-09-27 | 1 | -4/+5 |
* | Adding more comments mostly - no functional changes | Jenna Fox | 2012-09-26 | 1 | -2/+5 |
* | Added check to make sure BOOTLOADER_ADDRESS aligns with SPM_PAGESIZE | Jenna Fox | 2012-09-26 | 1 | -0/+5 |
* | More comments for firmware/main.c | Jenna Fox | 2012-09-25 | 1 | -4/+16 |
* | Switched to new digistump vid/pid, removed string manufacturer and product na... | Jenna Fox | 2012-09-25 | 1 | -12/+20 |
* | Crammed bootloader up against the edge while keeping it aligned to a page (I ... | Jenna Fox | 2012-09-25 | 1 | -24/+36 |
* | Making progress fixing issue where it never properly erases first page | Jenna Fox | 2012-09-24 | 1 | -6/+20 |
* | revert damn you! | Jenna Fox | 2012-09-24 | 1 | -20/+16 |
* | get rid of writeLength variable, free up another 32 bytes for user program sp... | Jenna Fox | 2012-09-24 | 1 | -16/+20 |
* | Trying to bring in lous' eraseApplication mechanism. | Jenna Fox | 2012-09-24 | 1 | -12/+20 |
* | Added hex file support | Jenna Fox | 2012-09-24 | 1 | -2/+2 |
* | remove redundant UBOOT_VERSION part of :get_info usb function | Jenna Fox | 2012-09-24 | 1 | -9/+9 |
* | remove reference to my debug LED | Jenna Fox | 2012-09-24 | 1 | -27/+3 |
* | Victory | Jenna Fox | 2012-09-24 | 1 | -23/+23 |
* | It's uploading things properly! Stupid double increment bug. But I think it's... | Jenna Fox | 2012-09-24 | 1 | -1/+0 |
* | casually experimenting trying to get uploads working properly. | Jenna Fox | 2012-09-24 | 1 | -1/+1 |
* | very close to it working - it uploads some, but the words uploaded are spaced... | Jenna Fox | 2012-09-23 | 1 | -76/+74 |
* | Giving up on HID - looks like OS wants to poll it which wont work with frozen... | Jenna Fox | 2012-09-23 | 1 | -174/+10 |
* | fixing bugs which break compilation | Jenna Fox | 2012-09-23 | 1 | -14/+15 |
* | Working towards getting firmware compiling again - close to testing new version | Jenna Fox | 2012-09-23 | 1 | -49/+29 |
* | More stuff in firmware main.c | Jenna Fox | 2012-09-23 | 1 | -0/+15 |
* | lots of stuff | Jenna Fox | 2012-09-23 | 1 | -80/+39 |
* | nice cleaned up usbFunctionWrite | Jenna Fox | 2012-09-23 | 1 | -228/+238 |
* | quick once over leaveBootloader and writeWordToPageBuffer | Jenna Fox | 2012-09-23 | 1 | -76/+21 |
* | cleaned up main loop area (untested) | Jenna Fox | 2012-09-23 | 1 | -141/+108 |