Linux preempt-rt
Check our new training course
Real-Time Linux with PREEMPT_RT
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# 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 NUM_IRQS int default 59 endif # SOC_STM32F103XB