INL-retro-progdump/firmware/source
Paul Molloy 3326c2fb34 payload buffers working with some early testing.
Had a good lesson on what static means... :/
everything working now as previously designed
speed testing on windows10 PC yeilded ~21KBps when transferring 128-512KB
payloads and 128Byte transfer size.  Going to bump to 256 and see how that
does after 128KB speed tests on linux machine.

created host test.c/.h file for general testing of new features.
that way I can start working on erase/write.h files and just use test.c as
scratch code space for tinkering and still call with -t flag on command
line.

modified dictionary calls to include pointers to data and lengths.
2016-11-29 18:27:54 -06:00
..
buffer.c payload buffers working with some early testing. 2016-11-29 18:27:54 -06:00
buffer.h payload buffers working with some early testing. 2016-11-29 18:27:54 -06:00
io.c Adding EXP0_PULLUP_TEST should probably verify pullup on EXP0 provides 2016-11-27 17:47:40 -06:00
io.h Adding EXP0_PULLUP_TEST should probably verify pullup on EXP0 provides 2016-11-27 17:47:40 -06:00
logic.h Initial firmware implementation of buffer objects and raw sram allocation 2016-11-28 02:01:14 -06:00
main.c AVR Memory Usage 2016-11-28 22:53:12 -06:00
nes.c Adding EXP0_PULLUP_TEST should probably verify pullup on EXP0 provides 2016-11-27 17:47:40 -06:00
nes.h Adding EXP0_PULLUP_TEST should probably verify pullup on EXP0 provides 2016-11-27 17:47:40 -06:00
pinport.c SNES dictionary creation, addition of NES cpu/ppu read/writes 2016-11-27 15:32:36 -06:00
pinport.h SNES dictionary creation, addition of NES cpu/ppu read/writes 2016-11-27 15:32:36 -06:00
snes.c SNES dictionary creation, addition of NES cpu/ppu read/writes 2016-11-27 15:32:36 -06:00
snes.h SNES dictionary creation, addition of NES cpu/ppu read/writes 2016-11-27 15:32:36 -06:00
types.h firmware buffer.c reorganization and some intitial testing complete. 2016-11-28 22:16:35 -06:00
usb.c payload buffers working with some early testing. 2016-11-29 18:27:54 -06:00
usb.h usbFunctionWrite support loading incoming write/OUT data to buffer objects. 2016-11-29 15:27:31 -06:00