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
Age
Commit message (
Collapse
)
Author
2011-10-26
working (?!?!?!) bootloader. doesn't yet restart chip after upload completes.
Zach Eveland
2011-10-26
uploading now completes using RC2 on Win7
Zach Eveland
2011-10-25
closer still - now up to 4680
Zach Eveland
2011-10-25
progress on bootloader bug - have implemented blocking USB_Recv. avrdude ↵
Zach Eveland
makes it to flash programming address 0400 or so before hanging
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 ↵
Zach Eveland
it falling out of sync after completing most operations
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
to respond to STK_GET_PARAMETER
2011-10-21
continuing to port programming code. temporarily changed PID to test on ↵
Zach Eveland
Windows (it works)
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 ↵
Zach Eveland
experiments
2011-10-21
Enumerates! used inline ASM for operation which moves interrupts to boot ↵
Zach Eveland
section
2011-10-21
can now enable interrupts but EORSTE or SOFE in USB_::attach() still cause ↵
Zach Eveland
bootloader to hang
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