Attention is currently required from: Alan Green, Nico Huber, Samir Ibradžić.
1 comment:
File ft2232_spi.c:
* TCK/SK is bit 0.
* TDI/DO is bit 1.
* TDO/DI is bit 2.
* TMS/CS is bit 3.
* GPIOL0 is bit 4.
* GPIOL1 is bit 5.
* GPIOL2 is bit 6.
* GPIOL3 is bit 7.
I was thinking of using these in the code where we handle the `type` programmer param. […]
For the GPIOL stuff, one could use something like this:
#define PIN_GPIOL(x) (1 << (4 + (x)))
To view, visit change 55695. To unsubscribe, or for help writing mail filters, visit settings.