/* * Copyright (C) 2020 iosabi * * This file is subject to the terms and conditions of the GNU Lesser * General Public License v2.1. See the file LICENSE in the top level * directory for more details. */ /** * @ingroup boards_qn9080dk * @{ * * @file * @brief Configuration of CPU peripherals for QN9080DK base board board * * @author iosabi */ #ifndef PERIPH_CONF_H #define PERIPH_CONF_H #include #include "cpu.h" #include "periph_cpu.h" #ifdef __cplusplus extern "C" { #endif /* put here the board peripherals definitions: - Available clocks - Timers - UARTs - PWMs - SPIs - I2C - ADC - RTC - RTT etc */ #ifdef __cplusplus } #endif #endif /* PERIPH_CONF_H */ /** @} */