FreeCalypso > hg > fc-usbser-tools
comparison eeproms/mcu-host-bus @ 24:45d026fdb315
eeproms: bring mcu-host-bus over from freecalypso-hwlab
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Sat, 09 Sep 2023 07:34:17 +0000 |
| parents | |
| children | d46ea7a3fa0c |
comparison
equal
deleted
inserted
replaced
| 23:7e6dcceb5ee8 | 24:45d026fdb315 |
|---|---|
| 1 # We are going to use COTS FT2232D breakout boards in the MCU host bus | |
| 2 # emulation mode (enabled at run time via libftdi, cannot be configured | |
| 3 # in the EEPROM) to drive several different candidate 176x220 pix TFT LCDs | |
| 4 # (8-bit parallel 8080-style interface) as part of our LCD evaluation | |
| 5 # testing and vendor selection process. The purpose of this EEPROM config | |
| 6 # with a custom FTDI PID is to keep the Linux kernel's ftdi_sio driver | |
| 7 # from binding to this FT2232D instance, avoiding the creation of ttyUSBx | |
| 8 # device nodes for it. | |
| 9 | |
| 10 vid 0x0403 # FTDI | |
| 11 pid 0x7157 # Allocated by FTDI to Falconia Partners LLC | |
| 12 manuf FTDI | |
| 13 product MCU host bus emulation | |
| 14 | |
| 15 # Try to be nice to Weendoze lusers (or should it be Losedows?) | |
| 16 | |
| 17 byte00 0x00 # Channel A driver: D2XX | |
| 18 byte01 0x00 # Channel B driver: D2XX |
