mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-23 06:26:24 +00:00
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>
15 lines
219 B
Plaintext
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
|