aboutsummaryrefslogtreecommitdiff
path: root/bootloaders/nuevo_diskloader/src/USBCore.cpp
AgeCommit message (Collapse)Author
2011-10-27brought nuevo_diskloader changes over to diskloaderZach Eveland
Moved nuevo_diskloader files into diskloader directory. Changed back to real PID for Leonardo
2011-10-26working bootloader. had to move interrupts back to application section. ↵Zach Eveland
NOTE: need to have sketch CDC jump to appropriate place for bootloader - 4k from end instead of 2k
2011-10-26working (?!?!?!) bootloader. doesn't yet restart chip after upload completes.Zach Eveland
2011-10-25progress on bootloader bug - have implemented blocking USB_Recv. avrdude ↵Zach Eveland
makes it to flash programming address 0400 or so before hanging
2011-10-24fixed logic bug in waiting for synch. stripped out all Serial stuffZach Eveland
2011-10-23bootloader responds properly now. nearly there - still have an issue with ↵Zach Eveland
it falling out of sync after completing most operations
2011-10-21some progress on responding to parameter requestsZach Eveland
2011-10-21added more USB source adapted from sketch core. still not enumerating.Zach Eveland