Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | firmware: usbdrv.c bug | cpldcpu | 2015-06-06 | 1 | -1/+1 |
| | |||||
* | firmware: suppress warning about unused flags variable in usbdrv.c | cpldcpu | 2014-02-18 | 1 | -0/+2 |
| | |||||
* | firmeware: clean up usb driver | cpldcpu | 2014-02-02 | 1 | -38/+20 |
| | |||||
* | firmware: revert usbdriver to original code | cpldcpu | 2014-02-02 | 1 | -11/+6 |
| | |||||
* | firmware: single buffer usb | cpldcpu | 2014-01-06 | 1 | -4/+7 |
| | | | | 1578 bytes, yay.. | ||||
* | firmware: fix a timing bug in the usb driver | cpldcpu | 2014-01-05 | 1 | -2/+35 |
| | | | | SETUP/DATA timed out under Linux | ||||
* | firmware: size optimization of usb driver | cpldcpu | 2014-01-05 | 2 | -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 usb | cpldcpu | 2014-01-05 | 2 | -20/+5 |
| | |||||
* | just log current state | cpldcpu | 2014-01-04 | 2 | -5/+4 |
| | |||||
* | Fix: re-introduce testing for magic byte | cpldcpu | 2013-11-18 | 1 | -6/+37 |
| | |||||
* | source code clean up | cpldcpu | 2013-11-04 | 1 | -194/+1 |
| | |||||
* | assembler version of calibrateoscillator - 1952 bytes | cpldcpu | 2013-11-04 | 1 | -1/+199 |
| | | | | still needs cleaning up | ||||
* | Updated USB Driver, nanite, oscal | cpldcpu | 2013-11-04 | 20 | -160/+119 |
| | |||||
* | Firmware Release! 1.04 is now out. | Bluebie | 2012-10-05 | 2 | -0/+0 |
| | |||||
* | Better gitignore to stop committing compiler junk | Jenna Fox | 2012-09-30 | 1 | -23/+0 |
| | |||||
* | Fixed severe bug in microboot.rb where final 64 byte chunk of user program ↵ | Jenna Fox | 2012-09-27 | 1 | -8/+8 |
| | | | | wouldn't upload correctly | ||||
* | Adding more comments mostly - no functional changes | Jenna Fox | 2012-09-26 | 1 | -8/+8 |
| | |||||
* | Added check to make sure BOOTLOADER_ADDRESS aligns with SPM_PAGESIZE | Jenna Fox | 2012-09-26 | 1 | -8/+8 |
| | |||||
* | Switched to new digistump vid/pid, removed string manufacturer and product ↵ | Jenna Fox | 2012-09-25 | 1 | -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 Fox | 2012-09-25 | 1 | -8/+8 |
| | | | | hope!) | ||||
* | Bug where first page wouldn't erase properly seems to be fixed. I think the ↵ | Jenna Fox | 2012-09-24 | 1 | -9/+9 |
| | | | | bootloader works now? Neat! | ||||
* | Making progress fixing issue where it never properly erases first page | Jenna Fox | 2012-09-24 | 1 | -8/+8 |
| | |||||
* | revert damn you! | Jenna Fox | 2012-09-24 | 1 | -25/+8 |
| | |||||
* | Revert get rid of writeLength | Jenna Fox | 2012-09-24 | 1 | -0/+17 |
|\ | |||||
| * | get rid of writeLength variable, free up another 32 bytes for user program ↵ | Jenna Fox | 2012-09-24 | 1 | -8/+8 |
| | | | | | | | | space, make the finish mechanism more sensible | ||||
* | | stuff | Jenna Fox | 2012-09-24 | 1 | -8/+8 |
|/ | |||||
* | Trying to bring in lous' eraseApplication mechanism. | Jenna Fox | 2012-09-24 | 1 | -8/+8 |
| | |||||
* | Added hex file support | Jenna Fox | 2012-09-24 | 1 | -8/+8 |
| | |||||
* | remove redundant UBOOT_VERSION part of :get_info usb function | Jenna Fox | 2012-09-24 | 1 | -8/+8 |
| | |||||
* | remove reference to my debug LED | Jenna Fox | 2012-09-24 | 1 | -8/+8 |
| | |||||
* | Victory | Jenna Fox | 2012-09-24 | 1 | -8/+8 |
| | |||||
* | It's uploading things properly! Stupid double increment bug. But I think ↵ | Jenna Fox | 2012-09-24 | 1 | -8/+8 |
| | | | | it's failing to write tinyvector table | ||||
* | casually experimenting trying to get uploads working properly. | Jenna Fox | 2012-09-24 | 1 | -8/+8 |
| | |||||
* | very close to it working - it uploads some, but the words uploaded are ↵ | Jenna Fox | 2012-09-23 | 3 | -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 Fox | 2012-09-23 | 1 | -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 Fox | 2012-09-23 | 2 | -0/+0 |
| | |||||
* | fixing bugs which break compilation | Jenna Fox | 2012-09-23 | 1 | -8/+8 |
| | |||||
* | Working towards getting firmware compiling again - close to testing new version | Jenna Fox | 2012-09-23 | 1 | -8/+8 |
| | |||||
* | Begin work to convert embedded-creations USBaspLoader-tiny85 port to bootloadHID | Jenna Fox | 2012-09-23 | 25 | -0/+7486 |