Linux debugging
Check our new training course
Linux debugging, tracing, profiling & perf. analysis
1 2 3 4 5 6 7 8 9 10 11
# OLIMEX-STM32-H407 board configuration # Copyright (c) 2018, Reto Schneider <code@reto-schneider.ch> # SPDX-License-Identifier: Apache-2.0 if BOARD_OLIMEX_STM32_H407 config BOARD default "olimex_stm32_h407" endif # BOARD_OLIMEX_STM32_H407