INL-retro-progdump/firmware
Paul Molloy 31678bacfe renamed: host/source/pinport.h -> shared/shared_pinport.h
modified:   firmware/source/pinport.c
modified:   firmware/source/pinport.h
	-creating shared_pinport.h which is effectively a dictionary for
	pinport opcodes
	-file gets copied to host and firmware source dirs when compilied.
	-hardware macros had to be renamed to include underscore to
	differentiate opcode name from hardware macro.
	-pinport.c now is a nice clean switch between opcode name and
	macro with all literal numbers removed.
	-now don't have to manually track/update opcode numbers between
	multiple locations.

modified:   firmware/source/io.c
modified:   firmware/source/main.c
	-updates to add underscore pre-fix to hardware macros.
2016-11-23 18:12:50 -06:00
..
source renamed: host/source/pinport.h -> shared/shared_pinport.h 2016-11-23 18:12:50 -06:00
usbdrv Readme.txt adding more build notes mostly for linux. 2016-11-18 00:35:10 -06:00
Makefile modified: Makefile 2016-11-22 20:27:52 -06:00
main.hex Initial add of firmware hex. 2016-11-22 20:20:30 -06:00