15 lines
220 B
Plaintext
15 lines
220 B
Plaintext
|
# STMicroelectronics STM32WLE5 MCU
|
||
|
|
||
|
# Copyright (c) 2021 Thomas Stranger
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if SOC_STM32WLE5XX
|
||
|
|
||
|
config SOC
|
||
|
default "stm32wle5xx"
|
||
|
|
||
|
config NUM_IRQS
|
||
|
default 62
|
||
|
|
||
|
endif # SOC_STM32WLE5XX
|