summaryrefslogtreecommitdiffstats
path: root/firmware/main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added hex file supportJenna Fox2012-09-241-2/+2
* remove redundant UBOOT_VERSION part of :get_info usb functionJenna Fox2012-09-241-9/+9
* remove reference to my debug LEDJenna Fox2012-09-241-27/+3
* VictoryJenna Fox2012-09-241-23/+23
* It's uploading things properly! Stupid double increment bug. But I think it's...Jenna Fox2012-09-241-1/+0
* casually experimenting trying to get uploads working properly.Jenna Fox2012-09-241-1/+1
* very close to it working - it uploads some, but the words uploaded are spaced...Jenna Fox2012-09-231-76/+74
* Giving up on HID - looks like OS wants to poll it which wont work with frozen...Jenna Fox2012-09-231-174/+10
* fixing bugs which break compilationJenna Fox2012-09-231-14/+15
* Working towards getting firmware compiling again - close to testing new versionJenna Fox2012-09-231-49/+29
* More stuff in firmware main.cJenna Fox2012-09-231-0/+15
* lots of stuffJenna Fox2012-09-231-80/+39
* nice cleaned up usbFunctionWriteJenna Fox2012-09-231-228/+238
* quick once over leaveBootloader and writeWordToPageBufferJenna Fox2012-09-231-76/+21
* cleaned up main loop area (untested)Jenna Fox2012-09-231-141/+108
* Begin work to convert embedded-creations USBaspLoader-tiny85 port to bootloadHIDJenna Fox2012-09-231-0/+657