From 6b6bce2f392da97f2007fa219fbabb33529665f2 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 18 May 2010 13:36:33 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1935 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- docs/src/credits.dox | 7 ++++--- os/hal/platforms/STM32/hal_lld.h | 8 ++++---- os/hal/platforms/STM32/platform.dox | 9 ++++++++- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/docs/src/credits.dox b/docs/src/credits.dox index eec6bf2cf..28343dc14 100644 --- a/docs/src/credits.dox +++ b/docs/src/credits.dox @@ -35,15 +35,16 @@ * - Leon Woestenberg, CondVars idea and implementation, documentation * improvements and a lot of other ideas, he also helped with the lwIP port * (he is one of the developers of that project too). - * - Leszek Bednarz, H8S and ColdFire ports and drivers. + * - Leszek Bednarz, H8S and ColdFire ports and drivers maintainer. * - Liam Staskawicz, Posix simulator, AT91SAM7x and STM32 related - * contributions, many bug fixes and excellent suggestions. + * contributions, general improvements, many bug fixes and excellent + * suggestions. * - Michael Fischer, because the work on YAGARTO and the excellent * feedback. * - Riccardo Scanu, another long story, this time involving reverse * engineering and giant robots... * - Vladimir, first tested and fixed the AVR port, I don't know the * surname but he has been the first contributor. - * - Walter Goossens, fixes to the LPC21xx support. + * - Walter Goossens, several fixes to the LPC21xx support. * . */ diff --git a/os/hal/platforms/STM32/hal_lld.h b/os/hal/platforms/STM32/hal_lld.h index 1ca9b186a..2a67e1923 100644 --- a/os/hal/platforms/STM32/hal_lld.h +++ b/os/hal/platforms/STM32/hal_lld.h @@ -44,14 +44,14 @@ */ #if defined(STM32F10X_MD) || defined(__DOXYGEN__) #define PLATFORM_NAME "STM32 MD" -#include "hal_lld_F103.h" +#include "hal_lld_f103.h" #elif defined(STM32F10X_LD) #define PLATFORM_NAME "STM32 LD" -#include "hal_lld_F103.h" +#include "hal_lld_f103.h" #elif defined(STM32F10X_HD) #define PLATFORM_NAME "STM32 HD" -#include "hal_lld_F103.h" -#elif defined(STM32F10X_CL) +#include "hal_lld_f103.h" +#elif defined(STM3F10X_CL) #define PLATFORM_NAME "STM32 CL" #include "hal_lld_f105_f107.h" #else diff --git a/os/hal/platforms/STM32/platform.dox b/os/hal/platforms/STM32/platform.dox index 8fe156035..36cdcfa0d 100644 --- a/os/hal/platforms/STM32/platform.dox +++ b/os/hal/platforms/STM32/platform.dox @@ -41,12 +41,19 @@ */ /** - * @defgroup STM32F10x_HAL STM32F103 HAL Support + * @defgroup STM32F103_HAL STM32F103 HAL Support * @brief HAL support for STM32 LD, MD and HD families. * * @ingroup STM32_HAL */ +/** + * @defgroup STM32F10X_CL_HAL STM32F105/F107 HAL Support + * @brief HAL support for STM32 CL (Connectivity Line) family. + * + * @ingroup STM32_HAL + */ + /** * @defgroup STM32_PAL STM32 I/O Ports Support * @brief I/O Ports peripherals support. -- cgit v1.2.3