15 lines
254 B
Plaintext
15 lines
254 B
Plaintext
|
# ST Microelectronics STM32L010XX MCU
|
||
|
#
|
||
|
# Copyright (c) 2021 Wouter Cappelle <wouter.cappelle@crodeon.com>
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if SOC_STM32L010XB
|
||
|
|
||
|
config SOC
|
||
|
default "stm32l010xb"
|
||
|
|
||
|
config NUM_IRQS
|
||
|
default 32
|
||
|
|
||
|
endif # SOC_STM32L010XB
|