Merge pull request #16886 from bissell-homecare-inc/g030_ram_len
cpu/stm32: added RAM_LEN identifier for stm32g03x
This commit is contained in:
commit
211c1a51d8
@ -180,6 +180,8 @@ else ifeq ($(STM32_TYPE), G)
|
|||||||
ifeq ($(STM32_FAMILY), 0)
|
ifeq ($(STM32_FAMILY), 0)
|
||||||
ifneq (, $(filter $(STM32_MODEL2), 7))
|
ifneq (, $(filter $(STM32_MODEL2), 7))
|
||||||
RAM_LEN = 36K
|
RAM_LEN = 36K
|
||||||
|
else ifneq (, $(filter $(STM32_MODEL2), 3))
|
||||||
|
RAM_LEN = 8K
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(STM32_FAMILY), 4)
|
ifeq ($(STM32_FAMILY), 4)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user