Firmware for Mac ROM SIMM programmer
Go to file
2011-12-11 13:45:17 -08:00
.settings
LUFA Added LUFA into the project, right now just for some demo stuff. 2011-12-09 22:11:31 -08:00
tests
usb_serial Started getting writing working, as well as the ability to restrict to a specific set of chips to write to 2011-12-11 13:28:32 -08:00
.cproject Started writing more command handling 2011-12-11 08:35:53 -08:00
.gitignore
.project
chip_id.h Started writing more command handling 2011-12-11 08:35:53 -08:00
delay.c
delay.h
Descriptors.c Added LUFA into the project, right now just for some demo stuff. 2011-12-09 22:11:31 -08:00
Descriptors.h Continued playing with USB serial stuff. I think it's working well now, but I'm running into problems reading from the SIMM, so I need to figure out why I'm not getting the data I expect. 2011-12-10 10:35:41 -08:00
external_mem.c Added some optimization to remove the 1us delay on the write pulse, but I'm not sure that it matters much. 2011-12-11 13:45:17 -08:00
external_mem.h Started getting writing working, as well as the ability to restrict to a specific set of chips to write to 2011-12-11 13:28:32 -08:00
main.c Continued playing with USB serial stuff. I think it's working well now, but I'm running into problems reading from the SIMM, so I need to figure out why I'm not getting the data I expect. 2011-12-10 10:35:41 -08:00
mcp23s17.c
mcp23s17.h
ports.c Created read and write cycle functions, along with a block read function. I think this will look better... 2011-12-11 10:12:22 -08:00
ports.h