summaryrefslogtreecommitdiffstats
path: root/firmware/main.hex
Commit message (Collapse)AuthorAgeFilesLines
* Micronucleus 1.03 yay. Now with 6076 bytes user programmable memory.Jenna Fox2012-09-301-136/+0
|
* uploaded littlewire to this build and it totally works! micronucleus can ↵Jenna Fox2012-09-271-44/+44
| | | | totally host usb projects! Everything works I think!
* Fixed severe bug in microboot.rb where final 64 byte chunk of user program ↵Jenna Fox2012-09-271-44/+44
| | | | wouldn't upload correctly
* Added check to make sure BOOTLOADER_ADDRESS aligns with SPM_PAGESIZEJenna Fox2012-09-261-135/+135
|
* Switched to new digistump vid/pid, removed string manufacturer and product ↵Jenna Fox2012-09-251-139/+134
| | | | | | 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 Fox2012-09-251-140/+140
| | | | hope!)
* Bug where first page wouldn't erase properly seems to be fixed. I think the ↵Jenna Fox2012-09-241-88/+82
| | | | bootloader works now? Neat!
* Making progress fixing issue where it never properly erases first pageJenna Fox2012-09-241-24/+24
|
* revert damn you!Jenna Fox2012-09-241-146/+146
|
* get rid of writeLength variable, free up another 32 bytes for user program ↵Jenna Fox2012-09-241-146/+146
| | | | space, make the finish mechanism more sensible
* Trying to bring in lous' eraseApplication mechanism.Jenna Fox2012-09-241-86/+87
|
* remove redundant UBOOT_VERSION part of :get_info usb functionJenna Fox2012-09-241-74/+74
|
* remove reference to my debug LEDJenna Fox2012-09-241-146/+145
|
* VictoryJenna Fox2012-09-241-96/+98
|
* It's uploading things properly! Stupid double increment bug. But I think ↵Jenna Fox2012-09-241-41/+40
| | | | it's failing to write tinyvector table
* very close to it working - it uploads some, but the words uploaded are ↵Jenna Fox2012-09-231-147/+144
| | | | 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 Fox2012-09-231-125/+135
| | | | 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 Fox2012-09-231-0/+139
|
* Working towards getting firmware compiling again - close to testing new versionJenna Fox2012-09-231-175/+0
|
* Begin work to convert embedded-creations USBaspLoader-tiny85 port to bootloadHIDJenna Fox2012-09-231-0/+175