summaryrefslogtreecommitdiffstats
path: root/firmware/temp-dump.bin
Commit message (Collapse)AuthorAgeFilesLines
* Adding more comments mostly - no functional changesJenna Fox2012-09-261-0/+0
|
* Added check to make sure BOOTLOADER_ADDRESS aligns with SPM_PAGESIZEJenna Fox2012-09-261-0/+0
|
* Switched to new digistump vid/pid, removed string manufacturer and product ↵Jenna Fox2012-09-251-0/+0
| | | | | | 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-0/+0
| | | | hope!)
* Making progress fixing issue where it never properly erases first pageJenna Fox2012-09-241-0/+0
|
* revert damn you!Jenna Fox2012-09-241-0/+0
|
* get rid of writeLength variable, free up another 32 bytes for user program ↵Jenna Fox2012-09-241-0/+0
| | | | space, make the finish mechanism more sensible
* Trying to bring in lous' eraseApplication mechanism.Jenna Fox2012-09-241-0/+0
|
* It's uploading things properly! Stupid double increment bug. But I think ↵Jenna Fox2012-09-241-0/+0
| | | | it's failing to write tinyvector table
* very close to it working - it uploads some, but the words uploaded are ↵Jenna Fox2012-09-231-0/+0
spaced out with 0xFF's between each word :S