zephyr/soc/arm/st_stm32/stm32l0/Kconfig.defconfig.stm32l011xx
Marcin Niestroj 406a33682a soc: stm32: stm32l0: add stm32l011x4 support
Those MCUs have 2KB RAM and 16KB FLASH memory, but they are still
powerful enough to run small configuration of Zephyr RTOS.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2020-06-16 19:09:23 +02:00

15 lines
219 B
Plaintext

# ST Microelectronics STM32L011XX MCU
#
# Copyright (c) 2019-2020 Grinn
# SPDX-License-Identifier: Apache-2.0
if SOC_STM32L011XX
config SOC
default "stm32l011xx"
config NUM_IRQS
default 32
endif # SOC_STM32L011XX