.settings
|
Fixed bug that screwed up reading after doing an electrical test.
|
2012-03-04 12:03:02 -08:00 |
LUFA
|
Added LUFA into the project, right now just for some demo stuff.
|
2011-12-09 22:11:31 -08:00 |
tests
|
Fixed bug that screwed up reading after doing an electrical test.
|
2012-03-04 12:03:02 -08:00 |
usb_serial
|
Added one-second delay when switching between programmer and bootloader.
|
2012-05-19 23:07:22 -07:00 |
.cproject
|
Added .bin file generation for firmware upload
|
2012-03-04 17:28:15 -08:00 |
.gitignore
|
Initial import of my test code for the SIMM programmer board. Right now
|
2011-11-25 23:10:30 -08:00 |
.project
|
OK -- so I separated the actual port code from the external memory controller code. I think this makes more sense.
|
2011-11-27 00:01:29 -08:00 |
cdc_device_definition.c
|
Did some more splitting of responsibilities in the code
|
2011-12-26 15:02:39 -08:00 |
cdc_device_definition.h
|
Did some more splitting of responsibilities in the code
|
2011-12-26 15:02:39 -08:00 |
chip_id.h
|
Started writing more command handling
|
2011-12-11 08:35:53 -08:00 |
delay.c
|
Added delay "adapter" class to keep simm_electrical_test.c completely platform-independent.
|
2011-12-04 16:30:26 -08:00 |
delay.h
|
Added delay "adapter" class to keep simm_electrical_test.c completely platform-independent.
|
2011-12-04 16:30:26 -08:00 |
Descriptors.c
|
Changed USB vendor/product IDs to use the ones I got.
|
2012-05-21 19:52:49 -07: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
|
Removed old dead code from external_mem.c
|
2012-05-13 17:06:57 -07:00 |
external_mem.h
|
Got rid of a few magic numbers, cleaned up more code
|
2012-05-13 17:48:35 -07:00 |
main.c
|
Tried to do some better commenting in usb_serial.c, also tried to do a better job of documenting the protocol in programmer_protocol.h
|
2012-01-26 20:42:42 -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
|
OK -- so I separated the actual port code from the external memory controller code. I think this makes more sense.
|
2011-11-27 00:01:29 -08:00 |
ports.c
|
Got rid of a few magic numbers, cleaned up more code
|
2012-05-13 17:48:35 -07:00 |
ports.h
|
Got rid of a few magic numbers, cleaned up more code
|
2012-05-13 17:48:35 -07:00 |
programmer_protocol.h
|
Added provisions to communication protocol for specifying readback size.
|
2012-05-19 22:58:17 -07:00 |