summaryrefslogtreecommitdiffstats
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* Firmware: Added a low-power release, suitable for chips with ckdiv8 programmed.Jenna Fox2012-10-141-0/+135
* Release Notes for 1.04 releaseBluebie2012-10-051-2/+10
* Firmware Release! 1.04 is now out.Bluebie2012-10-055-1/+134
* Change back to 2.5 sec bootloader delay - 2.0 seconds wasn't working reliably...Bluebie2012-10-051-1/+1
* fix makefile to clean some uncleanly filesBluebie2012-10-051-1/+1
* Restructured firmware/releases folder, and added a 2.0 seconds build of 1.03Bluebie2012-10-054-0/+132
* adjusted default duration down to 2.0 seconds from 2.5 secondsBluebie2012-10-051-1/+1
* Reduced default WRITE_SLEEP value from 8 to 6, for 25% faster writing and era...Bluebie2012-10-051-1/+1
* Added low power mode, for chips which need to start with clkdiv8 and only swi...Bluebie2012-10-042-3/+44
* Decreased bootloader wait from 5 secs to 2.5 secs (tested on win7 and Mac OS ...Jenna Fox2012-10-031-1/+1
* idle polls now resets on any usb request, so you can hold on to the bootloade...Jenna Fox2012-10-031-8/+12
* Yay more release notesBluebie2012-10-031-0/+14
* Added firmware/releases/tiny85/release notes.txtBluebie2012-10-031-0/+27
* cleaning up directory structuresJenna Fox2012-09-307-548/+0
* Micronucleus 1.03 yay. Now with 6076 bytes user programmable memory.Jenna Fox2012-09-303-136/+388
* 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
* remove writeLengthJenna Fox2012-09-301-4/+5
* uploaded littlewire to this build and it totally works! micronucleus can tota...Jenna Fox2012-09-271-44/+44
* 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 wo...Jenna Fox2012-09-2710-513/+523
* 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 na...Jenna Fox2012-09-2513-787/+736
* Crammed bootloader up against the edge while keeping it aligned to a page (I ...Jenna Fox2012-09-2512-490/+507
* 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 b...Jenna Fox2012-09-248-1124/+1086
* 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
* 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 sp...Jenna Fox2012-09-2411-1104/+1110
* | 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