summaryrefslogtreecommitdiffstats
path: root/firmware
Commit message (Collapse)AuthorAgeFilesLines
* Better gitignore to stop committing compiler junkJenna Fox2012-09-306-1379/+0
|
* Cleaning up some comments and old references to previous µBoot name.Jenna Fox2012-09-303-19/+20
|
* simplified some code, shaving off a few bytesJenna Fox2012-09-301-7/+12
|
* Remove finish flash writes method, brings code down to 2090 bytes = 33 pages ↵Jenna Fox2012-09-301-25/+16
| | | | = 2.062kb in avr-gcc 4.3.3
* remove writeLengthJenna Fox2012-09-301-4/+5
|
* 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!
* Reflect name change to micronucleus in readme and ruby scriptsJenna Fox2012-09-272-10/+10
|
* Fixed severe bug in microboot.rb where final 64 byte chunk of user program ↵Jenna Fox2012-09-2710-513/+523
| | | | wouldn't upload correctly
* removed unneeded extra delay during upload of first pageJenna Fox2012-09-271-1/+0
|
* More commentsJenna Fox2012-09-271-4/+5
|
* nicer usb_request_type internal calculator method from @larskanisJenna Fox2012-09-261-8/+6
|
* Adding more comments mostly - no functional changesJenna Fox2012-09-266-76/+81
|
* Split upload.rb up in to two files so classes can be used seperatelyJenna Fox2012-09-262-167/+169
|
* instructions in makefile on how to calculate BOOTLOADER_ADDRESSJenna Fox2012-09-261-4/+7
|
* Added check to make sure BOOTLOADER_ADDRESS aligns with SPM_PAGESIZEJenna Fox2012-09-269-294/+299
|
* More comments for firmware/main.cJenna Fox2012-09-251-4/+16
|
* Switched to new digistump vid/pid, removed string manufacturer and product ↵Jenna Fox2012-09-2513-787/+736
| | | | | | 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-2512-490/+507
| | | | hope!)
* Improvements to upload.rb interfaceJenna Fox2012-09-251-11/+15
|
* Bug where first page wouldn't erase properly seems to be fixed. I think the ↵Jenna Fox2012-09-248-1124/+1086
| | | | bootloader works now? Neat!
* Making progress fixing issue where it never properly erases first pageJenna Fox2012-09-2411-360/+389
|
* 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