Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed severe bug in microboot.rb where final 64 byte chunk of user program ↵ | Jenna Fox | 2012-09-27 | 1 | -14/+14 |
| | | | | wouldn't upload correctly | ||||
* | Added check to make sure BOOTLOADER_ADDRESS aligns with SPM_PAGESIZE | Jenna Fox | 2012-09-26 | 1 | -61/+61 |
| | |||||
* | Switched to new digistump vid/pid, removed string manufacturer and product ↵ | Jenna Fox | 2012-09-25 | 1 | -58/+56 |
| | | | | | | 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 | 1 | -63/+63 |
| | | | | hope!) | ||||
* | Bug where first page wouldn't erase properly seems to be fixed. I think the ↵ | Jenna Fox | 2012-09-24 | 1 | -53/+53 |
| | | | | bootloader works now? Neat! | ||||
* | Making progress fixing issue where it never properly erases first page | Jenna Fox | 2012-09-24 | 1 | -14/+14 |
| | |||||
* | revert damn you! | Jenna Fox | 2012-09-24 | 1 | -83/+83 |
| | |||||
* | get rid of writeLength variable, free up another 32 bytes for user program ↵ | Jenna Fox | 2012-09-24 | 1 | -83/+83 |
| | | | | space, make the finish mechanism more sensible | ||||
* | Trying to bring in lous' eraseApplication mechanism. | Jenna Fox | 2012-09-24 | 1 | -15/+15 |
| | |||||
* | remove redundant UBOOT_VERSION part of :get_info usb function | Jenna Fox | 2012-09-24 | 1 | -27/+26 |
| | |||||
* | remove reference to my debug LED | Jenna Fox | 2012-09-24 | 1 | -63/+63 |
| | |||||
* | Victory | Jenna Fox | 2012-09-24 | 1 | -35/+35 |
| | |||||
* | It's uploading things properly! Stupid double increment bug. But I think ↵ | Jenna Fox | 2012-09-24 | 1 | -14/+14 |
| | | | | 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 | -84/+90 |
| | | | | 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 | -39/+37 |
| | | | | 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 | 1 | -83/+77 |
| | |||||
* | fixing bugs which break compilation | Jenna Fox | 2012-09-23 | 1 | -78/+82 |
| | |||||
* | Begin work to convert embedded-creations USBaspLoader-tiny85 port to bootloadHID | Jenna Fox | 2012-09-23 | 1 | -0/+396 |