STM32 Nucleo: warning: #warning "Default Flash Configuration Used"

https://cwiki.apache.org/confluence/display/NUTTX/Configuration+Variables
Fixed the Warning F412ZG has 1028 KB Flash.
This commit is contained in:
Jackson R 2023-02-17 15:42:05 +05:30 committed by Xiang Xiao
parent e9ef70e24b
commit 62c15c03d3
1 changed files with 1 additions and 0 deletions

View File

@ -1015,6 +1015,7 @@ config ARCH_CHIP_STM32F412ZG
bool "STM32F412ZG" bool "STM32F412ZG"
select STM32_STM32F4XXX select STM32_STM32F4XXX
select STM32_STM32F412 select STM32_STM32F412
select STM32_FLASH_CONFIG_G
config ARCH_CHIP_STM32F405RG config ARCH_CHIP_STM32F405RG
bool "STM32F405RG" bool "STM32F405RG"