diff options
Diffstat (limited to 'os/hal/platforms/STM32/platform.dox')
-rw-r--r-- | os/hal/platforms/STM32/platform.dox | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32/platform.dox b/os/hal/platforms/STM32/platform.dox index 3afdf9b70..8c699443e 100644 --- a/os/hal/platforms/STM32/platform.dox +++ b/os/hal/platforms/STM32/platform.dox @@ -41,6 +41,13 @@ */
/**
+ * @defgroup STM32F10x_HAL STM32F103 HAL Support
+ * @brief HAL support for STM32 LD, MD and HD families.
+ *
+ * @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
|