summaryrefslogtreecommitdiffstats
path: root/firmware/upload.rb
Commit message (Collapse)AuthorAgeFilesLines
* cleaning up directory structuresJenna Fox2012-09-301-33/+0
|
* Reflect name change to micronucleus in readme and ruby scriptsJenna Fox2012-09-271-6/+6
|
* Fixed severe bug in microboot.rb where final 64 byte chunk of user program ↵Jenna Fox2012-09-271-7/+9
| | | | wouldn't upload correctly
* Split upload.rb up in to two files so classes can be used seperatelyJenna Fox2012-09-261-167/+2
|
* Switched to new digistump vid/pid, removed string manufacturer and product ↵Jenna Fox2012-09-251-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 interfaceJenna Fox2012-09-251-11/+15
|
* Making progress fixing issue where it never properly erases first pageJenna Fox2012-09-241-6/+19
|
* revert damn you!Jenna Fox2012-09-241-30/+6
|
* Revert "I totally know how to use git. heh."Jenna Fox2012-09-241-0/+11
| | | | This reverts commit 808a0bacf449834b19897563ecd6b568d4582757.
* I totally know how to use git. heh.Jenna Fox2012-09-241-11/+0
|
* Revert get rid of writeLengthJenna Fox2012-09-241-0/+11
|\
| * get rid of writeLength variable, free up another 32 bytes for user program ↵Jenna Fox2012-09-241-2/+7
| | | | | | | | space, make the finish mechanism more sensible
* | added more logging to upload.rbJenna Fox2012-09-241-6/+19
|/
* Trying to bring in lous' eraseApplication mechanism.Jenna Fox2012-09-241-1/+11
|
* Added hex file supportJenna Fox2012-09-241-5/+59
|
* the return of the version bits in #info in upload.rbJenna Fox2012-09-241-1/+3
|
* remove redundant UBOOT_VERSION part of :get_info usb functionJenna Fox2012-09-241-3/+2
|
* VictoryJenna Fox2012-09-241-1/+0
|
* It's uploading things properly! Stupid double increment bug. But I think ↵Jenna Fox2012-09-241-2/+7
| | | | it's failing to write tinyvector table
* very close to it working - it uploads some, but the words uploaded are ↵Jenna Fox2012-09-231-1/+1
| | | | spaced out with 0xFF's between each word :S
* getting close to having a working 2.2kb bootloader!Jenna Fox2012-09-231-0/+110