INL-retro-progdump/host/scripts
Paul XPS ff8495455c Updating fwupdate script it's officially updating the STM32 firmware all
on it's own!!!

It flashes pretty quickly too.  The STlink takes about 8sec to erase and
write.  I'm guessing it's erasing the whole 128KByte though.  My own
fwupdater takes ~3sec to flash, ~1.5sec to erase.  So there might not
even be that much room for speed up.  3sec is hard to beat signficantly
anyway and it comes at the cost of bytes.  Perhaps even complexity and
risk of OUT packet errors/loss on the device side.  So kinda like
leaving it as is.
2018-11-30 00:37:52 -06:00
..
app Updating fwupdate script it's officially updating the STM32 firmware all 2018-11-30 00:37:52 -06:00
nes Have the USB code effectively separated from the main application code! 2018-11-27 23:26:26 -06:00
snes Big update from past weeks' work. Most of the work involves converting 2018-11-19 18:00:03 -06:00
inlretro.lua Firmware updates are complete for switchless firmware updates via USB! 2018-11-29 22:31:26 -06:00
inlretro2.lua Eliminate some warnings in usb_operations.c, refactor logic related to option parsing, usb init, lua init in inprog.c, initial prototype of inlretro2.lua that handles options from cmd line, streamlined execution 2018-11-23 21:06:17 -06:00