index
:
arduino-avr-xinput
master
A fork of Dmadison's Xinput Arduino avr core with a package.json
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bootloaders
/
nuevo_diskloader
/
src
Age
Commit message (
Expand
)
Author
2011-10-25
progress on bootloader bug - have implemented blocking USB_Recv. avrdude mak...
Zach Eveland
2011-10-24
fixed logic bug in waiting for synch. stripped out all Serial stuff
Zach Eveland
2011-10-24
removed old comments
Zach Eveland
2011-10-23
bootloader responds properly now. nearly there - still have an issue with it...
Zach Eveland
2011-10-21
more attempts to get parameter sending to work
Zach Eveland
2011-10-21
some progress on responding to parameter requests
Zach Eveland
2011-10-21
avrdude communication starting to work - responds to sync, fails when trying ...
Zach Eveland
2011-10-21
continuing to port programming code. temporarily changed PID to test on Wind...
Zach Eveland
2011-10-21
starting to port bootloader programming code - testing as I go
Zach Eveland
2011-10-21
added and modified Program() routine
Zach Eveland
2011-10-21
cleaning up code and comments in main - getting rid of leftover stuff from ex...
Zach Eveland
2011-10-21
Enumerates! used inline ASM for operation which moves interrupts to boot sec...
Zach Eveland
2011-10-21
can now enable interrupts but EORSTE or SOFE in USB_::attach() still cause bo...
Zach Eveland
2011-10-21
added more USB source adapted from sketch core. still not enumerating.
Zach Eveland
2011-10-21
initial commit of new Diskloader-based bootloader experiment
Zach Eveland