Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:Bluebie/micronucleus-t85 into heavy-squeeze | Jenna Fox | 2012-09-30 | 22 | -852/+1320 |
|\ | |||||
| * | Merge pull request #9 from kehribar/master | Jenna Fox | 2012-09-29 | 22 | -852/+1320 |
| |\ | | | | | | | Experimental C commandline application has been added. | ||||
| | * | Windows driver has been added. | kehribar | 2012-09-29 | 1 | -0/+0 |
| | | | |||||
| | * | Initial commit for commandline C application. | ihsan Kehribar | 2012-09-29 | 21 | -852/+1320 |
| |/ | |||||
* | | Remove finish flash writes method, brings code down to 2090 bytes = 33 pages ↵ | Jenna Fox | 2012-09-30 | 1 | -25/+16 |
| | | | | | | | | = 2.062kb in avr-gcc 4.3.3 | ||||
* | | remove writeLength | Jenna Fox | 2012-09-30 | 1 | -4/+5 |
|/ | |||||
* | uploaded littlewire to this build and it totally works! micronucleus can ↵ | Jenna Fox | 2012-09-27 | 1 | -44/+44 |
| | | | | totally host usb projects! Everything works I think! | ||||
* | Reflect name change to micronucleus in readme and ruby scripts | Jenna Fox | 2012-09-27 | 3 | -13/+15 |
| | |||||
* | Fixed severe bug in microboot.rb where final 64 byte chunk of user program ↵ | Jenna Fox | 2012-09-27 | 10 | -513/+523 |
| | | | | wouldn't upload correctly | ||||
* | removed unneeded extra delay during upload of first page | Jenna Fox | 2012-09-27 | 1 | -1/+0 |
| | |||||
* | More comments | Jenna Fox | 2012-09-27 | 1 | -4/+5 |
| | |||||
* | nicer usb_request_type internal calculator method from @larskanis | Jenna Fox | 2012-09-26 | 1 | -8/+6 |
| | |||||
* | Adding more comments mostly - no functional changes | Jenna Fox | 2012-09-26 | 7 | -76/+82 |
| | |||||
* | Split upload.rb up in to two files so classes can be used seperately | Jenna Fox | 2012-09-26 | 2 | -167/+169 |
| | |||||
* | instructions in makefile on how to calculate BOOTLOADER_ADDRESS | Jenna Fox | 2012-09-26 | 1 | -4/+7 |
| | |||||
* | Added check to make sure BOOTLOADER_ADDRESS aligns with SPM_PAGESIZE | Jenna Fox | 2012-09-26 | 9 | -294/+299 |
| | |||||
* | 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 ↵ | Jenna Fox | 2012-09-25 | 13 | -787/+736 |
| | | | | | | name to try shave some more bytes off also adding better comments to firmware/main.c for future hackers | ||||
* | Crammed bootloader up against the edge while keeping it aligned to a page (I ↵ | Jenna Fox | 2012-09-25 | 12 | -490/+507 |
| | | | | hope!) | ||||
* | Improvements to upload.rb interface | Jenna Fox | 2012-09-25 | 1 | -11/+15 |
| | |||||
* | Bug where first page wouldn't erase properly seems to be fixed. I think the ↵ | Jenna Fox | 2012-09-24 | 8 | -1124/+1086 |
| | | | | bootloader works now? Neat! | ||||
* | Making progress fixing issue where it never properly erases first page | Jenna Fox | 2012-09-24 | 11 | -360/+389 |
| | |||||
* | revert damn you! | Jenna Fox | 2012-09-24 | 11 | -1233/+336 |
| | |||||
* | Revert "I totally know how to use git. heh." | Jenna Fox | 2012-09-24 | 1 | -0/+11 |
| | | | | This reverts commit 808a0bacf449834b19897563ecd6b568d4582757. | ||||
* | I totally know how to use git. heh. | Jenna Fox | 2012-09-24 | 1 | -11/+0 |
| | |||||
* | Revert get rid of writeLength | Jenna Fox | 2012-09-24 | 11 | -271/+1155 |
|\ | |||||
| * | get rid of writeLength variable, free up another 32 bytes for user program ↵ | Jenna Fox | 2012-09-24 | 11 | -1104/+1110 |
| | | | | | | | | space, make the finish mechanism more sensible | ||||
* | | stuff | Jenna Fox | 2012-09-24 | 3 | -59/+59 |
| | | |||||
* | | added more logging to upload.rb | Jenna Fox | 2012-09-24 | 1 | -6/+19 |
|/ | |||||
* | update readme to reflect upload.rb's hex file support | Jenna Fox | 2012-09-24 | 1 | -1/+1 |
| | |||||
* | Trying to bring in lous' eraseApplication mechanism. | Jenna Fox | 2012-09-24 | 10 | -992/+1012 |
| | |||||
* | Added hex file support | Jenna Fox | 2012-09-24 | 5 | -66/+120 |
| | |||||
* | the return of the version bits in #info in upload.rb | Jenna Fox | 2012-09-24 | 1 | -1/+3 |
| | |||||
* | remove redundant UBOOT_VERSION part of :get_info usb function | Jenna Fox | 2012-09-24 | 10 | -199/+196 |
| | |||||
* | 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 | 9 | -947/+916 |
| | |||||
* | readme | Jenna Fox | 2012-09-24 | 1 | -0/+37 |
| | |||||
* | Victory | Jenna Fox | 2012-09-24 | 10 | -1059/+1078 |
| | |||||
* | It's uploading things properly! Stupid double increment bug. But I think ↵ | Jenna Fox | 2012-09-24 | 11 | -482/+480 |
| | | | | it's failing to write tinyvector table | ||||
* | casually experimenting trying to get uploads working properly. | Jenna Fox | 2012-09-24 | 4 | -59/+59 |
| | |||||
* | very close to it working - it uploads some, but the words uploaded are ↵ | Jenna Fox | 2012-09-23 | 15 | -1409/+1323 |
| | | | | spaced out with 0xFF's between each word :S | ||||
* | getting close to having a working 2.2kb bootloader! | Jenna Fox | 2012-09-23 | 3 | -2/+115 |
| | |||||
* | Giving up on HID - looks like OS wants to poll it which wont work with ↵ | Jenna Fox | 2012-09-23 | 11 | -1235/+1172 |
| | | | | 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 | ||||
* | Built hex successfully, but bootloader is too big! nooooooooo! | Jenna Fox | 2012-09-23 | 8 | -726/+846 |
| | |||||
* | replaced usbconfig.h with version from bootloadHID | Jenna Fox | 2012-09-23 | 1 | -145/+104 |
| | |||||
* | fixing bugs which break compilation | Jenna Fox | 2012-09-23 | 10 | -1291/+1060 |
| | |||||
* | Working towards getting firmware compiling again - close to testing new version | Jenna Fox | 2012-09-23 | 6 | -232/+37 |
| | |||||
* | More stuff in firmware main.c | Jenna Fox | 2012-09-23 | 1 | -0/+15 |
| | | | | God I am getting bad at writing these commit messages | ||||
* | lots of stuff | Jenna Fox | 2012-09-23 | 1 | -80/+39 |
| | |||||
* | nice cleaned up usbFunctionWrite | Jenna Fox | 2012-09-23 | 1 | -228/+238 |
| |