From efbd7db9789c18e465750646d51a5fab936c5fc6 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 22 Oct 2012 17:46:59 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4776 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/STM32F1xx/hal_lld_f100.h | 6 +++--- os/hal/platforms/STM32F1xx/hal_lld_f103.h | 10 +++++----- os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'os/hal/platforms/STM32F1xx') diff --git a/os/hal/platforms/STM32F1xx/hal_lld_f100.h b/os/hal/platforms/STM32F1xx/hal_lld_f100.h index 81054966e..0026464e9 100644 --- a/os/hal/platforms/STM32F1xx/hal_lld_f100.h +++ b/os/hal/platforms/STM32F1xx/hal_lld_f100.h @@ -45,13 +45,13 @@ * @{ */ #if defined(__DOXYGEN__) -#define PLATFORM_NAME "STM32F1 Value Line" +#define PLATFORM_NAME "STM32F100 Value Line" #elif defined(STM32F10X_LD_VL) -#define PLATFORM_NAME "STM32F1 Value Line Low Density" +#define PLATFORM_NAME "STM32F100 Value Line Low Density" #elif defined(STM32F10X_MD_VL) -#define PLATFORM_NAME "STM32F1 Value Line Medium Density" +#define PLATFORM_NAME "STM32F100 Value Line Medium Density" #else #error "unsupported STM32 Value Line member" #endif diff --git a/os/hal/platforms/STM32F1xx/hal_lld_f103.h b/os/hal/platforms/STM32F1xx/hal_lld_f103.h index 68d2748e9..4776dcfdd 100644 --- a/os/hal/platforms/STM32F1xx/hal_lld_f103.h +++ b/os/hal/platforms/STM32F1xx/hal_lld_f103.h @@ -45,19 +45,19 @@ * @{ */ #if defined(__DOXYGEN__) -#define PLATFORM_NAME "STM32F1 Performance Line" +#define PLATFORM_NAME "STM32F10x Performance Line" #elif defined(STM32F10X_LD) -#define PLATFORM_NAME "STM32F1 Performance Line Low Density" +#define PLATFORM_NAME "STM32F10x Performance Line Low Density" #elif defined(STM32F10X_MD) -#define PLATFORM_NAME "STM32F1 Performance Line Medium Density" +#define PLATFORM_NAME "STM32F10x Performance Line Medium Density" #elif defined(STM32F10X_HD) -#define PLATFORM_NAME "STM32F1 Performance Line High Density" +#define PLATFORM_NAME "STM32F10x Performance Line High Density" #elif defined(STM32F10X_XL) -#define PLATFORM_NAME "STM32F1 Performance Line eXtra Density" +#define PLATFORM_NAME "STM32F10x Performance Line eXtra Density" #else #error "unsupported STM32 Performance Line member" diff --git a/os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h b/os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h index c33569b23..8248d323b 100644 --- a/os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h +++ b/os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h @@ -44,7 +44,7 @@ * @name Platform identification * @{ */ -#define PLATFORM_NAME "STM32F1 Connectivity Line" +#define PLATFORM_NAME "STM32F10x Connectivity Line" /** @} */ /** -- cgit v1.2.3