arch: arm: stm32, stm32h7, stm32l5: Fix typos in KConfig help texts

arch/arm/src/stm32/Kconfig:
* In configs STM32_ADC_MAX_SAMPLES, STM32_FOC_HAS_PWM_COMPLEMENTARY:
  Fix typos in help text.

arch/arm/src/stm32h7/Kconfig:
* In configs STM32H7_RTC_AUTO_LSECLOCK_START_DRV_CAPABILITY,
  STM32H7_FLASH_CR_PSIZE, STM32H7_RTC_LSECLOCK_START_DRV_CAPABILITY,
  and STM32H7_RTC_LSECLOCK_RUN_DRV_CAPABILITY: Fix typos in help text.

arch/arm/src/stm32l5/Kconfig:
* In configs STM32L5_FLOWCONTROL_BROKEN, STM32L5_SDMMC1_DMAPRIO: Fix
  typos in help text.
This commit is contained in:
Nathan Hartman
2021-07-23 16:21:55 -04:00
committed by Gustavo Henrique Nihei
parent 5500dcdf64
commit 3346ba304b
3 changed files with 19 additions and 20 deletions
+2 -2
View File
@@ -8244,7 +8244,7 @@ config STM32_ADC_MAX_SAMPLES
responsibility to correctly select this value. responsibility to correctly select this value.
Since the interfece to update the sampling time is available Since the interfece to update the sampling time is available
for all supported devices, the user can change the default for all supported devices, the user can change the default
vaules in the board initialization logic and avoid ADC overrun. values in the board initialization logic and avoid ADC overrun.
config STM32_ADC_NO_STARTUP_CONV config STM32_ADC_NO_STARTUP_CONV
bool "Do not start conversion when opening ADC device" bool "Do not start conversion when opening ADC device"
@@ -11258,7 +11258,7 @@ config STM32_FOC_HAS_PWM_COMPLEMENTARY
---help--- ---help---
Enable complementary outputs for the FOC PWM (sometimes called 6-PWM mode) Enable complementary outputs for the FOC PWM (sometimes called 6-PWM mode)
# hiden variables and automatic configuration # hidden variables and automatic configuration
config STM32_FOC_USE_TIM1 config STM32_FOC_USE_TIM1
bool bool
+15 -16
View File
@@ -303,7 +303,7 @@ config STM32H7_FLASH_CR_PSIZE
range 0 3 range 0 3
---help--- ---help---
On some hardware the fastest 64 bit wide flash writes cause too On some hardware the fastest 64 bit wide flash writes cause too
high power consumption which may compromize the system stability. high power consumption which may compromise the system stability.
This option can be used to reduce the program size. The options are: This option can be used to reduce the program size. The options are:
0: 8 bits 0: 8 bits
1: 16 bits 1: 16 bits
@@ -1565,18 +1565,18 @@ config STM32H7_RTC_AUTO_LSECLOCK_START_DRV_CAPABILITY
bool "Automatically boost the LSE oscillator drive capability level until it starts-up" bool "Automatically boost the LSE oscillator drive capability level until it starts-up"
default n default n
---help--- ---help---
This will cycle through the correct* values from low to high. To avoid This will cycle through the correct* values from low to high. To
damaging the the crystal. We want to use the lowest setting that gets avoid damaging the crystal, we want to use the lowest setting that
the OSC running. See app note AN2867 gets the OSC running. See app note AN2867
0 = Low drive capability (default) 0 = Low drive capability (default)
1 = Medium low drive capability 1 = Medium low drive capability
2 = Medium high drive capability 2 = Medium high drive capability
3 = High drive capability 3 = High drive capability
*It will take into account the rev of the silicon and use *It will take into account the revision of the silicon and use
the correct code points to achive the drive strength. the correct code points to achieve the drive strength.
See Eratta ES0392 Rev 7 2.2.14 LSE oscillator driving capability See Errata ES0392 Rev 7 2.2.14 LSE oscillator driving capability
selection bits are swapped. selection bits are swapped.
config STM32H7_RTC_LSECLOCK_START_DRV_CAPABILITY config STM32H7_RTC_LSECLOCK_START_DRV_CAPABILITY
@@ -1590,9 +1590,9 @@ config STM32H7_RTC_LSECLOCK_START_DRV_CAPABILITY
2 = Medium high drive capability 2 = Medium high drive capability
3 = High drive capability 3 = High drive capability
It will take into account the rev of the silicon and use It will take into account the revision of the silicon and use
the correct code points tp achive the drive strength. the correct code points to achieve the drive strength.
See Eratta ES0392 Rev 7 2.2.14 LSE oscillator driving capability See Errata ES0392 Rev 7 2.2.14 LSE oscillator driving capability
selection bits are swapped. selection bits are swapped.
config STM32H7_RTC_LSECLOCK_RUN_DRV_CAPABILITY config STM32H7_RTC_LSECLOCK_RUN_DRV_CAPABILITY
@@ -1606,14 +1606,13 @@ config STM32H7_RTC_LSECLOCK_RUN_DRV_CAPABILITY
2 = Medium high drive capability 2 = Medium high drive capability
3 = High drive capability 3 = High drive capability
It will take into account the rev of the silicon and use It will take into account the revision of the silicon and use
the correct code points tp achive the drive strength. the correct code points to achieve the drive strength.
See Eratta ES0392 Rev 7 2.2.14 LSE oscillator driving capability See Errata ES0392 Rev 7 2.2.14 LSE oscillator driving capability
selection bits are swapped. selection bits are swapped.
WARNING this RUN setting does not apear to work! WARNING this RUN setting does not appear to work! It appears
it apears that the LSEDRV bits can not be changes once the OSC that the LSEDRV bits cannot be changed once the OSC is running.
is running.
endif # STM32H7_RTC_LSECLOCK endif # STM32H7_RTC_LSECLOCK
+2 -2
View File
@@ -2845,7 +2845,7 @@ config STM32L5_FLOWCONTROL_BROKEN
Enable UART RTS flow control using Software. Because STM Enable UART RTS flow control using Software. Because STM
Current STM32 have broken HW based RTS behavior (they assert Current STM32 have broken HW based RTS behavior (they assert
nRTS after every byte received) Enable this setting workaround nRTS after every byte received) Enable this setting workaround
this issue by useing software based management of RTS this issue by using software based management of RTS
config STM32L5_USART_BREAKS config STM32L5_USART_BREAKS
bool "Add TIOxSBRK to support sending Breaks" bool "Add TIOxSBRK to support sending Breaks"
@@ -2989,7 +2989,7 @@ config STM32L5_SDMMC1_DMAPRIO
hex "SDMMC1 DMA priority" hex "SDMMC1 DMA priority"
default 0x00001000 default 0x00001000
---help--- ---help---
Select SDMMC1 DMA prority. Select SDMMC1 DMA priority.
Options are: 0x00000000 low, 0x00001000 medium, Options are: 0x00000000 low, 0x00001000 medium,
0x00002000 high, 0x00003000 very high. Default: medium. 0x00002000 high, 0x00003000 very high. Default: medium.