summaryrefslogtreecommitdiffstats
path: root/firmware/usbdrv
Commit message (Collapse)AuthorAgeFilesLines
* firmware: Add size optimized fast CRC by @gblarggcpldcpu2015-07-261-24/+23
|
* firmware: usbdrv.c bugcpldcpu2015-06-061-1/+1
|
* firmware: suppress warning about unused flags variable in usbdrv.ccpldcpu2014-02-181-0/+2
|
* firmeware: clean up usb drivercpldcpu2014-02-021-38/+20
|
* firmware: revert usbdriver to original codecpldcpu2014-02-021-11/+6
|
* firmware: single buffer usbcpldcpu2014-01-061-4/+7
| | | | 1578 bytes, yay..
* firmware: fix a timing bug in the usb drivercpldcpu2014-01-051-2/+35
| | | | SETUP/DATA timed out under Linux
* firmware: size optimization of usb drivercpldcpu2014-01-052-21/+54
| | | | | | | - removed code for replies from SRAM. The new protocol does not need this - only use zero initialized global variables to avoid having a data section
* firmware: first working version with polled usbcpldcpu2014-01-052-20/+5
|
* just log current statecpldcpu2014-01-042-5/+4
|
* Fix: re-introduce testing for magic bytecpldcpu2013-11-181-6/+37
|
* source code clean upcpldcpu2013-11-041-194/+1
|
* assembler version of calibrateoscillator - 1952 bytescpldcpu2013-11-041-1/+199
| | | | still needs cleaning up
* Updated USB Driver, nanite, oscalcpldcpu2013-11-0420-160/+119
|
* Firmware Release! 1.04 is now out.Bluebie2012-10-052-0/+0
|
* Better gitignore to stop committing compiler junkJenna Fox2012-09-301-23/+0
|
* Fixed severe bug in microboot.rb where final 64 byte chunk of user program ↵Jenna Fox2012-09-271-8/+8
| | | | wouldn't upload correctly
* Adding more comments mostly - no functional changesJenna Fox2012-09-261-8/+8
|
* Added check to make sure BOOTLOADER_ADDRESS aligns with SPM_PAGESIZEJenna Fox2012-09-261-8/+8
|
* Switched to new digistump vid/pid, removed string manufacturer and product ↵Jenna Fox2012-09-251-8/+8
| | | | | | name to try shave some more bytes off also adding better comments to firmware/main.c for future hackers
* Crammed bootloader up against the edge while keeping it aligned to a page (I ↵Jenna Fox2012-09-251-8/+8
| | | | hope!)
* Bug where first page wouldn't erase properly seems to be fixed. I think the ↵Jenna Fox2012-09-241-9/+9
| | | | bootloader works now? Neat!
* Making progress fixing issue where it never properly erases first pageJenna Fox2012-09-241-8/+8
|
* revert damn you!Jenna Fox2012-09-241-25/+8
|
* Revert get rid of writeLengthJenna Fox2012-09-241-0/+17
|\
| * get rid of writeLength variable, free up another 32 bytes for user program ↵Jenna Fox2012-09-241-8/+8
| | | | | | | | space, make the finish mechanism more sensible
* | stuffJenna Fox2012-09-241-8/+8
|/
* Trying to bring in lous' eraseApplication mechanism.Jenna Fox2012-09-241-8/+8
|
* Added hex file supportJenna Fox2012-09-241-8/+8
|
* remove redundant UBOOT_VERSION part of :get_info usb functionJenna Fox2012-09-241-8/+8
|
* remove reference to my debug LEDJenna Fox2012-09-241-8/+8
|
* VictoryJenna Fox2012-09-241-8/+8
|
* It's uploading things properly! Stupid double increment bug. But I think ↵Jenna Fox2012-09-241-8/+8
| | | | it's failing to write tinyvector table
* casually experimenting trying to get uploads working properly.Jenna Fox2012-09-241-8/+8
|
* very close to it working - it uploads some, but the words uploaded are ↵Jenna Fox2012-09-233-8/+8
| | | | 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/+0
| | | | 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
* Built hex successfully, but bootloader is too big! nooooooooo!Jenna Fox2012-09-232-0/+0
|
* fixing bugs which break compilationJenna Fox2012-09-231-8/+8
|
* Working towards getting firmware compiling again - close to testing new versionJenna Fox2012-09-231-8/+8
|
* Begin work to convert embedded-creations USBaspLoader-tiny85 port to bootloadHIDJenna Fox2012-09-2325-0/+7486