Linux debugging
Check our new training course
Linux debugging, tracing, profiling & perf. analysis
1 2 3 4 5 6 7 8 9 10 11
# STM32F0 development board with STM32F051R8T6 MCU # Copyright (c) 2018 Nathan Tsoi <nathan@vertile.com> # SPDX-License-Identifier: Apache-2.0 if BOARD_STM32F0_DISCO config BOARD default "stm32f0_disco" endif # BOARD_STM32F0_DISCO