mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #20495 from Enoch247/simplify-stm32-clk-includes
cpu/stm32: remove redundant conditional compile block
This commit is contained in:
commit
9f51daeb53
@ -19,6 +19,10 @@
|
||||
#ifndef CLK_C0_CFG_CLOCK_DEFAULT_H
|
||||
#define CLK_C0_CFG_CLOCK_DEFAULT_H
|
||||
|
||||
#include "cfg_clock_common_fx_gx_mp1_c0.h"
|
||||
#include "kernel_defines.h"
|
||||
#include "macros/units.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -23,6 +23,8 @@
|
||||
#ifndef CLK_CFG_CLOCK_COMMON_FX_GX_MP1_C0_H
|
||||
#define CLK_CFG_CLOCK_COMMON_FX_GX_MP1_C0_H
|
||||
|
||||
#include "kernel_defines.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -23,6 +23,8 @@
|
||||
#ifndef CLK_CFG_CLOCK_COMMON_LX_U5_WX_H
|
||||
#define CLK_CFG_CLOCK_COMMON_LX_U5_WX_H
|
||||
|
||||
#include "kernel_defines.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -19,20 +19,6 @@
|
||||
#ifndef CLK_CLK_CONF_H
|
||||
#define CLK_CLK_CONF_H
|
||||
|
||||
#include "kernel_defines.h"
|
||||
#include "macros/units.h"
|
||||
|
||||
#if defined(CPU_FAM_STM32F0) || defined(CPU_FAM_STM32F1) || \
|
||||
defined(CPU_FAM_STM32F2) || defined(CPU_FAM_STM32F3) || \
|
||||
defined(CPU_FAM_STM32F4) || defined(CPU_FAM_STM32F7) || \
|
||||
defined(CPU_FAM_STM32G0) || defined(CPU_FAM_STM32G4) || \
|
||||
defined(CPU_FAM_STM32MP1) || defined(CPU_FAM_STM32C0)
|
||||
#include "cfg_clock_common_fx_gx_mp1_c0.h"
|
||||
#else /* CPU_FAM_STM32L0 || CPU_FAM_STM32L1 || CPU_FAM_STM32L4 ||
|
||||
* CPU_FAM_STM32L5 || CPU_FAM_STM32U5 || CPU_FAM_STM32WB */
|
||||
#include "cfg_clock_common_lx_u5_wx.h"
|
||||
#endif
|
||||
|
||||
#if defined(CPU_FAM_STM32F0) || defined(CPU_FAM_STM32F1) || \
|
||||
defined(CPU_FAM_STM32F3)
|
||||
#include "f0f1f3/cfg_clock_default.h"
|
||||
|
@ -26,6 +26,10 @@
|
||||
#ifndef CLK_F0F1F3_CFG_CLOCK_DEFAULT_H
|
||||
#define CLK_F0F1F3_CFG_CLOCK_DEFAULT_H
|
||||
|
||||
#include "cfg_clock_common_fx_gx_mp1_c0.h"
|
||||
#include "kernel_defines.h"
|
||||
#include "macros/units.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -19,6 +19,9 @@
|
||||
#ifndef CLK_F2F4F7_CFG_CLOCK_DEFAULT_H
|
||||
#define CLK_F2F4F7_CFG_CLOCK_DEFAULT_H
|
||||
|
||||
#include "cfg_clock_common_fx_gx_mp1_c0.h"
|
||||
#include "kernel_defines.h"
|
||||
|
||||
#if defined(CPU_FAM_STM32F2)
|
||||
#include "f2f4f7/cfg_clock_default_120.h"
|
||||
#elif defined(CPU_FAM_STM32F4)
|
||||
|
@ -23,6 +23,9 @@
|
||||
#ifndef CLK_F2F4F7_CFG_CLOCK_DEFAULT_100_H
|
||||
#define CLK_F2F4F7_CFG_CLOCK_DEFAULT_100_H
|
||||
|
||||
#include "kernel_defines.h"
|
||||
#include "macros/units.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -23,6 +23,9 @@
|
||||
#ifndef CLK_F2F4F7_CFG_CLOCK_DEFAULT_120_H
|
||||
#define CLK_F2F4F7_CFG_CLOCK_DEFAULT_120_H
|
||||
|
||||
#include "kernel_defines.h"
|
||||
#include "macros/units.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -23,6 +23,9 @@
|
||||
#ifndef CLK_F2F4F7_CFG_CLOCK_DEFAULT_180_H
|
||||
#define CLK_F2F4F7_CFG_CLOCK_DEFAULT_180_H
|
||||
|
||||
#include "kernel_defines.h"
|
||||
#include "macros/units.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -23,6 +23,9 @@
|
||||
#ifndef CLK_F2F4F7_CFG_CLOCK_DEFAULT_216_H
|
||||
#define CLK_F2F4F7_CFG_CLOCK_DEFAULT_216_H
|
||||
|
||||
#include "kernel_defines.h"
|
||||
#include "macros/units.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -23,6 +23,9 @@
|
||||
#ifndef CLK_F2F4F7_CFG_CLOCK_DEFAULT_84_H
|
||||
#define CLK_F2F4F7_CFG_CLOCK_DEFAULT_84_H
|
||||
|
||||
#include "kernel_defines.h"
|
||||
#include "macros/units.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -23,6 +23,10 @@
|
||||
#ifndef CLK_G0G4_CFG_CLOCK_DEFAULT_H
|
||||
#define CLK_G0G4_CFG_CLOCK_DEFAULT_H
|
||||
|
||||
#include "cfg_clock_common_fx_gx_mp1_c0.h"
|
||||
#include "kernel_defines.h"
|
||||
#include "macros/units.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -19,6 +19,9 @@
|
||||
#ifndef CLK_L0L1_CFG_CLOCK_DEFAULT_H
|
||||
#define CLK_L0L1_CFG_CLOCK_DEFAULT_H
|
||||
|
||||
#include "cfg_clock_common_lx_u5_wx.h"
|
||||
#include "kernel_defines.h"
|
||||
#include "macros/units.h"
|
||||
#include "periph_cpu.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
@ -21,6 +21,10 @@
|
||||
#ifndef CLK_L4L5WX_CFG_CLOCK_DEFAULT_H
|
||||
#define CLK_L4L5WX_CFG_CLOCK_DEFAULT_H
|
||||
|
||||
#include "cfg_clock_common_lx_u5_wx.h"
|
||||
#include "kernel_defines.h"
|
||||
#include "macros/units.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -19,6 +19,10 @@
|
||||
#ifndef CLK_MP1_CFG_CLOCK_DEFAULT_H
|
||||
#define CLK_MP1_CFG_CLOCK_DEFAULT_H
|
||||
|
||||
#include "cfg_clock_common_fx_gx_mp1_c0.h"
|
||||
#include "kernel_defines.h"
|
||||
#include "macros/units.h"
|
||||
|
||||
/**
|
||||
* @name MP1 clock PLL settings (208MHz)
|
||||
* @{
|
||||
|
@ -19,6 +19,10 @@
|
||||
#ifndef CLK_U5_CFG_CLOCK_DEFAULT_H
|
||||
#define CLK_U5_CFG_CLOCK_DEFAULT_H
|
||||
|
||||
#include "cfg_clock_common_lx_u5_wx.h"
|
||||
#include "kernel_defines.h"
|
||||
#include "macros/units.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user