stm32: Clock Recovery System is a common peripheral.

Pull it out of the F0 directory ready to be used by other devices with this
peripheral.
This commit is contained in:
Karl Palsson
2015-10-03 18:00:13 +00:00
parent c097343634
commit d67aec1cc8
4 changed files with 10 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
/** @defgroup CRS_defines CRS Defines
*
* @brief <b>Defined Constants and Types for the STM32F0xx Clock Recovery</b>
* @brief <b>STM32 Clock Recovery System: Defined Constants and Types</b>
*
* @ingroup STM32F0xx_defines
* @ingroup STM32_defines
*
* @version 1.0.0
*

View File

@@ -1,4 +1,4 @@
/* This provides unification of code over STM32F subfamilies */
/* This provides unification of code over STM32 subfamilies */
/*
* This file is part of the libopencm3 project.
@@ -21,8 +21,8 @@
#include <libopencm3/stm32/memorymap.h>
#if defined(STM32F0)
# include <libopencm3/stm32/f0/crs.h>
# include <libopencm3/stm32/common/crs_common_all.h>
#else
# error "stm32 family not defined."
# error "stm32 family not defined or not supported for this peripheral"
#endif