aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/src/credits.dox7
-rw-r--r--os/hal/platforms/STM32/hal_lld.h8
-rw-r--r--os/hal/platforms/STM32/platform.dox9
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 @@
* - <b>Leon Woestenberg</b>, 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).
- * - <b>Leszek Bednarz</b>, H8S and ColdFire ports and drivers.
+ * - <b>Leszek Bednarz</b>, H8S and ColdFire ports and drivers maintainer.
* - <b>Liam Staskawicz</b>, Posix simulator, AT91SAM7x and STM32 related
- * contributions, many bug fixes and excellent suggestions.
+ * contributions, general improvements, many bug fixes and excellent
+ * suggestions.
* - <b>Michael Fischer</b>, because the work on YAGARTO and the excellent
* feedback.
* - <b>Riccardo Scanu</b>, another long story, this time involving reverse
* engineering and giant robots...
* - <b>Vladimir</b>, first tested and fixed the AVR port, I don't know the
* surname but he has been the first contributor.
- * - <b>Walter Goossens</b>, fixes to the LPC21xx support.
+ * - <b>Walter Goossens</b>, 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,13 +41,20 @@
*/
/**
- * @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.
* @details This module supports the STM3 GPIO controller. The controller