INL-retro-progdump/firmware
Paul Molloy 0dd8828744 Long over due commit...
-Updated STM devices to always run @ 48MHz
 Doesn't seem to cause any problems with SNES flashing couple thousand SF2
 boards have been flashed with this build without issues
-Added note to usb_operations.c as manf/prod ID can't be read if drivers
 aren't installed.  Caused issues for Todd as he hadn't installed drivers
 for new hardware.
-STM swim operations are working pretty well for SNES v2 and v3 boards
 Haven't even touched SWIM on AVR core yet...
 SWIM is pretty pin independent but only implemented on EXP0 so far
 Reads "ROTF" aren't bullet proof but they're pretty good.  Biggest
 room for improvement aside from adding a legit pullup would be to have
 an interrupt trigger the device header bit falling edge instead of the
 current polling method which has decent amount of jitter.
 Implementing interrupts would also probably allow for more easily
 supporing reads longer than a single byte...
2017-10-22 17:09:21 -05:00
..
build_avr Have SNES flashing and dumping working for all 3 kazzos on SNES v3.0p 2017-08-24 13:41:08 -05:00
build_stm Long over due commit... 2017-10-22 17:09:21 -05:00
include_stm Creation of pinport abstraction layer to make firmware more generic to the 2017-07-22 23:58:16 -05:00
release Successfully building avr & stm core with one set of files. 2017-07-22 17:03:23 -05:00
source Long over due commit... 2017-10-22 17:09:21 -05:00
source_stm_only Have basic Low Speed SWIM read on the fly working. 2017-09-12 22:36:25 -05:00
usbdrv_Vusb Starting to separate AVR build so STM can be build alongside in same dir 2017-07-22 14:01:07 -05:00
Make_avr Creation of pinport abstraction layer to make firmware more generic to the 2017-07-22 23:58:16 -05:00
Make_stm_adapter Have basic Low Speed SWIM read on the fly working. 2017-09-12 22:36:25 -05:00
Make_stm_inl6 Have basic Low Speed SWIM read on the fly working. 2017-09-12 22:36:25 -05:00
Makefile Big update, have PRG-ROM dumping on NROM working for all devices! 2017-08-07 16:06:23 -05:00