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
# STM32F072-EVAL board configuration # Copyright (c) 2017 BayLibre, SAS # SPDX-License-Identifier: Apache-2.0 if BOARD_STM32F072_EVAL config BOARD default "stm32f072_eval" config UART_2 default y depends on UART_CONSOLE endif # BOARD_STM32F072_EVAL