summaryrefslogtreecommitdiffstats
path: root/firmware/usbconfig.h
Commit message (Collapse)AuthorAgeFilesLines
* firmware: Use fast CRC when cpu clock is below 16MHz to fix USB3.0 port ↵cpldcpu2015-07-261-1/+12
| | | | timeouts.
* commandline: Support for new v2 transmission protocolcpldcpu2014-01-051-1/+1
| | | | | | | The block transfer is now done in the address and indexfield of a setup-packet to save a lot of memory in the firmware: This requires twice the number of transmissions, but is effectively faster due to less bus congestion and resends.
* firmware: first working version with polled usbcpldcpu2014-01-051-0/+2
|
* just log current statecpldcpu2014-01-041-5/+3
|
* 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