arm: stm32l4: Add configuration and dts for STM32L432XX

Add configuration and dts for the STM32L432XX SoC STM32L4 variant.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
This commit is contained in:
Neil Armstrong 2017-04-28 14:37:49 +02:00 committed by Anas Nashif
commit 092be24061
4 changed files with 79 additions and 0 deletions

View file

@ -0,0 +1,20 @@
# Kconfig - ST Microelectronics STM32L432KC MCU
#
# Copyright (c) 2016 Open-RnD Sp. z o.o.
# Copyright (c) 2016 BayLibre, SAS
#
# SPDX-License-Identifier: Apache-2.0
#
if SOC_STM32L432XX
config SOC
string
default stm32l432xx
config NUM_IRQS
int
default 82
endif # SOC_STM32L432XX

View file

@ -14,6 +14,10 @@ config SOC_STM32L476XX
bool "STM32L476XX"
select HAS_STM32CUBE
config SOC_STM32L432XX
bool "STM32L432XX"
select HAS_STM32CUBE
config SOC_STM32L475XG
bool "STM32L475XG"
select HAS_STM32CUBE