1 comment:
if (ftdi_write_data_set_chunksize(ftdic, 280)) {
/*
* 280 bytes =
* + 9 B (CMD)
* + 1 B (WREN)
* + 9 B (CMD)
* + 1 B (op)
* + 4 B (addr)
* + 256 B (page data)
*
* With op: PageProgram or Erase; CMD: FTDI-Chip commands
*/
This goes with the time saving changes in ft2232_spi_send_command() below. […]
I don't recall suggesting that (my memory is terrible). In any case, the 1st commit would be much easier to +2 and submit than the 3rd commit (I still need to understand and test it)
To view, visit change 40477. To unsubscribe, or for help writing mail filters, visit settings.