mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
system/spi/Kconfig: This patch fixes a missing definition in the spitool when SPI is enabled with command/data switching.
This commit is contained in:
parent
e89a1aa54d
commit
12224806dc
1 changed files with 8 additions and 0 deletions
|
|
@ -46,6 +46,14 @@ config SPITOOL_DEFFREQ
|
|||
---help---
|
||||
Default SPI frequency (default: 4000000)
|
||||
|
||||
config SPITOOL_DEFCMD
|
||||
int "Send in command mode"
|
||||
default 0
|
||||
---help---
|
||||
Send in command or data mode
|
||||
0 = Data mode
|
||||
1 = Command mode
|
||||
|
||||
config SPITOOL_DEFMODE
|
||||
int "SPI mode"
|
||||
default 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue