Merge pull request #16886 from bissell-homecare-inc/g030_ram_len

cpu/stm32: added RAM_LEN identifier for stm32g03x
This commit is contained in:
Francisco 2021-09-28 13:40:42 +02:00 committed by GitHub
commit 211c1a51d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,6 +180,8 @@ else ifeq ($(STM32_TYPE), G)
ifeq ($(STM32_FAMILY), 0)
ifneq (, $(filter $(STM32_MODEL2), 7))
RAM_LEN = 36K
else ifneq (, $(filter $(STM32_MODEL2), 3))
RAM_LEN = 8K
endif
endif
ifeq ($(STM32_FAMILY), 4)