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 2020/04/27 23:46:38 UTC

[incubator-nuttx] branch master updated: arch/arm/src/stm32/Kconfig - Remove redundant ARCH_CHIP configs

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 1b03a42  arch/arm/src/stm32/Kconfig - Remove redundant ARCH_CHIP configs
1b03a42 is described below

commit 1b03a42bc012d185e2599d22bb617c31b58d9ee5
Author: Nathan Hartman <59...@users.noreply.github.com>
AuthorDate: Mon Apr 27 18:37:55 2020 -0400

    arch/arm/src/stm32/Kconfig - Remove redundant ARCH_CHIP configs
    
    * Remove redundant configs:
      - ARCH_CHIP_STM32F303RD, and
      - ARCH_CHIP_STM32F303RE.
---
 arch/arm/src/stm32/Kconfig | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/arch/arm/src/stm32/Kconfig b/arch/arm/src/stm32/Kconfig
index 056e4b8..9cd7eae 100644
--- a/arch/arm/src/stm32/Kconfig
+++ b/arch/arm/src/stm32/Kconfig
@@ -798,22 +798,6 @@ config ARCH_CHIP_STM32F303VC
 	select STM32_HAVE_UART5
 	select STM32_HAVE_USBDEV
 
-config ARCH_CHIP_STM32F303RD
-	bool "STM32F303RD"
-	select STM32_STM32F30XX
-	select STM32_STM32F303
-	select STM32_HAVE_ADC3
-	select STM32_HAVE_ADC4
-	select STM32_HAVE_USART3
-
-config ARCH_CHIP_STM32F303RE
-	bool "STM32F303RE"
-	select STM32_STM32F30XX
-	select STM32_STM32F303
-	select STM32_HAVE_ADC3
-	select STM32_HAVE_ADC4
-	select STM32_HAVE_USART3
-
 config ARCH_CHIP_STM32F303VD
 	bool "STM32F303VD"
 	select STM32_STM32F30XX