/* * SPDX-FileCopyrightText: 2015 TriaGnoSys GmbH * SPDX-FileCopyrightText: 2017 Alexander Kurth, Sören Tempel, Tristan Bruns * SPDX-License-Identifier: LGPL-2.1-only */ #pragma once /** * @ingroup boards_bluepill_stm32f103cb * * This board can be bought very cheaply on sides like eBay or * AliExpress. Although the MCU nominally has 64 KiB ROM, most of them * have 128 KiB ROM. For more information see: * https://web.archive.org/web/20190527040051/http://wiki.stm32duino.com/index.php?title=Blue_Pill * * @{ * * @file * @brief Peripheral MCU configuration for the bluepill board * * @author Víctor Ariño * @author Sören Tempel * @author Tristan Bruns * @author Alexander Kurth */ #include "board_common.h" #ifdef __cplusplus extern "C" { #endif /* Board common contains all required info */ #ifdef __cplusplus } #endif /** @} */