Skip to content

Commit

Permalink
Merged in david_s5/nuttx/master_singlewire (pull request #680)
Browse files Browse the repository at this point in the history
Added Single Wire Kconfig knob for H7

Approved-by: GregoryN <gnutt@nuttx.org>
  • Loading branch information
David Sidrane authored and gregory-nutt committed Jul 12, 2018
1 parent fbe5f56 commit 6e6583f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions arch/arm/src/stm32h7/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,14 @@ config STM32H7_SERIALBRK_BSDCOMPAT
on because the SW starts the break and then the HW automatically clears
the break. This makes it is difficult to sent a long break.

config STM32H7_USART_SINGLEWIRE
bool "Single Wire Support"
default n
depends on STM32H7_USART
---help---
Enable single wire UART support. The option enables support for the
TIOCSSINGLEWIRE ioctl in the STM32H7 serial driver.

if PM

config STM32H7_PM_SERIAL_ACTIVITY
Expand Down

0 comments on commit 6e6583f

Please sign in to comment.