15 lines
227 B
Plaintext
15 lines
227 B
Plaintext
|
# STMicroelectronics STM32G484XX MCU
|
||
|
|
||
|
# Copyright (c) 2021 Guðni Már Gilbert
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
if SOC_STM32G484XX
|
||
|
|
||
|
config SOC
|
||
|
default "stm32g484xx"
|
||
|
|
||
|
config NUM_IRQS
|
||
|
default 102
|
||
|
|
||
|
endif # SOC_STM32G484XX
|