You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by gn...@apache.org on 2019/12/24 21:53:53 UTC

[incubator-nuttx] branch dev updated (eba8eec -> 1db6f92)

This is an automated email from the ASF dual-hosted git repository.

gnutt pushed a change to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git.


    from eba8eec  STM32F7 and STM32H7 SDMMC internal pull up usage fixed
     add 1db6f92  arch/arm/src/stm32l4/Kconfig:  Fixed conditional config for STM32L4_STM32L432XX and STM32L4_STM32L442XX archs.  The wrong spelling of STM32L4_STM32L432XX and STM32L4_STM32L442XX, caused the following three peripherals to be available although they are not supported by these architectures:  USART3, SPI2, and I2C1.  These were available for selection in menuconfig and caused compiler errors when selected.  This patch replaces the STM32L4_L432XX and STM32L4_L442XX items wit [...]

No new revisions were added by this update.

Summary of changes:
 arch/arm/src/stm32l4/Kconfig | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)