arch/arm/include/stm32f010g0/chip.h: Add support for STM32F030CC
This commit is contained in:
parent
ac2aec96e0
commit
7f91a737ea
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user