Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improved upgrade mechanism - now it should actually work! I've successfully ↵ | Bluebie | 2012-10-05 | 5 | -190/+197 |
| | | | | upgraded from 1.02 to 1.03 and 1.03 to 1.03. Haven't tested earlier versions of micronucleus or other bootloaders not based on USBaspLoader-tiny85 | ||||
* | ruby: Added better logging to HexProgram | Bluebie | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Upgrade: add warning to readme | Bluebie | 2012-10-05 | 1 | -0/+2 |
| | |||||
* | Added low power mode, for chips which need to start with clkdiv8 and only ↵ | Bluebie | 2012-10-04 | 2 | -3/+44 |
| | | | | switch to 16.5mhz when usb connection is detected somehow. | ||||
* | Add license info | Bluebie | 2012-10-04 | 1 | -0/+6 |
| | |||||
* | Upgrade: Added note about ruby | Bluebie | 2012-10-04 | 1 | -1/+3 |
| | |||||
* | Upgrade: Clarification about LED option | Bluebie | 2012-10-04 | 1 | -1/+1 |
| | |||||
* | Added viral in place upgrader tool, to upgrade bootloaders via the ↵ | Bluebie | 2012-10-04 | 7 | -0/+694 |
| | | | | bootloader itself (should work with any attiny85 bootloader I think, in either direction) | ||||
* | Fix off by one error in ruby HexProgram ihex parser class | Bluebie | 2012-10-04 | 1 | -4/+8 |
| | |||||
* | Merge branch 'master' of github.com:Bluebie/micronucleus-t85 | Jenna Fox | 2012-10-03 | 0 | -0/+0 |
|\ | |||||
| * | Decreased bootloader wait time from 5ms to 2.5ms (tested on windows 7 and ↵ | Jenna Fox | 2012-10-03 | 1 | -1/+1 |
| | | | | | | | | | | | | Mac OS 10.8.2) Under 1000 doesn't seem to work on Mac OS - didn't try that on Windows. This shorter duration bootloader might require the updated commandline tool, which has lower delays. | ||||
* | | Decreased bootloader wait from 5 secs to 2.5 secs (tested on win7 and Mac OS ↵ | Jenna Fox | 2012-10-03 | 1 | -1/+1 |
|/ | | | | 10.8.2) | ||||
* | idle polls now resets on any usb request, so you can hold on to the ↵ | Jenna Fox | 2012-10-03 | 1 | -8/+12 |
| | | | | bootloader by polling it with info requests. a couple times per second. | ||||
* | Mac and Windows builds of commandline tool | Jenna Fox | 2012-10-03 | 2 | -0/+0 |
| | |||||
* | Yay more release notes | Bluebie | 2012-10-03 | 1 | -0/+14 |
| | |||||
* | Added firmware/releases/tiny85/release notes.txt | Bluebie | 2012-10-03 | 1 | -0/+27 |
| | |||||
* | Adjusted timing in command line tool to run faster | Bluebie | 2012-10-03 | 1 | -3/+3 |
| | |||||
* | cli --dump-progress option now outputs JSON | Jenna Fox | 2012-10-02 | 1 | -1/+1 |
| | |||||
* | Improved usage printout on CLI tool | Jenna Fox | 2012-10-02 | 1 | -1/+10 |
| | |||||
* | Made live progress printouts more human friendly (total progress instead of ↵ | Jenna Fox | 2012-10-02 | 3 | -6/+20 |
| | | | | step progress) | ||||
* | Added percentage progress to CLI upload tool and worked on consistent style ↵ | Jenna Fox | 2012-10-02 | 3 | -379/+435 |
| | | | | throughout commandline c code (all variables underscore_cased, all functions lowerCamelCased). | ||||
* | Added bits for uploading raw files, or from stdin | Bluebie | 2012-09-30 | 1 | -32/+81 |
| | |||||
* | Added 'install' section to makefile for cli tool | Jenna Fox | 2012-09-30 | 1 | -1/+3 |
| | |||||
* | Shorter revised readme | Jenna Fox | 2012-09-30 | 1 | -206/+18 |
| | |||||
* | cleaning up directory structures | Jenna Fox | 2012-09-30 | 7 | -346/+0 |
| | |||||
* | Micronucleus 1.03 yay. Now with 6076 bytes user programmable memory. | Jenna Fox | 2012-09-30 | 4 | -136/+389 |
| | |||||
* | Revised Ihsan's cli upload tool to be more future proof, and take away parts ↵ | Jenna Fox | 2012-09-30 | 6 | -394/+145 |
| | | | | of api which allow risky writing strategies. | ||||
* | Added Mac OS X compatibility to Ihsan's cli upload program | Jenna Fox | 2012-09-30 | 5 | -13/+20 |
| | |||||
* | Better gitignore to stop committing compiler junk | Jenna Fox | 2012-09-30 | 7 | -1379/+12 |
| | |||||
* | Cleaning up some comments and old references to previous µBoot name. | Jenna Fox | 2012-09-30 | 3 | -19/+20 |
| | |||||
* | simplified some code, shaving off a few bytes | Jenna Fox | 2012-09-30 | 1 | -7/+12 |
| | |||||
* | Merge branch 'master' of github.com:Bluebie/micronucleus-t85 into heavy-squeeze | Jenna Fox | 2012-09-30 | 22 | -852/+1320 |
|\ | |||||
| * | Merge pull request #9 from kehribar/master | Jenna Fox | 2012-09-29 | 22 | -852/+1320 |
| |\ | | | | | | | Experimental C commandline application has been added. | ||||
| | * | Windows driver has been added. | kehribar | 2012-09-29 | 1 | -0/+0 |
| | | | |||||
| | * | Initial commit for commandline C application. | ihsan Kehribar | 2012-09-29 | 21 | -852/+1320 |
| |/ | |||||
* | | Remove finish flash writes method, brings code down to 2090 bytes = 33 pages ↵ | Jenna Fox | 2012-09-30 | 1 | -25/+16 |
| | | | | | | | | = 2.062kb in avr-gcc 4.3.3 | ||||
* | | remove writeLength | Jenna Fox | 2012-09-30 | 1 | -4/+5 |
|/ | |||||
* | uploaded littlewire to this build and it totally works! micronucleus can ↵ | Jenna Fox | 2012-09-27 | 1 | -44/+44 |
| | | | | totally host usb projects! Everything works I think! | ||||
* | Reflect name change to micronucleus in readme and ruby scripts | Jenna Fox | 2012-09-27 | 3 | -13/+15 |
| | |||||
* | Fixed severe bug in microboot.rb where final 64 byte chunk of user program ↵ | Jenna Fox | 2012-09-27 | 10 | -513/+523 |
| | | | | wouldn't upload correctly | ||||
* | removed unneeded extra delay during upload of first page | Jenna Fox | 2012-09-27 | 1 | -1/+0 |
| | |||||
* | More comments | Jenna Fox | 2012-09-27 | 1 | -4/+5 |
| | |||||
* | nicer usb_request_type internal calculator method from @larskanis | Jenna Fox | 2012-09-26 | 1 | -8/+6 |
| | |||||
* | Adding more comments mostly - no functional changes | Jenna Fox | 2012-09-26 | 7 | -76/+82 |
| | |||||
* | Split upload.rb up in to two files so classes can be used seperately | Jenna Fox | 2012-09-26 | 2 | -167/+169 |
| | |||||
* | instructions in makefile on how to calculate BOOTLOADER_ADDRESS | Jenna Fox | 2012-09-26 | 1 | -4/+7 |
| | |||||
* | Added check to make sure BOOTLOADER_ADDRESS aligns with SPM_PAGESIZE | Jenna Fox | 2012-09-26 | 9 | -294/+299 |
| | |||||
* | More comments for firmware/main.c | Jenna Fox | 2012-09-25 | 1 | -4/+16 |
| | |||||
* | Switched to new digistump vid/pid, removed string manufacturer and product ↵ | Jenna Fox | 2012-09-25 | 13 | -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 Fox | 2012-09-25 | 12 | -490/+507 |
| | | | | hope!) |