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-25 16:02:18 +0300
committerKarl Palsson <karlp@etactica.com>2019-06-26 00:15:19 +0300
commit69ce9f876f72337beb782bbd145d245d7e7a4d77 (patch)
tree638afdc33e6bcbdd4e097be4b357188e48db71dc
parentf63145db073e2d95589a1c574824fbfd631e1408 (diff)
doc: core cm3: standard titles
easier on the eyes reading the list of docs
-rw-r--r--include/libopencm3/cm3/mpu.h2
-rw-r--r--include/libopencm3/cm3/nvic.h2
-rw-r--r--include/libopencm3/cm3/systick.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/libopencm3/cm3/mpu.h b/include/libopencm3/cm3/mpu.h
index 3d6960af..3ac73907 100644
--- a/include/libopencm3/cm3/mpu.h
+++ b/include/libopencm3/cm3/mpu.h
@@ -17,7 +17,7 @@
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-/** @defgroup CM3_mpu_defines MPU Defines
+/** @defgroup CM3_mpu_defines Cortex-M MPU Defines
*
* @brief <b>libopencm3 Cortex Memory Protection Unit</b>
*
diff --git a/include/libopencm3/cm3/nvic.h b/include/libopencm3/cm3/nvic.h
index 216833e3..f698854d 100644
--- a/include/libopencm3/cm3/nvic.h
+++ b/include/libopencm3/cm3/nvic.h
@@ -18,7 +18,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-/** @defgroup CM3_nvic_defines NVIC Defines
+/** @defgroup CM3_nvic_defines Cortex-M NVIC Defines
*
* @brief <b>libopencm3 Cortex Nested Vectored Interrupt Controller</b>
*
diff --git a/include/libopencm3/cm3/systick.h b/include/libopencm3/cm3/systick.h
index a355b0f8..0f620bf0 100644
--- a/include/libopencm3/cm3/systick.h
+++ b/include/libopencm3/cm3/systick.h
@@ -17,7 +17,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this library. If not, see <http://www.gnu.org/licenses/>.
*/
-/** @defgroup CM3_systick_defines SysTick Defines
+/** @defgroup CM3_systick_defines Cortex-M SysTick Defines
*
* @brief <b>libopencm3 Defined Constants and Types for the Cortex SysTick </b>
*