mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-12 05:01:56 +00:00
This commit adds support for STM32F415RG. Signed-off-by: Kwon Tae-young <tykwon@m2i.co.kr>
19 lines
275 B
Plaintext
19 lines
275 B
Plaintext
# Kconfig - ST STM32F415RG MCU configuration options
|
|
#
|
|
# Copyright (c) 2019, Kwon Tae-young <tykwon@m2i.co.kr>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if SOC_STM32F415RG
|
|
|
|
config SOC
|
|
string
|
|
default "stm32f415xx"
|
|
|
|
config NUM_IRQS
|
|
int
|
|
default 82
|
|
|
|
endif # SOC_STM32F415RG
|