Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reflect name change to micronucleus in readme and ruby scripts | Jenna Fox | 2012-09-27 | 1 | -6/+6 |
| | |||||
* | Fixed severe bug in microboot.rb where final 64 byte chunk of user program ↵ | Jenna Fox | 2012-09-27 | 1 | -7/+9 |
| | | | | wouldn't upload correctly | ||||
* | Split upload.rb up in to two files so classes can be used seperately | Jenna Fox | 2012-09-26 | 1 | -167/+2 |
| | |||||
* | Switched to new digistump vid/pid, removed string manufacturer and product ↵ | Jenna Fox | 2012-09-25 | 1 | -1/+1 |
| | | | | | | name to try shave some more bytes off also adding better comments to firmware/main.c for future hackers | ||||
* | Improvements to upload.rb interface | Jenna Fox | 2012-09-25 | 1 | -11/+15 |
| | |||||
* | Making progress fixing issue where it never properly erases first page | Jenna Fox | 2012-09-24 | 1 | -6/+19 |
| | |||||
* | revert damn you! | Jenna Fox | 2012-09-24 | 1 | -30/+6 |
| | |||||
* | 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 | 1 | -0/+11 |
|\ | |||||
| * | get rid of writeLength variable, free up another 32 bytes for user program ↵ | Jenna Fox | 2012-09-24 | 1 | -2/+7 |
| | | | | | | | | space, make the finish mechanism more sensible | ||||
* | | added more logging to upload.rb | Jenna Fox | 2012-09-24 | 1 | -6/+19 |
|/ | |||||
* | Trying to bring in lous' eraseApplication mechanism. | Jenna Fox | 2012-09-24 | 1 | -1/+11 |
| | |||||
* | Added hex file support | Jenna Fox | 2012-09-24 | 1 | -5/+59 |
| | |||||
* | 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 | 1 | -3/+2 |
| | |||||
* | Victory | Jenna Fox | 2012-09-24 | 1 | -1/+0 |
| | |||||
* | It's uploading things properly! Stupid double increment bug. But I think ↵ | Jenna Fox | 2012-09-24 | 1 | -2/+7 |
| | | | | it's failing to write tinyvector table | ||||
* | very close to it working - it uploads some, but the words uploaded are ↵ | Jenna Fox | 2012-09-23 | 1 | -1/+1 |
| | | | | spaced out with 0xFF's between each word :S | ||||
* | getting close to having a working 2.2kb bootloader! | Jenna Fox | 2012-09-23 | 1 | -0/+110 |