INL-retro-progdump/host
Paul Molloy f4bbad3d4a Have SWIM write communications working on STM Adatper and INL6.
Able to enter active mode and Write on the fly.
Simple test to toggle LED on STM8 GPIO works!
Still quite far from ideal setup.  Some things needed:
-defines for ACK/NAK/NO_RESP in dictionary to report inteligbly to lua
-move test SWIM code into separate lua script
-define STM8-CIC registers for easier calling from lua
-entering active mode is too board dependent, need to use swim_base
-Need to make better use of device timers for entering active mode
-arm assembly is quite a mess, unaware of calling convention when writting
-stopping more than just r0-4, r5+ need to be restored if used
-thinking I'd like a full out assmebly file that gets compiled separately
-nothing is done to support SWIM with AVR
-hacking lack of powerful enough pullup on SWIM pin
	not much that can be done to get around this...
	don't want to add resistors to programmer for every pin I 'might' use
	don't want to add resistors to each board that's made
-seems to work well enough, but reads will prob prove challenging
-currently only running at slow speed with ton of NOPs
2017-09-04 13:53:37 -05:00
..
include new file: shared/usb_commands.h 2016-11-20 23:57:09 -06:00
scripts Have SWIM write communications working on STM Adatper and INL6. 2017-09-04 13:53:37 -05:00
source commiting files as they were left a couple weeks ago.. 2017-08-20 16:38:12 -05:00
udev-rule-help modified: source/inlprog.c 2016-11-19 17:38:12 -06:00
winlib Initial commit for: 2016-11-18 03:15:02 -06:00
Makefile Deleted lua makefile from attempt to move last commit. 2017-07-05 17:57:17 -05:00
inlretro_commited.exe Resolved issue where final buffer wasn't getting fully flashed. 2017-06-04 20:13:58 -05:00
libusb-1.0.dll Initial commit for: 2016-11-18 03:15:02 -06:00