From d25139221ec71ed2fbd6a9e06aa3c039c6cf9551 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Mon, 21 Sep 2015 11:01:37 +0000 Subject: Fixed bug #609. Updated STM32F1xx headers. STM32F1xx, STM32F3xx and STM32F37x now use the common DMAv1 driver. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8319 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/ports/STM32/STM32F1xx/hal_lld.h | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) (limited to 'os/hal/ports/STM32/STM32F1xx/hal_lld.h') diff --git a/os/hal/ports/STM32/STM32F1xx/hal_lld.h b/os/hal/ports/STM32/STM32F1xx/hal_lld.h index 41ffdf862..34e83b366 100644 --- a/os/hal/ports/STM32/STM32F1xx/hal_lld.h +++ b/os/hal/ports/STM32/STM32F1xx/hal_lld.h @@ -24,14 +24,15 @@ * - STM32_HSE_BYPASS (optionally). * . * One of the following macros must also be defined: - * - STM32F10X_LD_VL for Value Line Low Density devices. - * - STM32F10X_MD_VL for Value Line Medium Density devices. - * - STM32F10X_HD_VL for Value Line High Density devices. - * - STM32F10X_LD for Performance Low Density devices. - * - STM32F10X_MD for Performance Medium Density devices. - * - STM32F10X_HD for Performance High Density devices. - * - STM32F10X_XL for Performance eXtra Density devices. - * - STM32F10X_CL for Connectivity Line devices. + * - STM32F100xB for Value Line Medium Density devices. + * - STM32F100xE for Value Line High Density devices. + * - STM32F101x6, STM32F102x6, STM32F103x6 for Performance + * Low Density devices. + * - STM32F101xB, STM32F102xB, STM32F103xB for Performance + * Medium Density devices. + * - STM32F101xE, STM32F103xE for Performance High Density devices. + * - STM32F101xG, STM32F103xG for Performance eXtra Density devices. + * - STM32F105xC, STM32F107xC for Connectivity Line devices. * . * * @addtogroup HAL @@ -54,9 +55,6 @@ #if defined(__DOXYGEN__) #define PLATFORM_NAME "STM32F1xx" -#elif defined(STM32F10X_LD_VL) -#define PLATFORM_NAME "STM32F100 Value Line Low Density" - #elif defined(STM32F10X_MD_VL) #define PLATFORM_NAME "STM32F100 Value Line Medium Density" @@ -179,8 +177,8 @@ /* Derived constants and error checks. */ /*===========================================================================*/ -#if defined(STM32F10X_LD_VL) || defined(STM32F10X_MD_VL) || \ - defined(STM32F10X_HD_VL) || defined(__DOXYGEN__) +#if defined(STM32F10X_MD_VL) || defined(STM32F10X_HD_VL) || \ + defined(__DOXYGEN__) #include "hal_lld_f100.h" #elif defined(STM32F10X_LD) || defined(STM32F10X_MD) || \ -- cgit v1.2.3