summaryrefslogtreecommitdiffstats
path: root/firmware
Commit message (Collapse)AuthorAgeFilesLines
* some small mistakes I noticed while going through the code with a ↵Louis Beaudoin2013-06-061-1/+1
| | | | | | | | | | fine-toothed comb: main.c - POSTSCRIPT_SIZE should be 6, not 4, now that there's a word to store OSCCAL micronucleus_lib.c - bcdUSB referring to USB Spec 1.1 is used, instead of bcdDevice, referring to the device release number
* fix interrupt enable during application erase (via andihofmeister)Bluebie2013-05-261-3/+7
|
* Emergency Update for -jumper varient - install update immediately - previous ↵Bluebie2013-05-202-66/+72
| | | | versions cause short circuits!!
* bug in jumper mode!!! jumper pin was set to output, creating short circuits! ↵Bluebie2013-05-201-38/+36
| | | | update asap!
* firmware: no functional change - reorganised bootloader config to easily ↵Bluebie2013-03-061-9/+33
| | | | switch on and off -jumper variant by uncommenting out a define near the top
* Added 'jumper' varient of 1.06 to prebuilt releasesBluebie2013-03-061-0/+138
|
* Firmware & Upgrade: Released 1.06! yet to add -jumper release tho. Fixes ↵Bluebie2013-03-044-10/+154
| | | | clock speed thing - always starts at 16.5mhz now!
* firmware: start writing release notes for future 1.06 versionBluebie2013-03-041-0/+8
|
* firmware: added osccal store and retrieve code, untestedBluebie2013-03-042-24/+31
|
* release: added release notes for -jumper variantBluebie2013-02-171-0/+12
|
* release & upgrade: added jumper varientBluebie2013-02-171-0/+134
|
* D5 version for deuxvisBluebie2013-02-081-1/+2
|
* experimental build with pin0 as boot button pinBluebie2013-02-081-16/+17
|
* new release! 1.05 gives you the same more reliable timings from 1.02, with ↵Bluebie2013-02-082-2/+139
| | | | 66 more bytes program memory and an improved timeout mechanism!
* remove a little pointless code..Bluebie2013-02-081-1/+1
|
* revert timing to be like 1.02 - 5 sec wait, 8ms write delayBluebie2013-02-083-3/+10
|
* Firmware: Added a low-power release, suitable for chips with ckdiv8 programmed.Jenna Fox2012-10-141-0/+135
| | | | When it launches user program program, the chip is running at 8.0mhz, so can run at 3v within spec so long as PB3/D- isn't pulled high at startup (so skips boot loader) - so this works great if your usb circuitry is in a cable or dongle. If it accidentally runs the boot loader, it's only out of spec for 2.5 seconds.
* 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 ↵Bluebie2012-10-051-1/+1
| | | | reliably enough for my taste
* 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 ↵Bluebie2012-10-051-1/+1
| | | | erasing
* Added low power mode, for chips which need to start with clkdiv8 and only ↵Bluebie2012-10-042-3/+44
| | | | switch to 16.5mhz when usb connection is detected somehow.
* Decreased bootloader wait from 5 secs to 2.5 secs (tested on win7 and Mac OS ↵Jenna Fox2012-10-031-1/+1
| | | | 10.8.2)
* idle polls now resets on any usb request, so you can hold on to the ↵Jenna Fox2012-10-031-8/+12
| | | | bootloader by polling it with info requests. a couple times per second.
* 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
| | | | = 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
|