aboutsummaryrefslogtreecommitdiff
path: root/include/libopencm3/stm32/doc-stm32f.h
diff options
context:
space:
mode:
authorKen Sarkies2012-08-20 17:19:20 +0930
committerKen Sarkies2012-08-20 17:19:20 +0930
commit52533a6e3d2e3a1936ce76692774557a354d3569 (patch)
tree6f6670d0e80882175befff2e3aa0da7e279f8595 /include/libopencm3/stm32/doc-stm32f.h
parenta2c5b6391d82684838e923c6d7437367110f5480 (diff)
STM32F1xx: Changed markup to get more control over documentation, each
file having its own group module rather than using @file. No code changes except for the following: gpio: Added function to map the eventout signal plus two Remap functions dma: Prevent changing base addresses while channel enabled (see datasheet) pwr: Added pwr.c (new file) timer: Removed the last function that I introduced recently; there is already an equivalent function present. Changed some parameter names for consistency.
Diffstat (limited to 'include/libopencm3/stm32/doc-stm32f.h')
-rw-r--r--include/libopencm3/stm32/doc-stm32f.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/include/libopencm3/stm32/doc-stm32f.h b/include/libopencm3/stm32/doc-stm32f.h
index e592c12..0f3f850 100644
--- a/include/libopencm3/stm32/doc-stm32f.h
+++ b/include/libopencm3/stm32/doc-stm32f.h
@@ -1,13 +1,24 @@
-/** @defgroup STM32F_defines
+/** @defgroup STM32F_defines STM32F Top Level Defines
@brief Defined Constants and Types for the STM32F series
@ingroup STM32F
+@author @htmlonly © @endhtmlonly 2012 Ken Sarkies ksarkies@internode.on.net
+
@version 1.0.0
-@date 8 July 2012
+@date 18 August 2012
LGPL License Terms @ref lgpl_license
*/
+/** @defgroup STM32F-files STM32F Top Level Files
+
+@brief Common Files for ST Microelectronics STM32F series.
+
+@ingroup STM32F
+
+*/
+
+