arch/arm/include/stm32f010g0/chip.h: Add support for STM32F030CC

This commit is contained in:
Alan Carvalho de Assis 2020-02-06 17:40:05 +00:00 committed by Ouss4
parent ac2aec96e0
commit 7f91a737ea

View File

@ -50,7 +50,7 @@
/* Get customizations for each supported chip */
#if defined(CONFIG_ARCH_CHIP_STM32F030RC)
#if defined(CONFIG_ARCH_CHIP_STM32F030RC || CONFIG_ARCH_CHIP_STM32F030CC)
# define STM32_FLASH_SIZE (256*1024) /* 256Kb */
# define STM32_SRAM_SIZE (32*1024) /* 32Kb */