Firmware for Mac ROM SIMM programmer
Go to file
2011-12-18 14:55:08 -08:00
.settings Optimized some of my routines and fixed a nasty, nasty bug that was causing the board to crash because of multiple things being outputs simultaneously. 2011-12-13 21:56:20 -08:00
LUFA
tests Optimized the SIMM electrical test, fixed a few small bugs I had introduced in the previous commit. Added comments where necessary. Seems to work great now. 2011-12-18 14:55:08 -08:00
usb_serial Fixed a tiny mistake -- forgot to say the name of one of my enums after the typedef. 2011-12-18 12:00:22 -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 Started working on more optimizations, but something weird is happening and it's crashing...not sure why yet. 2011-12-11 21:48:26 -08:00
Descriptors.h
external_mem.c Fixed the ordering of the chips -- I had the bytes reversed. Now, when I write/read a continuous stream of data, the bytes will correspond with the correct chips. 2011-12-17 11:18:56 -08:00
external_mem.h Started working on more optimizations, but something weird is happening and it's crashing...not sure why yet. 2011-12-11 21:48:26 -08:00
main.c Optimized some of my routines and fixed a nasty, nasty bug that was causing the board to crash because of multiple things being outputs simultaneously. 2011-12-13 21:56:20 -08:00
mcp23s17.c Broke out the SPI read/write into a single routine. Less code repetition -- easier to read and smaller. 2011-12-17 13:43:12 -08:00
mcp23s17.h
ports.c Fixed the ordering of the chips -- I had the bytes reversed. Now, when I write/read a continuous stream of data, the bytes will correspond with the correct chips. 2011-12-17 11:18:56 -08:00
ports.h