summaryrefslogtreecommitdiffstats
path: root/firmware/main.c
Commit message (Expand)AuthorAgeFilesLines
* firmware: fix condition for EXECUTEcpldcpu2013-12-161-1/+1
* don't exit bootloader with clean memorycpldcpu2013-12-151-20/+17
* C99 typescpldcpu2013-12-151-8/+8
* restructure, optimizations by shay #1cpldcpu2013-12-151-24/+31
* Release notes, hex files and readmecpldcpu2013-12-151-2/+3
* more cleaning upcpldcpu2013-12-151-29/+8
* Source clean upcpldcpu2013-12-071-140/+40
* custom crt, remove tiny85flashinit, UNTESTEDcpldcpu2013-12-061-4/+5
* removed redundant code - untestedcpldcpu2013-12-011-34/+20
* Move Usbinit, using wdt nowcpldcpu2013-11-271-3/+9
* update version numbercpldcpu2013-11-251-3/+3
* clean up, added LED, NO USB exit delaycpldcpu2013-11-251-34/+32
* minorcpldcpu2013-11-181-6/+8
* Dont wait for writes - CPU is halted anyways.cpldcpu2013-11-181-2/+3
* Freebie: Removed unused code for 6 byte gaincpldcpu2013-11-041-19/+1
* Updated USB Driver, nanite, oscalcpldcpu2013-11-041-14/+21
* Bugfixes to make micronucleus reentrantcpldcpu2013-10-251-0/+3
* Revert changes to writeFlashPage()cpldcpu2013-10-251-24/+28
* tiny85FlashInit(); only checks on byte nowcpldcpu2013-10-091-5/+2
* moved vector functions to writeFlashPage(), fixed RESTORE_OSCCALcpldcpu2013-10-091-22/+25
* Reduce accesses to global variable idlePollscpldcpu2013-10-071-1/+0
* Do modulo only on lower byte - saves 24 bytescpldcpu2013-10-071-3/+28
* Use delay routines without NOP padding. this saves 16 bytescpldcpu2013-10-071-0/+3
* A single write is sufficient to invalidate magic word - saves 4 bytescpldcpu2013-10-071-2/+2
* Use a local pointer in eraseApplicatoin() - saves 18 Bytescpldcpu2013-10-071-9/+8
* some small mistakes I noticed while going through the code with a fine-toothe...Louis Beaudoin2013-06-061-1/+1
* fix interrupt enable during application erase (via andihofmeister)Bluebie2013-05-261-3/+7
* Firmware & Upgrade: Released 1.06! yet to add -jumper release tho. Fixes cloc...Bluebie2013-03-041-6/+12
* firmware: added osccal store and retrieve code, untestedBluebie2013-03-041-6/+11
* remove a little pointless code..Bluebie2013-02-081-1/+1
* revert timing to be like 1.02 - 5 sec wait, 8ms write delayBluebie2013-02-081-2/+2
* Firmware Release! 1.04 is now out.Bluebie2012-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-041-1/+30
* idle polls now resets on any usb request, so you can hold on to the bootloade...Jenna Fox2012-10-031-8/+12
* Cleaning up some comments and old references to previous µBoot name.Jenna Fox2012-09-301-12/+14
* 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
* Fixed severe bug in microboot.rb where final 64 byte chunk of user program wo...Jenna Fox2012-09-271-1/+2
* More commentsJenna Fox2012-09-271-4/+5
* Adding more comments mostly - no functional changesJenna Fox2012-09-261-2/+5
* Added check to make sure BOOTLOADER_ADDRESS aligns with SPM_PAGESIZEJenna Fox2012-09-261-0/+5
* 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-251-12/+20
* Crammed bootloader up against the edge while keeping it aligned to a page (I ...Jenna Fox2012-09-251-24/+36
* Making progress fixing issue where it never properly erases first pageJenna Fox2012-09-241-6/+20
* revert damn you!Jenna Fox2012-09-241-20/+16
* get rid of writeLength variable, free up another 32 bytes for user program sp...Jenna Fox2012-09-241-16/+20
* Trying to bring in lous' eraseApplication mechanism.Jenna Fox2012-09-241-12/+20