Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Dont wait for writes - CPU is halted anyways. | cpldcpu | 2013-11-18 | 1 | -2/+3 | |
| | ||||||
* | Fix: re-introduce testing for magic byte | cpldcpu | 2013-11-18 | 1 | -6/+37 | |
| | ||||||
* | source code clean up | cpldcpu | 2013-11-04 | 7 | -227/+251 | |
| | ||||||
* | assembler version of calibrateoscillator - 1952 bytes | cpldcpu | 2013-11-04 | 2 | -5/+203 | |
| | | | | still needs cleaning up | |||||
* | further size optimization in calibrateoscillator. | cpldcpu | 2013-11-04 | 2 | -2/+67 | |
| | | | | 1976 bytes | |||||
* | Freebie: Removed unused code for 6 byte gain | cpldcpu | 2013-11-04 | 1 | -19/+1 | |
| | ||||||
* | remove | cpldcpu | 2013-11-04 | 1 | -487/+0 | |
| | ||||||
* | Updated USB Driver, nanite, oscal | cpldcpu | 2013-11-04 | 24 | -205/+730 | |
| | ||||||
* | Bugfixes to make micronucleus reentrant | cpldcpu | 2013-10-25 | 1 | -0/+3 | |
| | ||||||
* | Revert changes to writeFlashPage() | cpldcpu | 2013-10-25 | 1 | -24/+28 | |
| | | | | | | Revert changes to writeFlashPage() - the changes introduced some inconsistency and only saved 4 bytes anyways. This version is verified and works. | |||||
* | tiny85FlashInit(); only checks on byte now | cpldcpu | 2013-10-09 | 1 | -5/+2 | |
| | | | | 20 bytes less | |||||
* | moved vector functions to writeFlashPage(), fixed RESTORE_OSCCAL | cpldcpu | 2013-10-09 | 1 | -22/+25 | |
| | ||||||
* | Enabled garbage collection and better disassembly | cpldcpu | 2013-10-09 | 1 | -3/+4 | |
| | | | | Should have no impact on code | |||||
* | Reduce accesses to global variable idlePolls | cpldcpu | 2013-10-07 | 2 | -2/+1 | |
| | | | | saves 8 bytes | |||||
* | Do modulo only on lower byte - saves 24 bytes | cpldcpu | 2013-10-07 | 1 | -3/+28 | |
| | | | | | | | | | | | | | | | | | | | | GCC generated some quite weird code from the module operations. Although highly optimized, most of the instructions are redundant. Is this a bug? The current solution is a bit hacky, but should also work when the pages size is changed in future devices. uchar isLast = (((currentAddress&0xff) % SPM_PAGESIZE) == 0); 1e02: 80 91 69 00 lds r24, 0x0069 1e06: 90 91 6a 00 lds r25, 0x006A 1e0a: 8f 73 andi r24, 0x3F ; 63 1e0c: 99 27 eor r25, r25 // definitely need this if! seems usbFunctionWrite gets called again in future usbPoll's in the runloop! if (isLast) fireEvent(EVENT_WRITE_PAGE); // ask runloop to write our page 1e0e: 89 2b or r24, r25 1e10: 39 f0 breq .+14 ; 0x1e20 <main+0x1ee> 1e12: 0d c0 rjmp .+26 ; 0x1e2e <main+0x1fc> | |||||
* | Use delay routines without NOP padding. this saves 16 bytes | cpldcpu | 2013-10-07 | 1 | -0/+3 | |
| | ||||||
* | A single write is sufficient to invalidate magic word - saves 4 bytes | cpldcpu | 2013-10-07 | 1 | -2/+2 | |
| | ||||||
* | Use a local pointer in eraseApplicatoin() - saves 18 Bytes | cpldcpu | 2013-10-07 | 1 | -9/+8 | |
| | ||||||
* | some small mistakes I noticed while going through the code with a ↵ | Louis Beaudoin | 2013-06-06 | 1 | -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) | Bluebie | 2013-05-26 | 1 | -3/+7 | |
| | ||||||
* | Emergency Update for -jumper varient - install update immediately - previous ↵ | Bluebie | 2013-05-20 | 2 | -66/+72 | |
| | | | | 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 | 1 | -0/+138 | |
| | ||||||
* | Firmware & Upgrade: Released 1.06! yet to add -jumper release tho. Fixes ↵ | Bluebie | 2013-03-04 | 4 | -10/+154 | |
| | | | | 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 | |
| | ||||||
* | release: added release notes for -jumper variant | Bluebie | 2013-02-17 | 1 | -0/+12 | |
| | ||||||
* | release & upgrade: added jumper varient | Bluebie | 2013-02-17 | 1 | -0/+134 | |
| | ||||||
* | D5 version for deuxvis | Bluebie | 2013-02-08 | 1 | -1/+2 | |
| | ||||||
* | experimental build with pin0 as boot button pin | Bluebie | 2013-02-08 | 1 | -16/+17 | |
| | ||||||
* | 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 | |
| | ||||||
* | revert timing to be like 1.02 - 5 sec wait, 8ms write delay | Bluebie | 2013-02-08 | 3 | -3/+10 | |
| | ||||||
* | 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. | |||||
* | Release Notes for 1.04 release | Bluebie | 2012-10-05 | 1 | -2/+10 | |
| | ||||||
* | 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 | |
| | ||||||
* | Reduced default WRITE_SLEEP value from 8 to 6, for 25% faster writing and ↵ | Bluebie | 2012-10-05 | 1 | -1/+1 | |
| | | | | erasing | |||||
* | 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. | |||||
* | 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. | |||||
* | 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 | |
| | ||||||
* | cleaning up directory structures | Jenna Fox | 2012-09-30 | 7 | -548/+0 | |
| | ||||||
* | Micronucleus 1.03 yay. Now with 6076 bytes user programmable memory. | Jenna Fox | 2012-09-30 | 3 | -136/+388 | |
| | ||||||
* | Better gitignore to stop committing compiler junk | Jenna Fox | 2012-09-30 | 6 | -1379/+0 | |
| |