Kconfig: Improve help text related to *_SERIALBRK_BSDCOMPAT
* arch/arm/src/gd32f4/Kconfig (GD32F4_SERIALBRK_BSDCOMPAT): Improve help text. * arch/arm/src/stm32/Kconfig (STM32_SERIALBRK_BSDCOMPAT): Improve help text. * arch/arm/src/stm32f7/Kconfig (STM32F7_SERIALBRK_BSDCOMPAT): Improve help text. * arch/arm/src/stm32h7/Kconfig (STM32H7_SERIALBRK_BSDCOMPAT): Improve help text. * arch/arm/src/stm32l4/Kconfig (STM32L4_SERIALBRK_BSDCOMPAT): Improve help text. * arch/arm/src/stm32l5/Kconfig (STM32L5_SERIALBRK_BSDCOMPAT): Improve help text. * arch/arm/src/stm32u5/Kconfig (STM32U5_SERIALBRK_BSDCOMPAT): Improve help text. * arch/arm/src/stm32wb/Kconfig (STM32WB_SERIALBRK_BSDCOMPAT): Improve help text.
This commit is contained in:
parent
c65a632788
commit
fdb149ddb0
@ -1985,9 +1985,10 @@ config GD32F4_SERIALBRK_BSDCOMPAT
|
|||||||
---help---
|
---help---
|
||||||
Enable using GPIO on the TX pin to send a BSD compatible break:
|
Enable using GPIO on the TX pin to send a BSD compatible break:
|
||||||
TIOCSBRK will start the break and TIOCCBRK will end the break.
|
TIOCSBRK will start the break and TIOCCBRK will end the break.
|
||||||
The current GD32F4 USARTS have no way to leave the break (TX=LOW)
|
The current GD32F4 USARTS have no way to leave the break on
|
||||||
on because the software starts the break and then the hadware automatically
|
(TX=LOW) because software starts the break and then the hardware
|
||||||
clears the break. This makes it is difficult to sent a long break.
|
automatically clears the break. This makes it difficult to send
|
||||||
|
a long break.
|
||||||
|
|
||||||
config GD32F4_USART_SINGLEWIRE
|
config GD32F4_USART_SINGLEWIRE
|
||||||
bool "Single Wire Support"
|
bool "Single Wire Support"
|
||||||
|
@ -10298,9 +10298,10 @@ config STM32_SERIALBRK_BSDCOMPAT
|
|||||||
---help---
|
---help---
|
||||||
Enable using GPIO on the TX pin to send a BSD compatible break:
|
Enable using GPIO on the TX pin to send a BSD compatible break:
|
||||||
TIOCSBRK will start the break and TIOCCBRK will end the break.
|
TIOCSBRK will start the break and TIOCCBRK will end the break.
|
||||||
The current STM32 U[S]ARTS have no way to leave the break (TX=LOW)
|
The current STM32 U[S]ARTS have no way to leave the break on
|
||||||
on because the SW starts the break and then the HW automatically clears
|
(TX=LOW) because software starts the break and then the hardware
|
||||||
the break. This makes it is difficult to sent a long break.
|
automatically clears the break. This makes it difficult to send
|
||||||
|
a long break.
|
||||||
|
|
||||||
config STM32_USART_SINGLEWIRE
|
config STM32_USART_SINGLEWIRE
|
||||||
bool "Single Wire Support"
|
bool "Single Wire Support"
|
||||||
|
@ -2085,9 +2085,10 @@ config STM32F7_SERIALBRK_BSDCOMPAT
|
|||||||
---help---
|
---help---
|
||||||
Enable using GPIO on the TX pin to send a BSD compatible break:
|
Enable using GPIO on the TX pin to send a BSD compatible break:
|
||||||
TIOCSBRK will start the break and TIOCCBRK will end the break.
|
TIOCSBRK will start the break and TIOCCBRK will end the break.
|
||||||
The current STM32 U[S]ARTS have no way to leave the break (TX=LOW)
|
The current STM32F7 U[S]ARTS have no way to leave the break on
|
||||||
on because the SW starts the break and then the HW automatically clears
|
(TX=LOW) because software starts the break and then the hardware
|
||||||
the break. This makes it is difficult to sent a long break.
|
automatically clears the break. This makes it difficult to send
|
||||||
|
a long break.
|
||||||
|
|
||||||
config STM32F7_USART_SINGLEWIRE
|
config STM32F7_USART_SINGLEWIRE
|
||||||
bool "Single Wire Support"
|
bool "Single Wire Support"
|
||||||
|
@ -1545,9 +1545,10 @@ config STM32H7_SERIALBRK_BSDCOMPAT
|
|||||||
---help---
|
---help---
|
||||||
Enable using GPIO on the TX pin to send a BSD compatible break:
|
Enable using GPIO on the TX pin to send a BSD compatible break:
|
||||||
TIOCSBRK will start the break and TIOCCBRK will end the break.
|
TIOCSBRK will start the break and TIOCCBRK will end the break.
|
||||||
The current STM32 U[S]ARTS have no way to leave the break (TX=LOW)
|
The current STM32H7 U[S]ARTS have no way to leave the break on
|
||||||
on because the SW starts the break and then the HW automatically clears
|
(TX=LOW) because software starts the break and then the hardware
|
||||||
the break. This makes it is difficult to sent a long break.
|
automatically clears the break. This makes it difficult to send
|
||||||
|
a long break.
|
||||||
|
|
||||||
config STM32H7_USART_SINGLEWIRE
|
config STM32H7_USART_SINGLEWIRE
|
||||||
bool "Single Wire Support"
|
bool "Single Wire Support"
|
||||||
|
@ -5953,9 +5953,10 @@ config STM32L4_SERIALBRK_BSDCOMPAT
|
|||||||
---help---
|
---help---
|
||||||
Enable using GPIO on the TX pin to send a BSD compatible break:
|
Enable using GPIO on the TX pin to send a BSD compatible break:
|
||||||
TIOCSBRK will start the break and TIOCCBRK will end the break.
|
TIOCSBRK will start the break and TIOCCBRK will end the break.
|
||||||
The current STM32 U[S]ARTS have no way to leave the break (TX=LOW)
|
The current STM32L4 U[S]ARTS have no way to leave the break on
|
||||||
on because the SW starts the break and then the HW automatically clears
|
(TX=LOW) because software starts the break and then the hardware
|
||||||
the break. This makes it is difficult to sent a long break.
|
automatically clears the break. This makes it difficult to send
|
||||||
|
a long break.
|
||||||
|
|
||||||
config STM32L4_USART_SINGLEWIRE
|
config STM32L4_USART_SINGLEWIRE
|
||||||
bool "Single Wire Support"
|
bool "Single Wire Support"
|
||||||
|
@ -2863,9 +2863,10 @@ config STM32L5_SERIALBRK_BSDCOMPAT
|
|||||||
---help---
|
---help---
|
||||||
Enable using GPIO on the TX pin to send a BSD compatible break:
|
Enable using GPIO on the TX pin to send a BSD compatible break:
|
||||||
TIOCSBRK will start the break and TIOCCBRK will end the break.
|
TIOCSBRK will start the break and TIOCCBRK will end the break.
|
||||||
The current STM32 U[S]ARTS have no way to leave the break (TX=LOW)
|
The current STM32L5 U[S]ARTS have no way to leave the break on
|
||||||
on because the SW starts the break and then the HW automatically clears
|
(TX=LOW) because software starts the break and then the hardware
|
||||||
the break. This makes it is difficult to sent a long break.
|
automatically clears the break. This makes it difficult to send
|
||||||
|
a long break.
|
||||||
|
|
||||||
config STM32L5_USART_SINGLEWIRE
|
config STM32L5_USART_SINGLEWIRE
|
||||||
bool "Single Wire Support"
|
bool "Single Wire Support"
|
||||||
|
@ -3109,9 +3109,10 @@ config STM32U5_SERIALBRK_BSDCOMPAT
|
|||||||
---help---
|
---help---
|
||||||
Enable using GPIO on the TX pin to send a BSD compatible break:
|
Enable using GPIO on the TX pin to send a BSD compatible break:
|
||||||
TIOCSBRK will start the break and TIOCCBRK will end the break.
|
TIOCSBRK will start the break and TIOCCBRK will end the break.
|
||||||
The current STM32 U[S]ARTS have no way to leave the break (TX=LOW)
|
The current STM32U5 U[S]ARTS have no way to leave the break on
|
||||||
on because the SW starts the break and then the HW automatically clears
|
(TX=LOW) because software starts the break and then the hardware
|
||||||
the break. This makes it is difficult to sent a long break.
|
automatically clears the break. This makes it difficult to send
|
||||||
|
a long break.
|
||||||
|
|
||||||
config STM32U5_USART_SINGLEWIRE
|
config STM32U5_USART_SINGLEWIRE
|
||||||
bool "Single Wire Support"
|
bool "Single Wire Support"
|
||||||
|
@ -891,9 +891,10 @@ config STM32WB_SERIALBRK_BSDCOMPAT
|
|||||||
---help---
|
---help---
|
||||||
Enable using GPIO on the TX pin to send a BSD compatible break:
|
Enable using GPIO on the TX pin to send a BSD compatible break:
|
||||||
TIOCSBRK will start the break and TIOCCBRK will end the break.
|
TIOCSBRK will start the break and TIOCCBRK will end the break.
|
||||||
The current STM32WB U[S]ARTS have no way to leave the break (TX=LOW)
|
The current STM32WB U[S]ARTS have no way to leave the break on
|
||||||
on because the SW starts the break and then the HW automatically clears
|
(TX=LOW) because software starts the break and then the hardware
|
||||||
the break. This makes it is difficult to sent a long break.
|
automatically clears the break. This makes it difficult to send
|
||||||
|
a long break.
|
||||||
|
|
||||||
config STM32WB_USART_SINGLEWIRE
|
config STM32WB_USART_SINGLEWIRE
|
||||||
bool "Single Wire Support"
|
bool "Single Wire Support"
|
||||||
|
Loading…
Reference in New Issue
Block a user