INL-retro-progdump/firmware/source/old
Paul Molloy 1e5ea8cc7e Have USB drivers successfully calling usbFunctionSetup when vendor setup
packet arrives.  Had issue with return data on STM32 not being properly
aligned when the rv array was only 8bit.  So defining it as a 16bit array
and then pointing a 8bit pointer to it seems to be an easy fix for now.

Ready to start working on pinport dictionary.  Need to get lua code
working on a lower level handling the dictionary calls.  Need it do do
things like fill out the wLength and everything for me so one doesn't have
to remember every detail about an opcode/dictionary before calling it.
Realizing code was heavily segmented based on how big/many operands there
were and how big the return data was.  This is hard to maintain, need lua
to resolve this issue, and make everything easier to script.  Thinking
opcode/dictionary calls need to be more like a function call.  Passing in
necessary args only, and returning data instead of succeed/fail.
2017-07-24 21:56:34 -05:00
..
buffer.c Completely trimmed avr build down to bare bones, only completing 2017-07-22 14:30:03 -05:00
buffer.h Completely trimmed avr build down to bare bones, only completing 2017-07-22 14:30:03 -05:00
dump.c Completely trimmed avr build down to bare bones, only completing 2017-07-22 14:30:03 -05:00
dump.h Completely trimmed avr build down to bare bones, only completing 2017-07-22 14:30:03 -05:00
flash.c Completely trimmed avr build down to bare bones, only completing 2017-07-22 14:30:03 -05:00
flash.h Completely trimmed avr build down to bare bones, only completing 2017-07-22 14:30:03 -05:00
io.c Completely trimmed avr build down to bare bones, only completing 2017-07-22 14:30:03 -05:00
io.h Completely trimmed avr build down to bare bones, only completing 2017-07-22 14:30:03 -05:00
logic.h Completely trimmed avr build down to bare bones, only completing 2017-07-22 14:30:03 -05:00
main.c Completely trimmed avr build down to bare bones, only completing 2017-07-22 14:30:03 -05:00
nes.c Completely trimmed avr build down to bare bones, only completing 2017-07-22 14:30:03 -05:00
nes.h Completely trimmed avr build down to bare bones, only completing 2017-07-22 14:30:03 -05:00
operation.c Completely trimmed avr build down to bare bones, only completing 2017-07-22 14:30:03 -05:00
operation.h Completely trimmed avr build down to bare bones, only completing 2017-07-22 14:30:03 -05:00
pinport.c Completely trimmed avr build down to bare bones, only completing 2017-07-22 14:30:03 -05:00
pinport.h Completely trimmed avr build down to bare bones, only completing 2017-07-22 14:30:03 -05:00
snes.c Completely trimmed avr build down to bare bones, only completing 2017-07-22 14:30:03 -05:00
snes.h Completely trimmed avr build down to bare bones, only completing 2017-07-22 14:30:03 -05:00
usb.c Completely trimmed avr build down to bare bones, only completing 2017-07-22 14:30:03 -05:00
usb.h Completely trimmed avr build down to bare bones, only completing 2017-07-22 14:30:03 -05:00