23 lines
299 B
Plaintext
23 lines
299 B
Plaintext
# Kconfig - ST Microelectronics STM32F091XC MCU
|
|
#
|
|
# Copyright (c) 2017 b0661n0e17e@gmail.com
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
if SOC_STM32F091XC
|
|
|
|
config SOC
|
|
string
|
|
default stm32f091xc
|
|
|
|
config FLASH_PAGE_SIZE
|
|
hex
|
|
default 0x800
|
|
|
|
config NUM_IRQS
|
|
int
|
|
default 32
|
|
|
|
endif # SOC_STM32F091XC
|