From f9859ddd7f046c6700ef8aa2748b7215d8cea96c Mon Sep 17 00:00:00 2001 From: sys64738 Date: Thu, 15 Jul 2021 13:10:59 +0000 Subject: [PATCH] Update 'USB config & command protocol' --- USB-config-%26-command-protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/USB-config-%26-command-protocol.md b/USB-config-%26-command-protocol.md index e6e1d2e..87206ea 100644 --- a/USB-config-%26-command-protocol.md +++ b/USB-config-%26-command-protocol.md @@ -90,7 +90,7 @@ Additionally, a number of nonstandard commands are supported as well, for more s * Bit 6: NatSemi MicroWire frame format is supported * Bit 7: MSBit-first transfers are supported * Bit 8: LSBit-first transfers are supported - * Bit 9: CS can be selected to be active-high instead (CS line control command will take note of this, and send CS high/low commands accordingly (in accordance with [https://elixir.bootlin.com/linux/latest/source/drivers/spi/spi.c#L818](the Linux kernel)), cf. `S_CMD_S_SPI_SETCS`.) + * Bit 9: CS can be selected to be active-high instead (CS line control command will take note of this, and send CS high/low commands accordingly (in accordance with [the Linux kernel](https://elixir.bootlin.com/linux/latest/source/drivers/spi/spi.c#L818)), cf. `S_CMD_S_SPI_SETCS`.) * Bit 10 (msb): 3-wire interface supported * Number of chip-select lines: 8-bit bitmap * Minimum bits-per-transfer-word value (8 bit)