Linux debugging

Check our new training course

Linux debugging, tracing, profiling & perf. analysis

Check our new training course
with Creative Commons CC-BY-SA
lecture and lab materials

Bootlin logo

Elixir Cross Referencer

# Kconfig - ST Microelectronics STM32F103RB MCU
#
# Copyright (c) 2016 Open-RnD Sp. z o.o.
#
# SPDX-License-Identifier: Apache-2.0
#

if SOC_STM32F103XB

config SOC
	string
	default stm32f103xb
config SRAM_SIZE
	default 20

config FLASH_SIZE
	default 128

config NUM_IRQS
	int
	default 59

endif # SOC_STM32F103XB