Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 ↵ | Jenna Fox | 2012-09-25 | 1 | -12/+20 | |
| | | | | | | 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 | -24/+36 | |
| | | | | hope!) | |||||
* | 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 ↵ | Jenna Fox | 2012-09-24 | 1 | -16/+20 | |
| | | | | space, make the finish mechanism more sensible | |||||
* | 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 ↵ | Jenna Fox | 2012-09-24 | 1 | -1/+0 | |
| | | | | it's failing to write tinyvector table | |||||
* | 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 ↵ | Jenna Fox | 2012-09-23 | 1 | -76/+74 | |
| | | | | 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 | -174/+10 | |
| | | | | 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 | -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 | |
| | | | | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | Begin work to convert embedded-creations USBaspLoader-tiny85 port to bootloadHID | Jenna Fox | 2012-09-23 | 1 | -0/+657 | |