mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-14 01:44:58 +00:00
Update documentation for linuxspi extended parameter disable_no_cs
This commit is contained in:
@@ -1217,6 +1217,14 @@ specific.
|
|||||||
.Pp
|
.Pp
|
||||||
When not provided, driver/OS default value will be used.
|
When not provided, driver/OS default value will be used.
|
||||||
.El
|
.El
|
||||||
|
.It Ar linuxspi
|
||||||
|
Extended parameter:
|
||||||
|
.Bl -tag -offset indent -width indent
|
||||||
|
.It Ar disable_no_cs
|
||||||
|
Ensures the programmer does not use the SPI_NO_CS bit for the SPI
|
||||||
|
driver. This parameter is useful for kernels that do not support
|
||||||
|
the CS line being managed outside the application.
|
||||||
|
.El
|
||||||
.El
|
.El
|
||||||
.Sh FILES
|
.Sh FILES
|
||||||
.Bl -tag -offset indent -width /dev/ppi0XXX
|
.Bl -tag -offset indent -width /dev/ppi0XXX
|
||||||
|
|||||||
@@ -1111,6 +1111,16 @@ specific.
|
|||||||
When not provided, driver/OS default value will be used.
|
When not provided, driver/OS default value will be used.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
@cindex @code{-x} linuxspi
|
||||||
|
@item linuxspi
|
||||||
|
Extended parameter:
|
||||||
|
@table @code
|
||||||
|
@item @samp{disable_no_cs}
|
||||||
|
Ensures the programmer does not use the SPI_NO_CS bit for the SPI
|
||||||
|
driver. This parameter is useful for kernels that do not support
|
||||||
|
the CS line being managed outside the application.
|
||||||
|
@end table
|
||||||
|
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@page
|
@page
|
||||||
|
|||||||
Reference in New Issue
Block a user