Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:Bluebie/micronucleus-t85v1.06 | Bluebie | 2013-10-07 | 1 | -3/+3 |
|\ | |||||
| * | Merge pull request #29 from nixnax/patch-1 | Jenna Fox | 2013-09-13 | 1 | -3/+3 |
| |\ | | | | | | | Update micronucleus host-side library - more detailed error reporting | ||||
| | * | Update micronucleus.c | nixnax | 2013-09-03 | 1 | -3/+3 |
| |/ | | | | | More error details upon flash erase/write failures. | ||||
* / | ruby library updated - still seems buggy though | Bluebie | 2013-10-07 | 1 | -2/+3 |
|/ | |||||
* | Update micronucleus_lib.c: | Bluebie | 2013-08-30 | 1 | -2/+3 |
| | | | | Result not always 64 - bad assumption that page size is always 64 | ||||
* | Update Readme.txt | Jenna Fox | 2013-08-23 | 1 | -2/+4 |
| | | | CBCracker on Digispark forums mentioned the readme is out of date regarding the upgrader program. Fixed now! | ||||
* | Merge pull request #27 from embedded-creations/simplefixes2 | Jenna Fox | 2013-08-07 | 2 | -27/+27 |
|\ | | | | | a couple fixes | ||||
| * | some small mistakes I noticed while going through the code with a ↵ | Louis Beaudoin | 2013-06-06 | 2 | -27/+27 |
|/ | | | | | | | | | | 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) | Bluebie | 2013-05-26 | 1 | -3/+7 |
| | |||||
* | stuffed up naming of upgrade files - fixed now. | Bluebie | 2013-05-20 | 3 | -185/+185 |
| | |||||
* | Emergency Update for -jumper varient - install update immediately - previous ↵ | Bluebie | 2013-05-20 | 4 | -251/+257 |
| | | | | versions cause short circuits!! | ||||
* | bug in jumper mode!!! jumper pin was set to output, creating short circuits! ↵ | Bluebie | 2013-05-20 | 1 | -38/+36 |
| | | | | update asap! | ||||
* | firmware: no functional change - reorganised bootloader config to easily ↵ | Bluebie | 2013-03-06 | 1 | -9/+33 |
| | | | | switch on and off -jumper variant by uncommenting out a define near the top | ||||
* | Added 'jumper' varient of 1.06 to prebuilt releases | Bluebie | 2013-03-06 | 3 | -3/+326 |
| | |||||
* | Firmware & Upgrade: Released 1.06! yet to add -jumper release tho. Fixes ↵ | Bluebie | 2013-03-04 | 6 | -14/+343 |
| | | | | clock speed thing - always starts at 16.5mhz now! | ||||
* | firmware: start writing release notes for future 1.06 version | Bluebie | 2013-03-04 | 1 | -0/+8 |
| | |||||
* | firmware: added osccal store and retrieve code, untested | Bluebie | 2013-03-04 | 2 | -24/+31 |
| | |||||
* | commandline: bugfixes for -1 error after erase on OS X - auto recover now works | Bluebie | 2013-02-20 | 2 | -14/+27 |
| | |||||
* | Merge pull request #20 from psychogenic/master | Jenna Fox | 2013-02-19 | 1 | -1/+9 |
|\ | | | | | Fix for linux erase/write issue. | ||||
| * | Tests on all Linux machines available led to errors such as: | Malaclypse The Younger | 2013-02-19 | 1 | -1/+9 |
|/ | | | | | | | | | | | | | | | | Erasing the memory ... erasing: 66% complete Error erasing: -84>> Abort mission! error has occured ... Please unplug the device and restart the program. Whereas Windows can recover from this condition with Eep! Connection to device lost during erase! Not to worry This happens on some computers - reconnecting... the Linux version could not correctly interpret the -84 error code returned by the USBDEVFS_CONTROL call. This modification fixes this, re-interpreting the -84 code to -2 and allowing the program to reconnect and succesfully upload the firmware. | ||||
* | release: added release notes for -jumper variant | Bluebie | 2013-02-17 | 1 | -0/+12 |
| | |||||
* | release & upgrade: added jumper varient | Bluebie | 2013-02-17 | 2 | -0/+134 |
| | |||||
* | D5 version for deuxvis | Bluebie | 2013-02-08 | 3 | -4/+187 |
| | |||||
* | experimental build with pin0 as boot button pin | Bluebie | 2013-02-08 | 1 | -16/+17 |
| | |||||
* | upgrade: added 1.05 release - have tested upgrading from 1.02 to 1.05 and it ↵ | Bluebie | 2013-02-08 | 2 | -3/+184 |
| | | | | seems fine. | ||||
* | upgrade: now automatically reboots in to new bootloader when it's done doing ↵ | Bluebie | 2013-02-08 | 1 | -0/+8 |
| | | | | the upgrade and has beeped. | ||||
* | new release! 1.05 gives you the same more reliable timings from 1.02, with ↵ | Bluebie | 2013-02-08 | 2 | -2/+139 |
| | | | | 66 more bytes program memory and an improved timeout mechanism! | ||||
* | remove a little pointless code.. | Bluebie | 2013-02-08 | 1 | -1/+1 |
| | |||||
* | remove old changelog file inherited from usbasploader-tiny85 - too confusing | Bluebie | 2013-02-08 | 1 | -34/+0 |
| | |||||
* | revert timing to be like 1.02 - 5 sec wait, 8ms write delay | Bluebie | 2013-02-08 | 3 | -3/+10 |
| | |||||
* | commandline: added timeout option (does it work on windows?) | Bluebie | 2013-02-06 | 1 | -1/+25 |
| | |||||
* | commandline: added new mac build | Bluebie | 2013-02-06 | 1 | -0/+0 |
| | |||||
* | commandline: raw support fixed, added --no-ansi mode for arduino/digispark ↵ | Bluebie | 2013-02-06 | 1 | -19/+34 |
| | | | | use, made no-ansi mode on all platforms less spammy | ||||
* | Fixed assignment in conditional bug. RAW uploads work now maybe? Thanks to ↵ | Bluebie | 2013-02-06 | 1 | -2/+2 |
| | | | | @benjie on digistump.com forums | ||||
* | commandline: Update Windows build | Jenna Fox | 2012-11-30 | 1 | -0/+0 |
| | |||||
* | commandline: Update Mac build | Bluebie | 2012-11-30 | 1 | -0/+0 |
| | |||||
* | commandline: pspgeek's usb fail workaround | Bluebie | 2012-11-30 | 2 | -5/+27 |
| | |||||
* | Added updated micronucleus.exe build, which goes extra slow and uses newer ↵ | Jenna Fox | 2012-11-19 | 2 | -1/+2 |
| | | | | micronucleus_lib | ||||
* | Slightly alter assert in micronucleus_lib.c | Jenna Fox | 2012-11-15 | 1 | -1/+1 |
| | | | Maybe a little more future/past proof now? | ||||
* | Firmware: updated .gitignore | Jenna Fox | 2012-10-14 | 1 | -0/+3 |
| | |||||
* | Firmware: Added a low-power release, suitable for chips with ckdiv8 programmed. | Jenna Fox | 2012-10-14 | 1 | -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. | ||||
* | commandline: Updated readme | Jenna Fox | 2012-10-10 | 1 | -6/+16 |
| | |||||
* | Added some tech details | Bluebie | 2012-10-06 | 1 | -0/+51 |
| | |||||
* | Release Notes for 1.04 release | Bluebie | 2012-10-05 | 1 | -2/+10 |
| | |||||
* | upgrade: Add micronucleus 1.04 upgrade prebuilt | Bluebie | 2012-10-05 | 2 | -3/+183 |
| | |||||
* | Firmware Release! 1.04 is now out. | Bluebie | 2012-10-05 | 5 | -1/+134 |
| | |||||
* | Change back to 2.5 sec bootloader delay - 2.0 seconds wasn't working ↵ | Bluebie | 2012-10-05 | 1 | -1/+1 |
| | | | | reliably enough for my taste | ||||
* | fix makefile to clean some uncleanly files | Bluebie | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Restructured firmware/releases folder, and added a 2.0 seconds build of 1.03 | Bluebie | 2012-10-05 | 4 | -0/+132 |
| | |||||
* | adjusted default duration down to 2.0 seconds from 2.5 seconds | Bluebie | 2012-10-05 | 1 | -1/+1 |
| |