mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
cpu/stm32: Add STM32_LINE cases for STM32L1xxx6
This commit is contained in:
parent
a17ff53ecf
commit
919d1b5094
@ -113,7 +113,13 @@ ifeq (L,$(STM32_TYPE))
|
|||||||
endif
|
endif
|
||||||
ifeq (1,$(STM32_FAMILY)) # STM32L1
|
ifeq (1,$(STM32_FAMILY)) # STM32L1
|
||||||
ifneq (,$(filter $(STM32_MODEL), 100 151 152 162))
|
ifneq (,$(filter $(STM32_MODEL), 100 151 152 162))
|
||||||
ifneq (,$(filter $(STM32_ROMSIZE), C))
|
ifneq (,$(filter $(STM32_ROMSIZE), 6))
|
||||||
|
ifneq (,$(filter $(STM32_RAMMOD), _A))
|
||||||
|
CPU_LINE = STM32L$(STM32_MODEL)xBA
|
||||||
|
else
|
||||||
|
CPU_LINE = STM32L$(STM32_MODEL)xB
|
||||||
|
endif
|
||||||
|
else ifneq (,$(filter $(STM32_ROMSIZE), C))
|
||||||
CPU_LINE = STM32L$(STM32_MODEL)xC
|
CPU_LINE = STM32L$(STM32_MODEL)xC
|
||||||
else ifneq (,$(filter $(STM32_ROMSIZE), B))
|
else ifneq (,$(filter $(STM32_ROMSIZE), B))
|
||||||
ifneq (,$(filter $(STM32_RAMMOD), _A))
|
ifneq (,$(filter $(STM32_RAMMOD), _A))
|
||||||
|
Loading…
Reference in New Issue
Block a user