mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 17:43:51 +01:00
cpu/stm32: support for B subfamily of g0 to determine ram length
This commit is contained in:
parent
1e17aae6a9
commit
9304e2bf37
@ -188,7 +188,9 @@ ifeq ($(STM32_TYPE), F)
|
||||
endif
|
||||
else ifeq ($(STM32_TYPE), G)
|
||||
ifeq ($(STM32_FAMILY), 0)
|
||||
ifneq (, $(filter $(STM32_MODEL2), 7))
|
||||
ifneq (, $(filter $(STM32_MODEL2), B))
|
||||
RAM_LEN = 144K
|
||||
else ifneq (, $(filter $(STM32_MODEL2), 7))
|
||||
RAM_LEN = 36K
|
||||
else ifneq (, $(filter $(STM32_MODEL2), 3))
|
||||
RAM_LEN = 8K
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user