From: Eric J. <jo...@mw...> - 2006-08-07 17:31:57
|
> Eric = Eric Jonas == The one who created the sourceforge project Correct! > There are also some more cleanup patches in my tree. Theu are needed to run > gcc with the -WALL option. > Much more delicate will be the needed encapsulation for > other transport layers, like the JTAG machine of the FTDI FT2232 ( which I > have pending on my machine) and perhaps the FX2 transport layer used in > Antti Lukats Xilinx USB Blaster clone. I agree; I think there's some substantial work to be done with regard to factoring out the JTAG controller, the UI, and the low-level transport drivers. The code is C++ so it would be nice if we could make good use of the design features that the language provides us. Also, I found Andrew Rogers original style a bit difficult to read, so if anyone else does, as well, we might try just a basic style clean-up once the latest patches are applied. ...Eric |