diff --git a/cpu/stm32/include/periph/f7/periph_cpu.h b/cpu/stm32/include/periph/f7/periph_cpu.h deleted file mode 100644 index e75b876d75..0000000000 --- a/cpu/stm32/include/periph/f7/periph_cpu.h +++ /dev/null @@ -1,39 +0,0 @@ -/* - * Copyright (C) 2017 Freie Universität Berlin - * - * 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 cpu_stm32 - * @{ - * - * @file - * @brief STM32F7 CPU specific definitions for internal peripheral handling - * - * @author Hauke Petersen - * - */ - -#ifndef PERIPH_F7_PERIPH_CPU_H -#define PERIPH_F7_PERIPH_CPU_H - -#ifdef __cplusplus -extern "C" { -#endif - -/** - * @name Starting address of the CPU ID - */ -#if defined(CPU_LINE_STM32F722xx) || defined(CPU_LINE_STM32F723xx) -#define CPUID_ADDR (0x1ff07a10) -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* PERIPH_F7_PERIPH_CPU_H */ -/** @} */ diff --git a/cpu/stm32/include/periph_cpu.h b/cpu/stm32/include/periph_cpu.h index c699409077..6a4f69ddf0 100644 --- a/cpu/stm32/include/periph_cpu.h +++ b/cpu/stm32/include/periph_cpu.h @@ -33,8 +33,6 @@ #include "periph/f3/periph_cpu.h" #elif defined(CPU_FAM_STM32F4) #include "periph/f4/periph_cpu.h" -#elif defined(CPU_FAM_STM32F7) -#include "periph/f7/periph_cpu.h" #elif defined(CPU_FAM_STM32L0) #include "periph/l0/periph_cpu.h" #elif defined(CPU_FAM_STM32L1)