summaryrefslogtreecommitdiffstats
path: root/firmware/usbconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* firmware: more global registers and unions typescpldcpu2013-12-311-3/+8
| | | | Saves 70(!) bytes or so..
* firmware: CRC checking of all received datacpldcpu2013-12-281-0/+6
| | | | backport of optimizations by @gblargg
* clean up, added LED, NO USB exit delaycpldcpu2013-11-251-1/+9
| | | | | | | Work towards v1.10 - Clean up bootloaderconfig.h - Included option for LED - Included second timout if no USB connected
* source code clean upcpldcpu2013-11-041-4/+3
|
* Cleaning up some comments and old references to previous µBoot name.Jenna Fox2012-09-301-3/+3
|
* Switched to new digistump vid/pid, removed string manufacturer and product ↵Jenna Fox2012-09-251-6/+8
| | | | | | name to try shave some more bytes off also adding better comments to firmware/main.c for future hackers
* Making progress fixing issue where it never properly erases first pageJenna Fox2012-09-241-0/+3
|
* remove redundant UBOOT_VERSION part of :get_info usb functionJenna Fox2012-09-241-1/+1
|
* very close to it working - it uploads some, but the words uploaded are ↵Jenna Fox2012-09-231-119/+145
| | | | 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-0/+10
| | | | 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
* replaced usbconfig.h with version from bootloadHIDJenna Fox2012-09-231-145/+104
|
* fixing bugs which break compilationJenna Fox2012-09-231-1/+6
|
* Begin work to convert embedded-creations USBaspLoader-tiny85 port to bootloadHIDJenna Fox2012-09-231-0/+309