Doug Brown
04711c3851
Added about box with version info/licensing/credits.
...
Inserted GPL license header into source code.
2012-05-25 22:38:14 -07:00
Doug Brown
cec709c840
Added verify-after-write capability
...
In order to do this, I changed the Programmer class to no longer take a
filename, but a QIODevice. It should have been done that way originally.
I also rearranged code so that I close the serial port BEFORE sending out
any signals. This was causing a problem if I tried doing something in a
slot connected to one of those signals.
I also fixed a few places where I was forgetting to close the serial
port.
2012-05-20 11:14:36 -07:00
Doug Brown
b8bf3e878b
Added provisions to programmer protocol for specifying readback
...
size.
2012-05-19 22:56:30 -07:00
Doug Brown
20ed6dffdf
Updated to assume that my version of qextserialport is checked out next
...
to it. I'll try to make it automatically check everything out later.
Also fixed a compile problem I forgot to commit on Linux
(needed stdint.h)
2012-05-19 17:29:20 -07:00
Doug Brown
1fdde6e9d5
Fixed device detection problems on Mac OS X -- seems to work now on
...
Snow Leopard and Lion.
2012-05-18 19:39:24 -07:00
Doug Brown
0e9736dcb2
Prettified more source code and began work on a dropdown menu for the
...
chip size.
2012-05-13 20:30:21 -07:00
Doug Brown
0dfe69cbf8
Added better error checking to the ROM SIMM flasher for when the
...
programmer board is unplugged. The UI seems a lot cleaner now too.
Removed dead code. Moved to a more consistent function naming style.
2012-05-13 15:33:22 -07:00
Doug Brown
4d38eb6d3e
Moved the progress bar and status information to a new screen. Looks
...
much better now. Also added better status information for when we are
first making communication with the programmer.
2012-05-13 09:42:16 -07:00
Doug Brown
348d6121f4
Initial import of SIMM programmer code into Git
2012-05-13 00:33:24 -07:00