summaryrefslogtreecommitdiffstats
path: root/firmware
Commit message (Collapse)AuthorAgeFilesLines
* revert damn you!Jenna Fox2012-09-2411-1233/+336
|
* 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-2411-271/+1155
|\
| * get rid of writeLength variable, free up another 32 bytes for user program ↵Jenna Fox2012-09-2411-1104/+1110
| | | | | | | | space, make the finish mechanism more sensible
* | stuffJenna Fox2012-09-243-59/+59
| |
* | added more logging to upload.rbJenna Fox2012-09-241-6/+19
|/
* Trying to bring in lous' eraseApplication mechanism.Jenna Fox2012-09-2410-992/+1012
|
* Added hex file supportJenna Fox2012-09-245-66/+120
|
* 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-2410-199/+196
|
* added note to self about what BOOTLOADER_ADDRESS actually means in MakefileJenna Fox2012-09-241-0/+1
|
* remove reference to my debug LEDJenna Fox2012-09-249-947/+916
|
* VictoryJenna Fox2012-09-2410-1059/+1078
|
* It's uploading things properly! Stupid double increment bug. But I think ↵Jenna Fox2012-09-2411-482/+480
| | | | it's failing to write tinyvector table
* casually experimenting trying to get uploads working properly.Jenna Fox2012-09-244-59/+59
|
* very close to it working - it uploads some, but the words uploaded are ↵Jenna Fox2012-09-2315-1409/+1323
| | | | spaced out with 0xFF's between each word :S
* getting close to having a working 2.2kb bootloader!Jenna Fox2012-09-232-0/+113
|
* Giving up on HID - looks like OS wants to poll it which wont work with ↵Jenna Fox2012-09-2311-1235/+1172
| | | | 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-238-726/+846
|
* replaced usbconfig.h with version from bootloadHIDJenna Fox2012-09-231-145/+104
|
* fixing bugs which break compilationJenna Fox2012-09-2310-1291/+1060
|
* Working towards getting firmware compiling again - close to testing new versionJenna Fox2012-09-236-232/+37
|
* More stuff in firmware main.cJenna Fox2012-09-231-0/+15
| | | | God I am getting bad at writing these commit messages
* lots of stuffJenna Fox2012-09-231-80/+39
|
* nice cleaned up usbFunctionWriteJenna Fox2012-09-231-228/+238
|
* quick once over leaveBootloader and writeWordToPageBufferJenna Fox2012-09-231-76/+21
|
* cleaned up main loop area (untested)Jenna Fox2012-09-231-141/+108
|
* Begin work to convert embedded-creations USBaspLoader-tiny85 port to bootloadHIDJenna Fox2012-09-2342-0/+11398