FreeCalypso > hg > freecalypso-hwlab
comparison eeproms/mcu-host-bus @ 8:7d892dc7a044
eeproms/mcu-host-bus: config created
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 06 Apr 2018 01:32:44 +0000 |
parents | |
children | 03017bfeb3ce |
comparison
equal
deleted
inserted
replaced
7:b991cf09f1da | 8:7d892dc7a044 |
---|---|
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 # assigned 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 |