Laurent,

1. If you create cable that have ADC onboard (like KT-LINK) then it is
easier to write simple TCL script to read ADC than rewrite whole
driver in the source code.

2. If you need to program I2C, SPI, or other kind of memory, you
simply write simple TCL script to do so, no need to rewrite source
code from scratch.

3. If you care not to short-cirtuit your internal buffers, put 27R
resistor in series between FT2232 and buffer output.

4. No interface has hardcoded signals by default, so noone is
obligated to use ANY pin configuration for their device. This
functionality is meant to be placed inside interface configuration, or
work on generic signals defined by the interface configuration (ie
LED, RnW, MOSI, MISO, CLK, ...), so yes in fact external scripts also
can work with interface-specific configuration :-)

5. I see no reason that non-aware users should block functionalities
for people that need them and know how to use them, otherwise we need
no development.

If you have any additional questions of doubts feel free to ask :-)

Regards,
Tomek

-- 
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to