summaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
Commit message (Expand)AuthorAgeFilesLines
* firmware: add -gc-sections to save 2 bytescpldcpu2016-04-271-1/+1
* #ENABLE_UNSAFE_OPTIMIZATIONScpldcpu2015-01-121-1/+2
* firmware: Slow down AVRDUDE in makefilecpldcpu2014-06-221-5/+5
* firmware: reduce usbasp write speedcpldcpu2014-03-161-5/+5
* firmware: adding ATtiny841cpldcpu2014-03-161-3/+5
* firmware: makefile clean upcpldcpu2014-03-161-10/+8
* firmware: Added configuration folderscpldcpu2014-03-161-153/+11
* firmware: increase led speedcpldcpu2014-02-201-1/+1
* firmware: clarify size outputcpldcpu2014-02-181-1/+4
* firmware: first steps to integrated upgradecpldcpu2014-01-251-1/+9
* firmware: Removed trampoline and INT patchingcpldcpu2014-01-051-2/+2
* just log current statecpldcpu2014-01-041-11/+11
* firmware: One more free page for the userprogramcpldcpu2013-12-311-1/+1
* firmware: Clean buffer at begin of writecpldcpu2013-12-161-1/+1
* clean up osccalcpldcpu2013-12-151-2/+2
* custom crt, remove tiny85flashinit, UNTESTEDcpldcpu2013-12-061-5/+6
* Move Usbinit, using wdt nowcpldcpu2013-11-271-1/+1
* clean up, added LED, NO USB exit delaycpldcpu2013-11-251-1/+1
* fixed make cleancpldcpu2013-11-181-1/+1
* source code clean upcpldcpu2013-11-041-6/+5
* Enabled garbage collection and better disassemblycpldcpu2013-10-091-3/+4
* Firmware & Upgrade: Released 1.06! yet to add -jumper release tho. Fixes cloc...Bluebie2013-03-041-1/+1
* fix makefile to clean some uncleanly filesBluebie2012-10-051-1/+1
* Cleaning up some comments and old references to previous µBoot name.Jenna Fox2012-09-301-4/+3
* instructions in makefile on how to calculate BOOTLOADER_ADDRESSJenna Fox2012-09-261-4/+7
* Crammed bootloader up against the edge while keeping it aligned to a page (I ...Jenna Fox2012-09-251-2/+2
* revert damn you!Jenna Fox2012-09-241-1/+1
* get rid of writeLength variable, free up another 32 bytes for user program sp...Jenna Fox2012-09-241-1/+1
* added note to self about what BOOTLOADER_ADDRESS actually means in MakefileJenna Fox2012-09-241-0/+1
* remove reference to my debug LEDJenna Fox2012-09-241-1/+1
* very close to it working - it uploads some, but the words uploaded are spaced...Jenna Fox2012-09-231-4/+3
* Giving up on HID - looks like OS wants to poll it which wont work with frozen...Jenna Fox2012-09-231-1/+1
* fixing bugs which break compilationJenna Fox2012-09-231-1/+1
* Begin work to convert embedded-creations USBaspLoader-tiny85 port to bootloadHIDJenna Fox2012-09-231-0/+225