summaryrefslogtreecommitdiffstats
path: root/bsps/arm/tms570/include/bsp
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/tms570/include/bsp')
-rw-r--r--bsps/arm/tms570/include/bsp/irq.h2
-rw-r--r--bsps/arm/tms570/include/bsp/system-clocks.h4
-rw-r--r--bsps/arm/tms570/include/bsp/tms570-pinmux.h2
-rw-r--r--bsps/arm/tms570/include/bsp/tms570-pins.h2
-rw-r--r--bsps/arm/tms570/include/bsp/tms570-pom.h2
-rw-r--r--bsps/arm/tms570/include/bsp/tms570-rti.h2
-rw-r--r--bsps/arm/tms570/include/bsp/tms570-sci-driver.h2
-rw-r--r--bsps/arm/tms570/include/bsp/tms570-sci.h2
-rw-r--r--bsps/arm/tms570/include/bsp/tms570-vim.h2
-rw-r--r--bsps/arm/tms570/include/bsp/tms570_selftest.h2
-rw-r--r--bsps/arm/tms570/include/bsp/tms570_selftest_parity.h2
-rw-r--r--bsps/arm/tms570/include/bsp/tms570lc4357-pins.h2
-rw-r--r--bsps/arm/tms570/include/bsp/tms570ls3137zwt-pins.h2
13 files changed, 14 insertions, 14 deletions
diff --git a/bsps/arm/tms570/include/bsp/irq.h b/bsps/arm/tms570/include/bsp/irq.h
index c90c6002c1..c37ebadbc4 100644
--- a/bsps/arm/tms570/include/bsp/irq.h
+++ b/bsps/arm/tms570/include/bsp/irq.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup tms570
+ * @ingroup RTEMSBSPsARMTMS570
*
* @brief TMS570 interrupt definitions.
*/
diff --git a/bsps/arm/tms570/include/bsp/system-clocks.h b/bsps/arm/tms570/include/bsp/system-clocks.h
index ea60b3a6a5..9c819fef74 100644
--- a/bsps/arm/tms570/include/bsp/system-clocks.h
+++ b/bsps/arm/tms570/include/bsp/system-clocks.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup tms570
+ * @ingroup RTEMSBSPsARMTMS570
*
* @brief System clocks.
*/
@@ -34,7 +34,7 @@ extern "C" {
/**
* @defgroup tms570_clock System Clocks
*
- * @ingroup tms570
+ * @ingroup RTEMSBSPsARMTMS570
*
* @brief System clocks.
*
diff --git a/bsps/arm/tms570/include/bsp/tms570-pinmux.h b/bsps/arm/tms570/include/bsp/tms570-pinmux.h
index edf23f27f3..f744b92737 100644
--- a/bsps/arm/tms570/include/bsp/tms570-pinmux.h
+++ b/bsps/arm/tms570/include/bsp/tms570-pinmux.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup tms570
+ * @ingroup RTEMSBSPsARMTMS570
*
* @brief I/O Multiplexing Module (IOMM) basic support
*/
diff --git a/bsps/arm/tms570/include/bsp/tms570-pins.h b/bsps/arm/tms570/include/bsp/tms570-pins.h
index ac9cf4ca74..32839138d0 100644
--- a/bsps/arm/tms570/include/bsp/tms570-pins.h
+++ b/bsps/arm/tms570/include/bsp/tms570-pins.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup tms570
+ * @ingroup RTEMSBSPsARMTMS570
*
* @brief Select pin mapping according to selected chip.
* Defaults to TMS570LS3137ZWT for now.
diff --git a/bsps/arm/tms570/include/bsp/tms570-pom.h b/bsps/arm/tms570/include/bsp/tms570-pom.h
index db8a54b824..7e89ea2b96 100644
--- a/bsps/arm/tms570/include/bsp/tms570-pom.h
+++ b/bsps/arm/tms570/include/bsp/tms570-pom.h
@@ -1,6 +1,6 @@
/**
* @file
- * @ingroup tms570
+ * @ingroup RTEMSBSPsARMTMS570
* @brief Parameter Overlay Module (POM) header file
*/
diff --git a/bsps/arm/tms570/include/bsp/tms570-rti.h b/bsps/arm/tms570/include/bsp/tms570-rti.h
index deb360af3a..fdfdc1578a 100644
--- a/bsps/arm/tms570/include/bsp/tms570-rti.h
+++ b/bsps/arm/tms570/include/bsp/tms570-rti.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup tms570
+ * @ingroup RTEMSBSPsARMTMS570
*
* @brief Real Time Interrupt module (RTI) header file.
*/
diff --git a/bsps/arm/tms570/include/bsp/tms570-sci-driver.h b/bsps/arm/tms570/include/bsp/tms570-sci-driver.h
index 2cb63d687c..995e18ffbe 100644
--- a/bsps/arm/tms570/include/bsp/tms570-sci-driver.h
+++ b/bsps/arm/tms570/include/bsp/tms570-sci-driver.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup tms570
+ * @ingroup RTEMSBSPsARMTMS570
*
* @brief Declaration of serial's driver inner structure.
*/
diff --git a/bsps/arm/tms570/include/bsp/tms570-sci.h b/bsps/arm/tms570/include/bsp/tms570-sci.h
index c2ef198de6..cc92a514cb 100644
--- a/bsps/arm/tms570/include/bsp/tms570-sci.h
+++ b/bsps/arm/tms570/include/bsp/tms570-sci.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup tms570
+ * @ingroup RTEMSBSPsARMTMS570
*
* @brief Serial Communication Interface (SCI) header file.
*/
diff --git a/bsps/arm/tms570/include/bsp/tms570-vim.h b/bsps/arm/tms570/include/bsp/tms570-vim.h
index 27173be098..9903d31960 100644
--- a/bsps/arm/tms570/include/bsp/tms570-vim.h
+++ b/bsps/arm/tms570/include/bsp/tms570-vim.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup tms570
+ * @ingroup RTEMSBSPsARMTMS570
*
* @brief Vectored Interrupt Module (VIM) header file.
*/
diff --git a/bsps/arm/tms570/include/bsp/tms570_selftest.h b/bsps/arm/tms570/include/bsp/tms570_selftest.h
index d3fb6f8dbe..c7e01a36cd 100644
--- a/bsps/arm/tms570/include/bsp/tms570_selftest.h
+++ b/bsps/arm/tms570/include/bsp/tms570_selftest.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup tms570
+ * @ingroup RTEMSBSPsARMTMS570
*
* @brief Definition of TMS570 selftest error codes, addresses and functions.
*/
diff --git a/bsps/arm/tms570/include/bsp/tms570_selftest_parity.h b/bsps/arm/tms570/include/bsp/tms570_selftest_parity.h
index 287d964969..404a414beb 100644
--- a/bsps/arm/tms570/include/bsp/tms570_selftest_parity.h
+++ b/bsps/arm/tms570/include/bsp/tms570_selftest_parity.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup tms570
+ * @ingroup RTEMSBSPsARMTMS570
*
* @brief Check of module parity based protection logic to work.
*/
diff --git a/bsps/arm/tms570/include/bsp/tms570lc4357-pins.h b/bsps/arm/tms570/include/bsp/tms570lc4357-pins.h
index 125a7792e0..a7912d1547 100644
--- a/bsps/arm/tms570/include/bsp/tms570lc4357-pins.h
+++ b/bsps/arm/tms570/include/bsp/tms570lc4357-pins.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup tms570
+ * @ingroup RTEMSBSPsARMTMS570
*
* @brief Specification of individual pins mapping to the package
*/
diff --git a/bsps/arm/tms570/include/bsp/tms570ls3137zwt-pins.h b/bsps/arm/tms570/include/bsp/tms570ls3137zwt-pins.h
index f906636232..089f0d4248 100644
--- a/bsps/arm/tms570/include/bsp/tms570ls3137zwt-pins.h
+++ b/bsps/arm/tms570/include/bsp/tms570ls3137zwt-pins.h
@@ -1,7 +1,7 @@
/**
* @file
*
- * @ingroup tms570
+ * @ingroup RTEMSBSPsARMTMS570
*
* @brief Specification of individual pins mapping to the package
*/