9
0
Fork 0

Add support for new STM32L1 chip variant. From Juha Niskanen

This commit is contained in:
Gregory Nutt 2015-03-04 06:33:44 -06:00
parent 4383b7b305
commit 0cd4089665
1 changed files with 11 additions and 0 deletions

View File

@ -174,6 +174,17 @@ config ARCH_CHIP_STM32L162ZD
STM32L 144-pin EnergyLite, 384KB FLASH, 48KB SRAM, 12KB EEPRROM with
8x40 LCD interface
config ARCH_CHIP_STM32L162VE
bool "STM32L162VE"
select ARCH_CORTEXM3
select STM32_STM32L15XX
select STM32_ENERGYLITE
select STM32_HIGHDENSITY
select STM32_HAVE_AES
---help---
STM32L 100-pin EnergyLite, 512KB FLASH, 80KB SRAM, 16KB EEPRROM with
8x40 LCD interface
config ARCH_CHIP_STM32F100C8
bool "STM32F100C8"
select ARCH_CORTEXM3