diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-02-16 08:10:31 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-02-16 08:10:31 +0000 |
commit | 7018f34c3d65edd89737c9653112bb041b263259 (patch) | |
tree | 0d04ad2e6fbd4716df5074a3c9dca5321305210e /os | |
parent | 62d2baf8b251d5c91b4d132fef8179801b01b6f8 (diff) | |
download | ChibiOS-7018f34c3d65edd89737c9653112bb041b263259.tar.gz ChibiOS-7018f34c3d65edd89737c9653112bb041b263259.tar.bz2 ChibiOS-7018f34c3d65edd89737c9653112bb041b263259.zip |
Dcumentation-related fixes.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10107 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/common/ports/ARM/compilers/GCC/chcoreasm.S | 2 | ||||
-rw-r--r-- | os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v6m.S | 2 | ||||
-rw-r--r-- | os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v7m.S | 2 | ||||
-rw-r--r-- | os/common/ports/e200/compilers/GCC/chcoreasm.S | 2 | ||||
-rw-r--r-- | os/common/ports/e200/compilers/GCC/ivor.S | 2 | ||||
-rw-r--r-- | os/common/startup/ARM/compilers/GCC/crt0.S | 2 | ||||
-rw-r--r-- | os/common/startup/ARMCMx/compilers/GCC/crt0_v6m.S | 2 | ||||
-rw-r--r-- | os/common/startup/ARMCMx/compilers/GCC/crt0_v7m.S | 2 | ||||
-rw-r--r-- | os/common/startup/e200/compilers/GCC/crt0.S | 2 | ||||
-rw-r--r-- | os/common/startup/e200/compilers/GCC/vectors.S | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/os/common/ports/ARM/compilers/GCC/chcoreasm.S b/os/common/ports/ARM/compilers/GCC/chcoreasm.S index 0409310e8..6b89462b7 100644 --- a/os/common/ports/ARM/compilers/GCC/chcoreasm.S +++ b/os/common/ports/ARM/compilers/GCC/chcoreasm.S @@ -18,7 +18,7 @@ */
/**
- * @file ARM/compilers/GCC/chcoreasm.s
+ * @file ARM/compilers/GCC/chcoreasm.S
* @brief ARM architecture port low level code.
*
* @addtogroup ARM_CORE
diff --git a/os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v6m.S b/os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v6m.S index 15cb8bdac..7e11fdb33 100644 --- a/os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v6m.S +++ b/os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v6m.S @@ -18,7 +18,7 @@ */
/**
- * @file compilers/GCC/chcoreasm_v6m.s
+ * @file compilers/GCC/chcoreasm_v6m.S
* @brief ARMv6-M architecture port low level code.
*
* @addtogroup ARMCMx_GCC_CORE
diff --git a/os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v7m.S b/os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v7m.S index 943892d24..b0dbc4344 100644 --- a/os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v7m.S +++ b/os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v7m.S @@ -18,7 +18,7 @@ */
/**
- * @file compilers/GCC/chcoreasm_v7m.s
+ * @file compilers/GCC/chcoreasm_v7m.S
* @brief ARMv7-M architecture port low level code.
*
* @addtogroup ARMCMx_GCC_CORE
diff --git a/os/common/ports/e200/compilers/GCC/chcoreasm.S b/os/common/ports/e200/compilers/GCC/chcoreasm.S index d5a01464f..b39ffeef3 100644 --- a/os/common/ports/e200/compilers/GCC/chcoreasm.S +++ b/os/common/ports/e200/compilers/GCC/chcoreasm.S @@ -18,7 +18,7 @@ */
/**
- * @file e200/compilers/GCC/chcoreasm.s
+ * @file e200/compilers/GCC/chcoreasm.S
* @brief Power Architecture port low level code.
*
* @addtogroup PPC_GCC_CORE
diff --git a/os/common/ports/e200/compilers/GCC/ivor.S b/os/common/ports/e200/compilers/GCC/ivor.S index fc6ec7eb8..f498cff77 100644 --- a/os/common/ports/e200/compilers/GCC/ivor.S +++ b/os/common/ports/e200/compilers/GCC/ivor.S @@ -18,7 +18,7 @@ */
/**
- * @file ivor.s
+ * @file GCC/ivor.S
* @brief Kernel ISRs.
*
* @addtogroup PPC_CORE
diff --git a/os/common/startup/ARM/compilers/GCC/crt0.S b/os/common/startup/ARM/compilers/GCC/crt0.S index 663d975b9..43cb723ab 100644 --- a/os/common/startup/ARM/compilers/GCC/crt0.S +++ b/os/common/startup/ARM/compilers/GCC/crt0.S @@ -15,7 +15,7 @@ */
/**
- * @file crt0.s
+ * @file crt0.S
* @brief Generic ARM startup file.
*
* @addtogroup ARM_GCC_STARTUP
diff --git a/os/common/startup/ARMCMx/compilers/GCC/crt0_v6m.S b/os/common/startup/ARMCMx/compilers/GCC/crt0_v6m.S index a5053e4d5..d0c6db645 100644 --- a/os/common/startup/ARMCMx/compilers/GCC/crt0_v6m.S +++ b/os/common/startup/ARMCMx/compilers/GCC/crt0_v6m.S @@ -15,7 +15,7 @@ */
/**
- * @file crt0_v6m.s
+ * @file crt0_v6m.S
* @brief Generic ARMv6-M (Cortex-M0/M1) startup file for ChibiOS.
*
* @addtogroup ARMCMx_GCC_STARTUP_V6M
diff --git a/os/common/startup/ARMCMx/compilers/GCC/crt0_v7m.S b/os/common/startup/ARMCMx/compilers/GCC/crt0_v7m.S index 2a92768f3..ac56cec3a 100644 --- a/os/common/startup/ARMCMx/compilers/GCC/crt0_v7m.S +++ b/os/common/startup/ARMCMx/compilers/GCC/crt0_v7m.S @@ -15,7 +15,7 @@ */
/**
- * @file crt0_v7m.s
+ * @file crt0_v7m.S
* @brief Generic ARMv7-M (Cortex-M3/M4/M7) startup file for ChibiOS.
*
* @addtogroup ARMCMx_GCC_STARTUP_V7M
diff --git a/os/common/startup/e200/compilers/GCC/crt0.S b/os/common/startup/e200/compilers/GCC/crt0.S index 7015cc910..7c4b47bd4 100644 --- a/os/common/startup/e200/compilers/GCC/crt0.S +++ b/os/common/startup/e200/compilers/GCC/crt0.S @@ -15,7 +15,7 @@ */
/**
- * @file GCC/crt0.s
+ * @file GCC/crt0.S
* @brief Generic PowerPC startup file for GCC.
*
* @addtogroup PPC_GCC_CORE
diff --git a/os/common/startup/e200/compilers/GCC/vectors.S b/os/common/startup/e200/compilers/GCC/vectors.S index bb0a77b69..251d1e935 100644 --- a/os/common/startup/e200/compilers/GCC/vectors.S +++ b/os/common/startup/e200/compilers/GCC/vectors.S @@ -15,7 +15,7 @@ */
/**
- * @file vectors.s
+ * @file vectors.S
* @brief INTC vectors table.
*
* @addtogroup PPC_GCC_CORE
|