summaryrefslogtreecommitdiffstats
path: root/firmware/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Should have no impact on code
* Firmware & Upgrade: Released 1.06! yet to add -jumper release tho. Fixes ↵Bluebie2013-03-041-1/+1
| | | | clock speed thing - always starts at 16.5mhz now!
* 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
| | | | hope!)
* revert damn you!Jenna Fox2012-09-241-1/+1
|
* get rid of writeLength variable, free up another 32 bytes for user program ↵Jenna Fox2012-09-241-1/+1
| | | | space, make the finish mechanism more sensible
* 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 ↵Jenna Fox2012-09-231-4/+3
| | | | spaced out with 0xFF's between each word :S
* Giving up on HID - looks like OS wants to poll it which wont work with ↵Jenna Fox2012-09-231-1/+1
| | | | frozen writing/erasing chip, so going to make custom usb class mini bootloader based on this. This is the last commit where there was something which might be adaptable in to a hid driver
* 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