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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7d3a9b1cbc Revert "STM32 Nucleo: warning: #warning "Default Flash 
Configuration Used""
7d3a9b1cbc is described below

commit 7d3a9b1cbca4a12a1ea8edd2babc8c1cee0f2237
Author: Xiang Xiao <xiaoxi...@xiaomi.com>
AuthorDate: Sun Feb 19 11:57:40 2023 +0800

    Revert "STM32 Nucleo: warning: #warning "Default Flash Configuration Used""
    
    This reverts commit 62c15c03d39103349efc2dd862e0943244deb2e4.
    
    Fix warning: the choice symbol STM32_FLASH_CONFIG_G (defined at 
arch/arm/src/stm32/Kconfig:1275) is selected by the following symbols, but 
select/imply has no effect on choice symbols
     - ARCH_CHIP_STM32F412ZG (defined at arch/arm/src/stm32/Kconfig:1014)
---
 arch/arm/src/stm32/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/src/stm32/Kconfig b/arch/arm/src/stm32/Kconfig
index 30e49bf341..214a31ef37 100644
--- a/arch/arm/src/stm32/Kconfig
+++ b/arch/arm/src/stm32/Kconfig
@@ -1015,7 +1015,6 @@ config ARCH_CHIP_STM32F412ZG
        bool "STM32F412ZG"
        select STM32_STM32F4XXX
        select STM32_STM32F412
-       select STM32_FLASH_CONFIG_G
 
 config ARCH_CHIP_STM32F405RG
        bool "STM32F405RG"

Reply via email to