Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Palsson <karlp@etactica.com>2019-06-26 15:24:07 +0300
committerKarl Palsson <karlp@etactica.com>2019-06-27 17:53:09 +0300
commit06ee2009e812805ac828b7f2cbe31e00cee1cafb (patch)
treec1ade398a910e8f11ff1ac652e89f2e750747859
parent8744df10a62bf49e55d91158cf48b923b4268e8c (diff)
doc: gd32f1x0: merge flash and rcc into periperhal apis
Instead of having some in peripheral_apis and some under the target itself
-rw-r--r--lib/gd32/f1x0/flash.c4
-rw-r--r--lib/gd32/f1x0/rcc.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/gd32/f1x0/flash.c b/lib/gd32/f1x0/flash.c
index ad7cb054..4f222082 100644
--- a/lib/gd32/f1x0/flash.c
+++ b/lib/gd32/f1x0/flash.c
@@ -1,6 +1,6 @@
-/** @defgroup flash_file FLASH
+/** @defgroup flash_file FLASH peripheral API
*
- * @ingroup GD32F1x0
+ * @ingroup peripheral_apis
*
* @brief <b>libopencm3 GD32F1x0 FLASH</b>
*
diff --git a/lib/gd32/f1x0/rcc.c b/lib/gd32/f1x0/rcc.c
index c50e2d65..729a71eb 100644
--- a/lib/gd32/f1x0/rcc.c
+++ b/lib/gd32/f1x0/rcc.c
@@ -1,6 +1,6 @@
-/** @defgroup GD32F1x0-rcc-file RCC
+/** @defgroup rcc_file RCC peripheral API
-@ingroup GD32F1x0
+@ingroup peripheral_apis
@brief <b>libopencm3 GD32F1x0 Reset and Clock Control</b>