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:
parent
e9ef70e24b
commit
62c15c03d3
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue