aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/STM32F1xx
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-04 20:20:36 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-11-04 20:20:36 +0000
commitba89f675a2affeaa66f06c31085ecc95b88e25df (patch)
tree1b6b5867dd641a545e98a7f6cd1ddbb8ec39d5d6 /os/hal/platforms/STM32F1xx
parentbf185be2602528df7dd0f388b350cb71a378a1ce (diff)
downloadChibiOS-ba89f675a2affeaa66f06c31085ecc95b88e25df.tar.gz
ChibiOS-ba89f675a2affeaa66f06c31085ecc95b88e25df.tar.bz2
ChibiOS-ba89f675a2affeaa66f06c31085ecc95b88e25df.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3466 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/STM32F1xx')
-rw-r--r--os/hal/platforms/STM32F1xx/hal_lld_f100.h6
-rw-r--r--os/hal/platforms/STM32F1xx/hal_lld_f103.h10
-rw-r--r--os/hal/platforms/STM32F1xx/hal_lld_f105_f107.h2
3 files changed, 9 insertions, 9 deletions
diff --git a/os/hal/platforms/STM32F1xx/hal_lld_f100.h b/os/hal/platforms/STM32F1xx/hal_lld_f100.h
index 864be581e..cdad07bc5 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 "STM32 Value Line"
+#define PLATFORM_NAME "STM32F1 Value Line"
#elif defined(STM32F10X_LD_VL)
-#define PLATFORM_NAME "STM32 Value Line Low Density"
+#define PLATFORM_NAME "STM32F1 Value Line Low Density"
#elif defined(STM32F10X_MD_VL)
-#define PLATFORM_NAME "STM32 Value Line Medium Density"
+#define PLATFORM_NAME "STM32F1 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 7c04b7d38..92144b5dc 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 "STM32 Performance Line"
+#define PLATFORM_NAME "STM32F1 Performance Line"
#elif defined(STM32F10X_LD)
-#define PLATFORM_NAME "STM32 Performance Line Low Density"
+#define PLATFORM_NAME "STM32F1 Performance Line Low Density"
#elif defined(STM32F10X_MD)
-#define PLATFORM_NAME "STM32 Performance Line Medium Density"
+#define PLATFORM_NAME "STM32F1 Performance Line Medium Density"
#elif defined(STM32F10X_HD)
-#define PLATFORM_NAME "STM32 Performance Line High Density"
+#define PLATFORM_NAME "STM32F1 Performance Line High Density"
#elif defined(STM32F10X_XL)
-#define PLATFORM_NAME "STM32 Performance Line eXtra Density"
+#define PLATFORM_NAME "STM32F1 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 e4361c77f..52de807d2 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 "STM32 Connectivity Line"
+#define PLATFORM_NAME "STM32F1 Connectivity Line"
/** @} */
/**